diff options
| author | 2020-04-14 18:18:40 -0400 | |
|---|---|---|
| committer | 2020-04-14 18:18:40 -0400 | |
| commit | cf188f30e1c27bdb900fa2623a9ff91b944633b2 (patch) | |
| tree | 94803cd79aa8aaefd09d9bbc7b9c8029b415c885 /gallery_dl/extractor/luscious.py | |
| parent | e4887ae6b00c50fbbde531cc274c77b076bd821d (diff) | |
New upstream version 1.13.4upstream/1.13.4
Diffstat (limited to 'gallery_dl/extractor/luscious.py')
| -rw-r--r-- | gallery_dl/extractor/luscious.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gallery_dl/extractor/luscious.py b/gallery_dl/extractor/luscious.py index c31de1c..7561c64 100644 --- a/gallery_dl/extractor/luscious.py +++ b/gallery_dl/extractor/luscious.py @@ -61,7 +61,7 @@ class LusciousAlbumExtractor(LusciousExtractor): "created_by" : "NTRshouldbeillegal", "date" : "dt:2016-11-20 07:10:53", "description" : "Enjoy.", - "download_url": "/download/824778/277031/", + "download_url": "re:/download/(r/)?824778/277031/", "genres" : list, "id" : 277031, "is_manga" : True, @@ -72,7 +72,7 @@ class LusciousAlbumExtractor(LusciousExtractor): "permissions" : list, "rating" : float, "slug" : "okinami-no-koigokoro", - "status" : "not_moderated", + "status" : str, "tags" : list, "title" : "Okinami no Koigokoro", "url" : "/albums/okinami-no-koigokoro_277031/", @@ -92,7 +92,7 @@ class LusciousAlbumExtractor(LusciousExtractor): "like_status" : "none", "position" : int, "resolution" : r"re:\d+x\d+", - "status" : "not_moderated", + "status" : str, "tags" : list, "thumbnail" : str, "title" : str, |
