diff --git a/yt_dlp/extractor/boomplay.py b/yt_dlp/extractor/boomplay.py index 0c4bd3681..7a7395537 100644 --- a/yt_dlp/extractor/boomplay.py +++ b/yt_dlp/extractor/boomplay.py @@ -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