mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
+1
-1
@@ -180,7 +180,7 @@ class BaseParser:
|
||||
|
||||
@property
|
||||
def base_url(self):
|
||||
"""The base URL for the page. Supports the <base> tag."""
|
||||
"""The base URL for the page. Supports the ``<base>`` tag."""
|
||||
|
||||
# Support for <base> tag.
|
||||
base = self.find('base', first=True)
|
||||
|
||||
Reference in New Issue
Block a user