From cee1c763e49c8aa73e80998e5589c1ee5785dfb9 Mon Sep 17 00:00:00 2001 From: grqx_wsl <173253225+grqx@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:48:40 +1300 Subject: [PATCH] fix the docstring of `BoomplayBaseIE.__yield_elements_text_and_html_by_class_and_tag` --- yt_dlp/extractor/boomplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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