Gaboso
7f4df8b567
Updating the VideoRipper class:
...
- ordered imports alphabetically;
- removed signature of the canRip method, which is already in AbstractRipper;
- split variable declaration in different lines;
- corrected javadocs alignment;
- replaced unnecessary use of StringBuilder.
- added a few empty lines to increase the readability of the code
2018-06-02 20:49:35 -04:00
Kevin Jiang
a02933f0d2
Merge pull request #643 from Gaboso/master
...
Replaced the if-else statement by a single return statement.
Thanks for all these style changes
2018-06-02 15:47:25 -04:00
Kevin Jiang
90b2ef7edd
Merge pull request #646 from cyian-1756/Aerisdies
...
Fixed Aerisdies ripper
2018-06-02 15:46:14 -04:00
Kevin Jiang
b965074c49
Merge pull request #654 from cyian-1756/theyiffgalleryRipperFix
...
Fixed TheyiffgalleryRipper
2018-06-02 15:45:23 -04:00
Kevin Jiang
10c7f47bf5
Merge pull request #655 from kevin51jiang/master
...
Failed test unrelated
2018-06-02 15:44:38 -04:00
Gaboso
3529d679ff
Merge branch 'master' of https://github.com/RipMeApp/ripme
2018-06-02 09:51:17 -04:00
Kevin Jiang
371ce56952
Merge pull request #651 from cyian-1756/commandLineUpdate
...
Failed test unrelated.
2018-06-01 19:30:21 -04:00
Kevin Jiang
8261828845
I'm a collaborator now :D
2018-06-01 19:22:59 -04:00
cyian-1756
78e00e7e79
Merge pull request #652 from cyian-1756/hashFix
...
currentHash now matches the hash of ripme version 1.7.50
2018-06-01 18:43:59 -04:00
cyian-1756
5f90a1792e
Fixed TheyiffgalleryRipper
2018-06-01 18:41:19 -04:00
cyian-1756
d8d2e50551
currentHash now matches the hash of ripme version 1.7.50
2018-06-01 18:20:48 -04:00
cyian-1756
2bb7508e9b
Undid DEFAULT_VERSION change
2018-06-01 18:17:33 -04:00
cyian-1756
7dc8b23aae
Can now update ripme using the -j flag
2018-06-01 16:01:13 -04:00
cyian-1756
30a2d015aa
Added -j flag for updating ripme
2018-06-01 16:00:32 -04:00
Kevin Jiang
39321a8b2c
Merge pull request #645 from cyian-1756/tumblrFix
...
Looks good
2018-06-01 03:32:18 -04:00
cyian-1756
30c08c633a
Extended AerisdiesRipper unit tests
2018-05-31 21:21:59 -04:00
cyian-1756
5a918ba7ae
Fixed getAlbumTitle
2018-05-31 21:21:30 -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
Gaboso
5c6b68a428
Replaced the if-else statement by a single return statement.
...
Replaced use of Collection.size () by Collection.isEmpty () in ViddmeRipper.
2018-05-31 09:21:44 -04:00
cyian-1756
2ecffc3497
Added note about broken updater in version 1.7.49
2018-05-30 16:04:58 -04:00
cyian-1756
6fde66cd4d
1.7.50: Ripme now checks file hash before running update; fixed update bug which cased ripme to report every update as new
2018-05-30 15:31:04 -04:00
cyian-1756
57d72d3a0d
Merge pull request #638 from cyian-1756/updateImprovements
...
Update improvements
2018-05-30 15:24:04 -04:00
cyian-1756
17f3882057
Ripme now checks file hash before running update; fixed update bug which cased ripme to report every update as new
2018-05-30 15:07:00 -04:00
cyian-1756
439d00dd11
Uncommented needed code
2018-05-30 14:41:21 -04:00
cyian-1756
23ded9f6f4
1.7.49: Fixed -n flag; Added ability to change locale at runtime and from gui; Update kr_KR translation; Removed support for tnbtu.com; No longer writes url to url_history file is save urls only is checked
2018-05-30 00:28:16 -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
cyian-1756
4d54f4731d
Merge pull request #623 from torbica/master
...
Fix history again
2018-05-29 23:49:24 -04:00
cyian-1756
ed30482123
Merge pull request #625 from cyian-1756/refactoring
...
Some UI refactoring
2018-05-29 23:49:11 -04:00
cyian-1756
433a8a5ea0
Merge pull request #627 from zinuzian/master
...
Update LabelsBundle_kr_KR.properties
2018-05-29 23:48:34 -04:00
cyian-1756
c6b22b25df
Merge pull request #629 from cyian-1756/updateImprovements
...
Update improvements
2018-05-29 23:48:12 -04:00
cyian-1756
e9b2baa873
Merge pull request #632 from cyian-1756/saveUrlsOnlyFix
...
No longer writes url to url_history file is save urls only is checked
2018-05-29 23:47:47 -04:00
cyian-1756
e10bfeaa9f
Merge pull request #630 from cyian-1756/unit-tests
...
Added base64 unit test
2018-05-29 23:47:25 -04:00
Gaboso
8cfbdfbf49
Add test to RipStatusMessageTest (only to raise the code coverage, with no special reason for choosing this class)
2018-05-29 23:42:18 -04:00
Gaboso
6c39dec9d5
Merge branch 'master' of https://github.com/RipMeApp/ripme
2018-05-29 22:49:54 -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
Kevin Jiang
0f2e6c5793
Remove tnbtu
...
Looks good.
2018-05-29 22:23:44 -04:00
cyian-1756
fb55cbb58b
Removed test for site which is no longer supported
2018-05-29 21:26:10 -04:00
cyian-1756
d16b997094
Removed support for tnbtu.com as it is no longer a wordpress comic site
2018-05-29 21:25:53 -04:00
cyian-1756
4f6884e58c
No longer writes url to url_history file is save urls only is checked
2018-05-29 20:56:33 -04:00
cyian-1756
22581474fd
Added base64 unit test
2018-05-29 20:47:07 -04:00
Kevin Jiang
d58a80b5e6
Merge pull request #631 from Gaboso/master
...
Added try-with-resources blocks
2018-05-29 18:46:22 -04:00
Gaboso
9e632ff056
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# src/main/java/com/rarchives/ripme/ripper/VideoRipper.java
# src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
2018-05-29 18:23:25 -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
Gaboso
18be260bac
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:17:00 -04:00
cyian-1756
ff9ecea997
Added base64 unit test
2018-05-28 19:07:14 -04:00
cyian-1756
2e4acab09a
patch.py now includes the jar hash
2018-05-28 18:46:35 -04:00
cyian-1756
70716ed577
Added ability to check file hash
2018-05-28 18:33:07 -04:00
cyian-1756
da1f18f6b8
Added new rule for posting links
2018-05-28 15:20:26 -04:00
zinuzian
aae9f5a859
Update LabelsBundle_kr_KR.properties
2018-05-28 18:35:00 +09:00