Commit Graph

26 Commits

Author SHA1 Message Date
cyian-1756
529347a553 Tumblr ripper no longer tries to download images in fullsize if the image doesn't support it 2018-06-12 16:26:23 -04:00
Gaboso
3c3aa02290 Changed logger to LOGGER 2018-06-02 21:14:41 -04:00
cyian-1756
9a8888d445 Ripper now can download videos again and no longer uses the same api key every time 2018-05-31 16:42:06 -04:00
Mike Fährmann
034225cf1c
[tumblr] avoid 'httpss' in image URLs
fixes #523

replacing 'http' with 'https' in an URL already starting with
'https://...' changes its scheme/protocol to 'httpss'
2018-04-19 15:14:24 +02:00
Kevin Jiang
375f9d8943 Tumblr API Key Choosing Fix
Fixes API choosing. Creates Random objects, generates a number, then feeds
that number to API_KEY.

This is as opposed to the previous way where it created the Random object,
generated a number, then fed it all in a single line.
2018-01-17 21:05:02 -05:00
cyian-1756
8a80eb02a3 Added 2 new api keys, ripper can now download raw images from tumblr 2017-12-24 06:45:13 -05:00
cyian-1756
201c3fb086 Tumblr ripper can now rip raw images 2017-12-21 03:40:32 -05:00
cyian-1756
44ab7fd29a Tumblr ripper now tells the user if it hits the rate limit 2017-12-17 00:51:42 -05:00
cyian-1756
dbe39a89b8 Forced https for tumblr image links 2017-12-16 00:13:35 -05:00
Julien Machiels
d043685d2e Update to Java 8
* Changed the Maven target to 1.8
* Performed a preliminary cleanup using IntelliJ's Code Analysis (Only Java 7/8 updates and a few other entries in the Error and Warnings categories)
* Updated the readme to change the required Java version
2017-10-24 16:45:10 +02:00
MetaPrime
b6c925caae Various reformatting. 2017-05-09 16:16:17 -07:00
metaprime
d025a777cd TumblrRipper: If API key from config fails, fall back on hardcoded default key. 2016-12-20 00:54:41 -08:00
John Gibson
a071d624b7 @jgibson02 #377: Updated Tumblr auth keys 2016-12-19 23:19:31 -08:00
4pr0n
ee62463790 Fix tumblr: Error on non-post, non-tagged, non-root URLs
Closes #275
2015-12-20 15:26:26 -08:00
4pr0n
d4c6637eb2 Default to use appropriate API key for tumblr
Closes #101
2014-08-02 09:27:53 -07:00
CodeDestroyer
5d682ea8c7 removed extra line 2014-07-31 23:54:33 -04:00
CodeDestroyer
0499cd674c Fixed tumblr url redirect
Tumblr ripper did not account for potential none image urls in the
original_size field.  This is caused by larger images being sent to AWS
 If there is no extension i now get the response’s url and download the
file from AWS
2014-07-31 23:49:56 -04:00
4pr0n
b7397cd31e Using new wrapper for HTTP requests, started abstract classes to simplify rippers 2014-06-21 17:08:42 -07:00
4pr0n
1b20e98f8f Unifying external page requests to a single method 2014-06-20 04:09:36 -07:00
4pr0n
313f3b0de0 1.0.67 - Tumblr ripper can rip external domains
You have to enter the URL in a weird format, though.

For example, to rip `fiddle.se`, you need to try to rip:

`http://fiddle.se.tumblr.com`

Tags and /post/ rips are still supported
2014-06-13 23:14:55 -07:00
4pr0n
fe24620e47 1.0.58 - Logs are written to the album's subdirectory
Closes #61
2014-06-07 18:06:38 -07:00
4pr0n
9552609d99 Adding longer timeout to tumblr ripper 2014-05-06 22:12:37 -07:00
4pr0n
14976f3169 Fixed tumblr ripper for tags that contain spaces
Closes #26
2014-04-24 20:49:40 -07:00
4pr0n
9946777e81 Added video ripper support, xvideos for now #18 2014-04-20 00:12:55 -07:00
4pr0n
8e1dc5789b fixing rip completion check, various log lines 2014-03-09 17:12:10 -07:00
4pr0n
c288afdd0a Tumblr support 2014-03-09 17:11:29 -07:00