diff options
| author | 2024-08-12 02:42:36 -0400 | |
|---|---|---|
| committer | 2024-08-12 02:42:36 -0400 | |
| commit | b5e56c51e491b41f9eb6a895459c185788a377e5 (patch) | |
| tree | f933c7df043d8949e0dc39b560ab534a5d0dc60f /gallery_dl/extractor/cien.py | |
| parent | 032e5bed275a253e122ed9ac86dac7b8c4204172 (diff) | |
New upstream version 1.27.3.upstream/1.27.3
Diffstat (limited to 'gallery_dl/extractor/cien.py')
| -rw-r--r-- | gallery_dl/extractor/cien.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/cien.py b/gallery_dl/extractor/cien.py index bae86d0..378365e 100644 --- a/gallery_dl/extractor/cien.py +++ b/gallery_dl/extractor/cien.py @@ -59,7 +59,7 @@ class CienArticleExtractor(CienExtractor): post = util.json_loads(text.extr( page, '<script type="application/ld+json">', '</script>'))[0] - files = self._extract_files(post.get("articleBody") or page) + files = self._extract_files(page) post["post_url"] = url post["post_id"] = text.parse_int(self.groups[1]) |
