mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
Merge remote-tracking branch 'remotes/upstream/master' into feature/optimization
# Conflicts: # requests_html.py
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ class BaseParser:
|
||||
for selection in selected
|
||||
]
|
||||
|
||||
return _get_first_or_list(c, first)
|
||||
return _get_first_or_list(elements, first)
|
||||
|
||||
def search(self, template: str) -> Result:
|
||||
"""Searches the :class:`Element <Element>` for the given Parse template.
|
||||
|
||||
Reference in New Issue
Block a user