MetaPrime
e16544428d
Fixed update machanism ( Fixes #384 ). Update to 1.3.1.
2016-12-25 19:40:54 -06:00
Sleaze
b5ee49c9db
Recover from IllegalStateException when polling clipboard.
2016-12-22 06:25:28 -08:00
MetaPrime
33dfa1f073
Remove and ignore Eclipse-generated files. Ref #320
2016-12-22 05:27:00 -08:00
MetaPrime
8a70adbb05
Subreddit-scoped album URLs (partial support for #395 ). Other fixes.
...
* No need to set upper bound for number of characters in a GID, will
just cause maintenance headache down the road when GIDs get longer.
* Subreddit aggregator now supports scope /day
Note: This does not completely resolve subreddit-scoped URLs. Some of
them can be single images and the imgur ripper does not yet support
those. Support single-image rips first. Then, the page will need to be
loaded to dynamically detect whether it is a single-image or album
layout.
2016-12-21 07:35:20 -08:00
MetaPrime
40adcf245f
Imgur: Update title detection ( Fixes #394 ); prepend user_ in title of
...
user rips.
* Simplify album title detection using proper .post-title element on page.
* Combine album and gallery handling (was duplicated code).
* Prepend user_ before username on user rips:
* [username].imgur.com -> imgur_user_[username]
* Fix allowDuplicates() logic.
2016-12-21 06:30:02 -08:00
rephormat
3310bbef3d
Closes 4pr0n/ripme#372
2016-12-21 03:34:20 -08:00
metaprime
f247ad1297
Update README: Markdown formatting, update links to point to GitHub resources.
2016-12-20 04:13:11 -08:00
metaprime
f13de34e69
1.3.0 - Fix Instagram, Tumblr, and 4chan. Some new features.
...
Added some new features:
* Rip a list of URLs from a file from the command line with the -f flag.
* Remember window position.
* New update mechanism (see notes below).
For future updates, RipMe will check against the ripme.json file from
the master branch on GitHub rather than depending on the version of the
file hosted on rarchives.com. Also, updates to RipMe will be downloaded
directly from the releases on GitHub. This keeps development and
deployment all in one place on GitHub and reduces maintenance and
coordination costs.
2016-12-20 01:54:26 -08:00
metaprime
195dc04df1
Add mvn test
to README
2016-12-20 01:26:05 -08: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
metaprime
01491801d4
#374 : Fix ImgurRipperTest.
2016-12-19 21:11:53 -08:00
metaprime
8db9c2eb78
Default window position to the center of the screen; don't allow width or height to be zero.
2016-12-19 20:41:32 -08:00
metaprime
3fda1c6efb
Merge branch 'sleaze:restore-window-position' into master
2016-12-19 20:21:34 -08:00
metaprime
ea283ab49a
Add deploy.bat script to copy ripme.jar into the root of the project folder. Helps to run the program from a location other than where it is built.
2016-12-19 20:03:56 -08:00
metaprime
034f7ee181
ChanRipper: Add new image host domain for 4chan.
2016-12-19 19:49:36 -08:00
The Gitter Badger
2fee385589
Add Gitter badge
2016-12-19 11:57:46 -08:00
John Gibson
e149876dda
Updated 8muses ripper to working status
2016-12-19 06:17:30 -08:00
Kastang
08ce833863
attempt at fixing issue #330 instagram api changes
2016-12-19 04:01:45 -08:00
root
6321aba898
@slauzon: Fix xHamster ripper for image galleries. Closes 4pr0n/ripme#360 .
2016-12-19 03:42:29 -08:00
metaprime
942f1645a9
Merge pull request #344 from JoshKastang/issue-343
...
NEW: Ability to load a list of URLs via commanline (-f flag)
2016-12-19 00:51:53 -08:00
metaprime
51d2b8cda0
Merge pull request #353 from sleaze/sleaze/gitignore-intellij
...
Added IntelliJ `.idea` folder and `*.iml` to .gitignore.
2016-12-19 00:12:06 -08:00
Sleaze
4ea31dddca
Ripme window position save/restore + configuration checkbox to toggle the feature.
2016-10-08 10:36:18 -07:00
Sleaze
fec176ea95
Added IntelliJ .idea
folder and *.iml
to .gitignore.
2016-10-08 10:25:35 -07:00
Kastang
12bb6d359f
NEW: Ability to load a list of URLs via commanline (-f flag)
2016-08-17 20:10:07 -04:00
4pr0n
522b813587
1.2.13 - Luke-warm fix for imgur albums/images without descriptions
...
Closes #324
2016-04-23 21:04:16 -07:00
4_pr0n
a1cb242a53
Merge pull request #319 from blth/master
...
Added EroShare Ripper and Fixed Vidble ripper
2016-04-17 12:48:37 -07:00
blth
1d31903cdc
Update RipUtils.java
2016-04-17 12:55:16 -06:00
blth
2f7e5989a8
Update VidbleRipper.java
2016-04-17 12:52:57 -06:00
blth
6fa72d6bf2
Create EroShareRipper.java
2016-04-17 12:50:40 -06:00
4pr0n
68c6697207
1.2.12 - 500px: Support 'galleries' and subgalleries
...
Closes #282
2016-04-17 05:48:01 -07: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
12eda4080b
1.2.9 - Imgur fix (use /all), new tests, removed tests, etc.
...
Also updated the eclipse formatter config which, for some reason, was Tabs Only. Yeck
Version bump includes other pull requests. Hopefully they're fine...
2016-04-16 18:59:31 -07:00
4_pr0n
d8f346ed52
Merge pull request #294 from i-cant-git/patch-1
...
Use :orig instead of :large in TwitterRipper
2016-04-14 22:37:58 -07:00
4_pr0n
c4721ff5aa
Merge pull request #301 from Fabian-G/master
...
Added a command line option to avoid creation of properties file
2016-04-14 22:37:24 -07:00
Fabian-G
f96f7cc124
Added a command line option to avoid creation of properties file
2016-02-14 17:17:07 +01:00
i-cant-git
f95e319585
Use :orig instead of :large in TwitterRipper
...
This patch will allow TwitterRipper to download the original image instead of the resized large image
Normal image (600×300) → https://pbs.twimg.com/media/CCiZIc-WgAAc9vx.jpg
Large image (1024×512) → https://pbs.twimg.com/media/CCiZIc-WgAAc9vx.jpg:large
Original image (1280×640) → https://pbs.twimg.com/media/CCiZIc-WgAAc9vx.jpg:orig
2016-01-09 06:19:51 +02:00
4pr0n
b9d5347262
v1.2.8 - Option to prefer .MP4 over .GIF in imgur ripper.
...
Closes #266
2015-12-24 13:40:04 -08:00
4pr0n
bd70b6f4dd
v1.2.7: Fix 500px to fetch NSFW images.
...
Closes #278
2015-12-22 21:10:30 -08:00
4pr0n
d4d6e4f57b
v1.2.6: Fix 500px ripper to fetch higher-res, non-watermarked images.
...
Closes #260
2015-12-22 07:47:58 -08:00
4pr0n
61d86e5b7e
Version bump to v1.2.5
2015-12-21 14:48:14 -08:00
4pr0n
9fd7bf7663
Fetch imgur series (comma-separated images) in Reddit ripper.
...
Closes #218
2015-12-21 14:47:07 -08:00
4pr0n
0ba092813c
Image descriptions are configurable option (defaults to "on").
2015-12-21 07:36:56 -08:00
4pr0n
22cee44345
Imgur: Accept /gallery/ URLs
2015-12-21 07:36:28 -08:00
4pr0n
d81dbed0f3
v1.2.4 - Fix instagram ripper. Closes #208
2015-12-20 15:38:42 -08:00
4pr0n
ab323056aa
Version bump to 1.2.3
2015-12-20 15:31: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
4ef66d067a
Fix xhamster. Closes #276
2015-12-20 11:58:57 -08:00
4pr0n
5018d80b51
Remove/Clear queue option (right-click menu)
2015-12-20 11:58:37 -08:00