kopia lustrzana https://github.com/bellingcat/auto-archiver
Merge remote-tracking branch 'origin/main' into dev
commit
d99b7c9efe
|
@ -303,7 +303,7 @@ class GenericExtractor(Extractor):
|
||||||
if "description" in video_data and not result.get("content"):
|
if "description" in video_data and not result.get("content"):
|
||||||
result.set_content(video_data.pop("description"))
|
result.set_content(video_data.pop("description"))
|
||||||
# extract comments if enabled
|
# extract comments if enabled
|
||||||
if self.comments:
|
if self.comments and video_data.get("comments", []) is not None:
|
||||||
result.set(
|
result.set(
|
||||||
"comments",
|
"comments",
|
||||||
[
|
[
|
||||||
|
|
Ładowanie…
Reference in New Issue