Commit Graph

49 Commits

Author SHA1 Message Date
cyian-1756
30a2d015aa Added -j flag for updating ripme 2018-06-01 16:00:32 -04:00
cyian-1756
a3dba215f4
Merge pull request #635 from Gaboso/master
Replaced use of Collection.size () by Collection.isEmpty ()
2018-05-30 00:04:19 -04:00
cyian-1756
ce8c9aa2e3
Merge pull request #622 from bored/no-prop-file
Reverse -n, --no-prop-file behaviour
2018-05-29 23:49:33 -04:00
Gaboso
fa8f7b5c00 Replaced use of Collection.size () by Collection.isEmpty () which makes the code more readable and may have more performance 2018-05-29 22:48:44 -04:00
Gaboso
f8fedeac61 Changed try blocks that used streams and other classes that implement the Closeable, to try-with-resources statement, which implicitly close Closeables. 2018-05-29 18:22:15 -04:00
bored
fa0d7ed96d Reverse -n, --no-prop-file behaviour 2018-05-25 22:25:22 +01:00
cyian-1756
ef553e1ec5 Can now include comments in url files 2018-05-22 11:19:27 -04:00
Kevin Jiang
81a648681e Add more documentation to App.java 2018-05-17 13:57:18 -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
randomcommitter
bf056a75d0
Added support for SOCKS v5 Server
CLI only, the switch is "-s".

Accepted formats:
user:password@host
user:password@host:port
host
host:port
2018-04-18 16:33:09 +01:00
MrTimscampi
9e138f2aad Fix usage of command-line on non-headless systems 2018-04-03 12:29:04 +02:00
MrTimscampi
b4832d32e8 Improved handling of headless mode & OS-specific config
This adds changes the check for command-lines arguments to avoir throwing an error when no argument is passed on an headless system. It will instead gracefully show the help page to the user.
It also adds a check for the Mac OS-specific properties, to avoid setting them on other systems.
The OS-specific properties and the app initialization have been moved to after the Headless check for cleanliness (No need to set GUI properties on an headless app and no need to initialize if we're only going to show an help page).
2018-03-30 12:21:40 +02:00
Kevin Jiang
5b49514e3e 3 Metric Tons of Javadoc documentation for Core Ripper stuff.
There should be no changes to the code. Just a ton of documentation.
It should help newcomers get aquainted with code quicker.
2017-12-28 00:04:23 -05:00
metaprime
5510b407ad
Fix loggers (#235) 2017-11-19 19:42:12 -08:00
cyian-1756
a2fc44aced Logging fixes (#189) 2017-11-17 02:35:37 -08:00
cyian-1756
5a93260179 Removed unused imports 2017-11-08 03:03:09 -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
Arvanitis Christos
2c0ea7b066 Added -v, --version flag (#54)
* Added -v, --version flag

* Added -v entry in help info

* Minimum check optimization for if else part

* Rewrite shortest version
2017-10-12 01:12:10 -07:00
MetaPrime
7268a10ef3 Spacing around keywords and braces 2017-05-09 17:50:32 -07:00
MetaPrime
b6c925caae Various reformatting. 2017-05-09 16:16:17 -07:00
MetaPrime
d8d7b5096a Various style cleanup. 2017-05-09 15:03:12 -07:00
Erwin de Haan
441790bb3c ChanRipper: now downloads imgur links, etc. (#185) 2017-05-09 14:02:24 -07:00
metaprime
3fda1c6efb Merge branch 'sleaze:restore-window-position' into master 2016-12-19 20:21:34 -08:00
Sleaze
4ea31dddca Ripme window position save/restore + configuration checkbox to toggle the feature. 2016-10-08 10:36:18 -07:00
Kastang
12bb6d359f NEW: Ability to load a list of URLs via commanline (-f flag) 2016-08-17 20:10:07 -04:00
Fabian-G
f96f7cc124 Added a command line option to avoid creation of properties file 2016-02-14 17:17:07 +01:00
4pr0n
5018d80b51 Remove/Clear queue option (right-click menu) 2015-12-20 11:58:37 -08:00
4_pr0n
c8fdd9d0aa Merge pull request #259 from ProperGeezer/master
Add Command Arg -R to re-rip only selected history items
2015-12-04 09:53:57 -08:00
ProperGeezer
77d6ffc825 Add -R to re-rip only selected history items
Added getHistory function to App.java to ensure the new -R argument could access the history to see whether an item is checked.

Added -R to the help options
2015-10-18 00:55:09 +01:00
Josh Grochowski
fe39ed8ed7 Added the -l flag which allows the rip directory to be selected via the command line 2015-10-11 16:19:31 -04:00
Dimtree
ad78c78ec3 Added -d and -D flags, formatting
added -d (--saveorder) and -D (--nosaveorder) flags to control
'download.save_order' from the command line. Replaced some tabs with
spaces.
2014-12-23 23:19:52 -05:00
4pr0n
700440d033 1.0.61 - Logging is optional via configuration
Closes #66
2014-06-11 22:45:54 -07:00
4pr0n
e4c2b2e3fb 1.0.60 - Fixing crazy directory creation bug #67 2014-06-10 20:24:23 -07:00
Kevin Lacquement
f05aac84c7 Added ability to skip retries on 404 errors. 2014-06-03 08:52:36 -07:00
4pr0n
b62c2248a0 1.0.26 - Ability to rerip history from command-line
"-r" command-line option

Try "-h" for help and other options

Closes #23
2014-04-22 21:19:43 -07:00
4pr0n
abdf7a504c 1.0.15: Updater script should work on Windows #16
Uses batch/shell script to replace the updated jar & execute
2014-04-10 23:02:05 -07:00
4pr0n
a5e3acc386 Notifications on rips when window is hidden #11 2014-04-07 21:59:47 -07:00
4pr0n
29e6a99f82 Persist config 2014-04-06 02:41:04 -07:00
4pr0n
17d544498a Fixing UI 2014-04-05 09:35:59 -07:00
4pr0n
4279087605 More update-button wackiness 2014-04-05 02:11:04 -07:00
4pr0n
857b8a86b5 Fixed command-line ripping bug. Finds all rippers
No need to hard-code rippers! Yay!
2014-03-01 19:37:09 -08:00
4pr0n
07c73701db Added basic GUI with event handling.
Long way to go, but it's a start.
2014-03-01 02:13:32 -08:00
4pr0n
569b7fbdc4 Prettier console output 2014-02-27 19:49:28 -08:00
4pr0n
85fd7f0847 imgur albums rip via command-line. wowza 2014-02-27 01:28:23 -08:00
4pr0n
46e2948403 Added threaded download manager, imgur ripper works 2014-02-26 19:54:44 -08:00
4pr0n
582ecd8ae8 Got log4j logging and apache config working (?) 2014-02-25 23:44:22 -08:00
4pr0n
db9a87595e initial commit. basic ripper skeleton. long ways to go 2014-02-25 01:28:22 -08:00