[pillowfort] extract 'b2_lg_url' media (#4570)

This commit is contained in:
Mike Fährmann
2023-09-23 00:05:26 +02:00
parent 50e2ebaff0
commit 1d2fd0b831
2 changed files with 82 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ class PillowfortExtractor(Extractor):
post["num"] = 0
for file in files:
url = file["url"]
url = file["url"] or file.get("b2_lg_url")
if not url:
continue