1
0
Fork 0
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:
grqx_wsl 2024-10-16 23:48:40 +13:00
parent bbb121c2af
commit cee1c763e4

View file

@ -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