diff options
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]) |
