We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b29b761 + 90fc8be commit 47648e0Copy full SHA for 47648e0
docs/intro.rst
@@ -39,7 +39,8 @@ The asynchronous client (:class:`tibiapy.Client`) contains methods to obtain inf
39
40
The parsing methods allow you to get Python objects given the HTML content of a page.
41
42
-The main models have a ``get_url`` method that can be used to get their Tibia.com page.
+The ``tibiapy.urls`` package contains many methods to get URLs for Tibia.com.
43
+
44
With the url, the html/json content can be fetched and then passed to their ``from_content`` methods.
45
46
This allows you to use any networking module to obtain the data, and use the library to parse it.
0 commit comments