Skip to content

Commit

Permalink
[vsco] fix collection extraction (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Nov 20, 2019
1 parent 490831f commit ea09469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/vsco.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def images(self):
return self._pagination(url, params, tkn, "medias", (
data["medias"]["byId"][mid]["media"]
for mid in data
["collections"]["byCollectionId"][cid]["collection"]["1"]
["collections"]["byCollectionId"][cid]["byPage"]["1"]["collection"]
))


Expand Down

0 comments on commit ea09469

Please sign in to comment.