diff options
| author | 2020-09-01 18:58:25 -0400 | |
|---|---|---|
| committer | 2020-09-01 18:58:25 -0400 | |
| commit | 261c8c2bc74969e2242a153297895684742b6995 (patch) | |
| tree | 86b6196089f2820874d3cf92e544dfa29cd334c5 /gallery_dl/extractor/subscribestar.py | |
| parent | 7cf59dc17c3607e096292462ed15d391be4e3dfd (diff) | |
New upstream version 1.14.5.upstream/1.14.5
Diffstat (limited to 'gallery_dl/extractor/subscribestar.py')
| -rw-r--r-- | gallery_dl/extractor/subscribestar.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gallery_dl/extractor/subscribestar.py b/gallery_dl/extractor/subscribestar.py index 076d0c0..38b39d4 100644 --- a/gallery_dl/extractor/subscribestar.py +++ b/gallery_dl/extractor/subscribestar.py @@ -147,13 +147,13 @@ class SubscribestarUserExtractor(SubscribestarExtractor): "author_nick": "SubscribeStar", "content": str, "date" : "type:datetime", - "height" : int, "id" : int, - "pinned" : bool, "post_id": int, - "type" : "re:image|video", + "type" : "re:image|video|attachment", "url" : str, - "width" : int, + "?pinned": bool, + "?height": int, + "?width" : int, }, }), ("https://www.subscribestar.com/subscribestar", { |
