mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
+1
-1
@@ -14,7 +14,7 @@ When using this library you automatically get:
|
|||||||
- XPath Selectors, for the faint at heart.
|
- XPath Selectors, for the faint at heart.
|
||||||
- Mocked user-agent (like a real web browser).
|
- Mocked user-agent (like a real web browser).
|
||||||
- Automatic following of redirects.
|
- Automatic following of redirects.
|
||||||
- Connection–pooling and cookie persistience.
|
- Connection–pooling and cookie persistence.
|
||||||
- The Requests experience you know and love, with magical parsing abilities.
|
- The Requests experience you know and love, with magical parsing abilities.
|
||||||
|
|
||||||
.. Other nice features include:
|
.. Other nice features include:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ When using this library you automatically get:
|
|||||||
- *XPath Selectors*, for the faint at heart.
|
- *XPath Selectors*, for the faint at heart.
|
||||||
- Mocked user-agent (like a real web browser).
|
- Mocked user-agent (like a real web browser).
|
||||||
- Automatic following of redirects.
|
- Automatic following of redirects.
|
||||||
- Connection–pooling and cookie persistience.
|
- Connection–pooling and cookie persistence.
|
||||||
- The Requests experience you know and love, with magical parsing abilities.
|
- The Requests experience you know and love, with magical parsing abilities.
|
||||||
|
|
||||||
.. Other nice features include:
|
.. Other nice features include:
|
||||||
|
|||||||
+1
-1
@@ -251,7 +251,7 @@ def user_agent(style=None):
|
|||||||
|
|
||||||
|
|
||||||
class HTMLSession(requests.Session):
|
class HTMLSession(requests.Session):
|
||||||
"""A consumable session, for cookie persistience and connection pooling,
|
"""A consumable session, for cookie persistence and connection pooling,
|
||||||
amongst other things.
|
amongst other things.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user