mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
fix the docstring of BoomplayBaseIE.__yield_elements_text_and_html_by_class_and_tag
This commit is contained in:
parent
bbb121c2af
commit
cee1c763e4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue