rrip
rrip copied to clipboard
Bulk image downloader for reddit.
Some sites like gfycat links are not directly downloadable. It's a good idea if user can specify something like: ```json {"gfycat.com": "/head/meta[@property=\"og:video\"]@content"} ``` Don't remember XPath syntax but that's beside...
Rationale: some image hosts seem to randomly throttle unusual user agents. - [ ] Provide user agent presets for popular browsers: `[chrome,firefox,edge]` x `[macos,linux,windows,android]` - [ ] Override user agent...
This flag should download all pictures uploaded after last download.
- [ ] Refactor code to allow automated testing - [ ] Unit tests - [ ] Integration tests