cyian-1756
1d60bf6956
Added a fuzzyExist func to check if a file exist when we don't know it's extension (For use with rippers that use getFileExtFromMIME)
2018-07-22 19:31:11 -04:00
cyian-1756
368646145d
Can now get file type from magic number
2018-07-22 19:02:06 -04:00
cyian-1756
1f8e9184c7
Added the helper func getByteStatusText to cut down on copy pasted code
2018-06-27 01:24:04 -04:00
cyian-1756
e1635f39e1
GfycatRipper now uses AbstractHTMLRipper
2018-06-26 02:28:14 -04:00
cyian-1756
c2938af568
Reddit ripper can now rip videos from v.redd.it
2018-06-15 22:23:29 -04:00
cyian-1756
a1996cc01e
Merge pull request #695 from Gaboso/master
...
Refactoring in Utils class
2018-06-15 15:49:16 -04:00
Gaboso
416972ca7b
Refactoring in Utils class
2018-06-14 23:08:29 -04:00
cyian-1756
2c5a9fdac3
Added getCookiesFromString func to turn a cookie string into a hashMap
2018-06-10 12:12:29 -04:00
cyian-1756
3a6e379d3c
Minor refactoring
2018-05-27 18:53:02 -04:00
cyian-1756
25c3196f9b
Added ability to change locale at runtime and from gui
2018-05-27 15:45:11 -04:00
Kevin Jiang
318760e7ad
More documentation; working towards creating a fully functional JavaDoc
2018-05-18 13:25:09 -04:00
cyian-1756
aca2d24a65
Can now blacklist nhentai tags
2018-05-13 12:12:23 -04:00
cyian-1756
00696c3450
Can now set UI lang in config file
2018-05-13 08:56:14 -04:00
cyian-1756
1fe3f10be7
Added comment showing where the code is from
2018-05-12 10:54:15 -04:00
cyian-1756
def01bfb45
Added German translation
2018-05-12 10:49:31 -04:00
cyian-1756
bba39a5337
Added getResourceBundle func
2018-05-10 12:42:15 -04:00
Random Committer
95d1e0a120
Changed socks and proxy config values to proxy.socks and proxy.http; Checking config on start for these values and set proxy/socks accordingly.
2018-04-20 09:15:39 -07:00
Random Committer
34ee3a6f60
Removed Socks Proxy setup from App.java, added new class Proxy under com.rarchives.ripme.utils which allows to set both HTTP Proxy and SOCKS Proxy
2018-04-20 07:51:40 -07:00
cyian-1756
0f61dd00f0
Reddit ripper now gets erome links
2018-03-21 23:59:19 -04:00
mszkb
d515ffd9b4
Checking directories and its lowercase names
2018-01-20 18:51:04 +01:00
mszkb
cec606c4f0
change file check
2018-01-20 18:05:54 +01:00
mszkb
26a52809da
make method to check if directory exists
2018-01-20 15:13:46 +01:00
metaprime
0afe0377f2
Removed FapprovedRipper (permanently down)
2017-11-21 04:19:04 -08:00
metaprime
14b35a0072
Remove DatwinRipper (datw.in permanently down)
2017-11-21 04:13:12 -08:00
metaprime
46e2ce074a
Remove CheebyRipper (cheeby.com permanently down)
2017-11-21 04:10:38 -08:00
metaprime
7ee18bea79
Remove ButttoucherRipper (butttoucher.com is permanently down)
2017-11-21 04:07:47 -08:00
metaprime
5510b407ad
Fix loggers ( #235 )
2017-11-19 19:42:12 -08:00
metaprime
9e37d5de27
Remove utils/AES.java ( #234 )
2017-11-19 19:17:05 -08:00
metaprime
fad35d1afb
Fix #211 : Add Utils.filesystemSanitized and apply to filename prefix. ( #213 )
2017-11-17 02:37:02 -08:00
metaprime
5912eb9c8a
Update size abbreviations e.g. from kb, mb, to KiB, MiB ( #212 )
2017-11-17 02:36:21 -08:00
cyian-1756
a2fc44aced
Logging fixes ( #189 )
2017-11-17 02:35:37 -08:00
cyian-1756
c1de0ff8e5
Added getCookies func ( #184 )
2017-11-13 02:17:21 -08:00
cyian-1756
9302e0be35
Removed debugging statement
2017-11-08 19:54:00 -05:00
cyian-1756
e4d7950336
Ripme now runs in portable mode if in the same dir as a rip.properties file
2017-11-08 19:45:06 -05:00
cyian-1756
9898c149e1
Added Utils.getURLHistoryFile() func to get the URL history file path, clearing history now deletes url history file
2017-11-07 04:49:39 -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
qjex
dd81f7acf6
Default config paths added
2017-10-15 15:21:58 +03:00
MetaPrime
71694196b9
Fix style
2017-06-19 10:45:15 -07:00
Gaboso
cb85a0fa35
Improvement in Base64 ( #545 )
...
* Improvement in Base64
Added a private constructor to hide the implicit public one.
Modified the switch statement by the 'if' statement to increase readability.
Merge 'if' blocks with equal implementations.
Extracted the ternary operation nested in an independent declaration.
* Removed unnecessary method.
Bringing back the braces.
Clarifying ternary operation with parentheses.
2017-06-06 10:13:28 -07:00
MetaPrime
7268a10ef3
Spacing around keywords and braces
2017-05-09 17:50:32 -07:00
MetaPrime
eb979cc1f6
Convert tabs to spaces.
2017-05-09 17:34:57 -07:00
MetaPrime
b6c925caae
Various reformatting.
2017-05-09 16:16:17 -07:00
MetaPrime
cd8784ed85
Missing braces, various cleanup.
2017-05-09 16:16:17 -07:00
MetaPrime
65b11d1e00
Trim trailing whitespace, remove some unused imports.
2017-05-09 15:22:55 -07:00
kas-luthor
ab91254226
Code style changes
2017-02-22 10:31:55 +01:00
kas-luthor
2f4793e9e3
Added utility functions for parsing URL queries
...
Rewrote E621Ripper to not use regexes anymore (therefore interacting
better with special chars in URLs)
2017-01-14 22:45:23 +01:00
blth
1d31903cdc
Update RipUtils.java
2016-04-17 12:55:16 -06:00
4pr0n
1105c9c170
1.2.11 - DeviantArt fav subfolders, Reddituploads support
...
Allows ripping deviantart subfolders.
Closes #314
Support i.reddituploads.com in RedditRipper
Closes #308
2016-04-17 04:36:56 -07:00
4pr0n
23b2a398fb
1.2.10 - Extract imgur /gallery/ images
...
Closes #316
2016-04-16 19:23:08 -07:00
4pr0n
9fd7bf7663
Fetch imgur series (comma-separated images) in Reddit ripper.
...
Closes #218
2015-12-21 14:47:07 -08:00