Merge remote-tracking branch 'origin/main' into dev

pull/307/head
msramalho 2025-06-02 13:25:34 +01:00
commit d99b7c9efe
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -303,7 +303,7 @@ class GenericExtractor(Extractor):
if "description" in video_data and not result.get("content"):
result.set_content(video_data.pop("description"))
# extract comments if enabled
if self.comments:
if self.comments and video_data.get("comments", []) is not None:
result.set(
"comments",
[