diff options
Diffstat (limited to 'gallery_dl/extractor/zerochan.py')
| -rw-r--r-- | gallery_dl/extractor/zerochan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/zerochan.py b/gallery_dl/extractor/zerochan.py index 72cf438..c0d43fe 100644 --- a/gallery_dl/extractor/zerochan.py +++ b/gallery_dl/extractor/zerochan.py @@ -127,7 +127,7 @@ class ZerochanTagExtractor(ZerochanExtractor): while True: page = self.request(url, params=params).text - thumbs = text.extract(page, '<ul id="thumbs', '</ul>')[0] + thumbs = text.extr(page, '<ul id="thumbs', '</ul>') extr = text.extract_from(thumbs) while True: |
