Merge remote-tracking branch 'remotes/upstream/master' into feature/optimization

# Conflicts:
#	requests_html.py
This commit is contained in:
sudoz
2018-02-28 22:39:28 +08:00
parent acd513096c
commit 0b0fbfe5f0
+1 -1
View File
@@ -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.