mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-24 05:18:32 +00:00
fix the docstring of BoomplayBaseIE.__yield_elements_text_and_html_by_class_and_tag
This commit is contained in:
parent
bbb121c2af
commit
cee1c763e4
@ -40,7 +40,7 @@ class BoomplayBaseIE(InfoExtractor):
|
||||
@staticmethod
|
||||
def __yield_elements_text_and_html_by_class_and_tag(class_, tag, html):
|
||||
"""
|
||||
Yields content of all element matching `tag .class_` in html
|
||||
Yields content of all element matching `tag.class_` in html
|
||||
class_ must be re escaped
|
||||
"""
|
||||
# get_elements_text_and_html_by_attribute returns a generator
|
||||
|
Loading…
Reference in New Issue
Block a user