diff --git a/gallery_dl/extractor/luscious.py b/gallery_dl/extractor/luscious.py index dff88ffd..65ae8432 100644 --- a/gallery_dl/extractor/luscious.py +++ b/gallery_dl/extractor/luscious.py @@ -117,14 +117,10 @@ class LusciousAlbumExtractor(LusciousBase, GalleryExtractor): def images(self, page): extr = text.extract - if 'class="search_filter' in page: - url = "{}/pictures/album/x_{}/sorted/oldest/page/1/".format( - self.root, self.gallery_id) - page = self.request(url).text - pos = page.find('
') - + url = "{}/pictures/album/x_{}/sorted/old/page/1/".format( + self.root, self.gallery_id) + page = self.request(url).text + pos = page.find('