Go to file
Nick/Nelson ee04f8fef3
Fix weird https redirection downgrade bug
For some reason this endpoint occasionally sends a 302 redirect to an http image instead of https. >:(
Ideally this should be reverted back to using https at some point, but I can't reproduce this in any
browser, so I have no idea what exactly is causing it. Sometimes changing the referer works for specific
images, other times it doesn't. This isn't the most secure, but it should be the most reliable. Hopefully
whoever is mitm-ing you isn't concerned with what vsco profiles you're downloading.
2018-03-21 00:45:12 +00:00
README.md Use optparse to add command line options 2017-09-20 02:40:48 +00:00
vsco-dl.rb Fix weird https redirection downgrade bug 2018-03-21 00:45:12 +00:00

README.md

vsco-dl

dependency-less ruby script that downloads - in other words, steals - all the images on a vsco user's account (including metadata)

usage

Usage: vsco-dl.rb [options] username
-m, --[no-]metadata              Save metadata
-o, --output=output              Where to save the files (default is cwd)
-w, --[no-]overwrite             Overwrite previously downloaded files

y tho

¯\(ツ)

s/o to the instagram archiving project on /r/DataHoarder, which is what inspired me to write this in the first place