diff options
| author | 2020-03-28 23:01:51 -0400 | |
|---|---|---|
| committer | 2020-03-28 23:01:51 -0400 | |
| commit | e4887ae6b00c50fbbde531cc274c77b076bd821d (patch) | |
| tree | 051849d0ce8ed35aa229ba828a2dfe1faf10c5c0 /gallery_dl/extractor/sexcom.py | |
| parent | e8cc000750de972384f2f34d02d42222b4018ae9 (diff) | |
New upstream version 1.13.3upstream/1.13.3
Diffstat (limited to 'gallery_dl/extractor/sexcom.py')
| -rw-r--r-- | gallery_dl/extractor/sexcom.py | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gallery_dl/extractor/sexcom.py b/gallery_dl/extractor/sexcom.py index 521b034..b21ad32 100644 --- a/gallery_dl/extractor/sexcom.py +++ b/gallery_dl/extractor/sexcom.py @@ -101,22 +101,22 @@ class SexcomPinExtractor(SexcomExtractor): pattern = r"(?:https?://)?(?:www\.)?sex\.com/pin/(\d+)(?!.*#related$)" test = ( # picture - ("https://www.sex.com/pin/56714360/", { - "pattern": "https://cdn.sex.com/images/.+/2018/10/02/20037816.jpg", - "content": "e579e3283fea812d0545a3f79734b79bc3c51acb", + ("https://www.sex.com/pin/21241874-sexy-ecchi-girls-166/", { + "pattern": "https://cdn.sex.com/images/.+/2014/08/26/7637609.jpg", + "content": "ebe1814dadfebf15d11c6af4f6afb1a50d6c2a1c", "keyword": { "comments" : int, - "date" : "dt:2018-10-02 21:18:17", + "date" : "dt:2014-10-19 15:45:44", "extension": "jpg", - "filename" : "20037816", + "filename" : "7637609", "likes" : int, - "pin_id" : 56714360, + "pin_id" : 21241874, "repins" : int, "tags" : list, "thumbnail": str, - "title" : "Pin #56714360", + "title" : "Sexy Ecchi Girls 166", "type" : "picture", - "uploader" : "alguem", + "uploader" : "mangazeta", "url" : str, }, }), @@ -149,8 +149,8 @@ class SexcomRelatedPinExtractor(SexcomPinExtractor): subcategory = "related-pin" directory_fmt = ("{category}", "related {original_pin[pin_id]}") pattern = r"(?:https?://)?(?:www\.)?sex\.com/pin/(\d+).*#related$" - test = ("https://www.sex.com/pin/56714360/#related", { - "count": ">= 22", + test = ("https://www.sex.com/pin/21241874/#related", { + "count": ">= 20", }) def metadata(self): |
