mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-19 14:38:53 +00:00
fix the docstring of BoomplayBaseIE.__yield_elements_text_and_html_by_class_and_tag
This commit is contained in:
@@ -40,7 +40,7 @@ class BoomplayBaseIE(InfoExtractor):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def __yield_elements_text_and_html_by_class_and_tag(class_, tag, html):
|
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
|
class_ must be re escaped
|
||||||
"""
|
"""
|
||||||
# get_elements_text_and_html_by_attribute returns a generator
|
# get_elements_text_and_html_by_attribute returns a generator
|
||||||
|
|||||||
Reference in New Issue
Block a user