cyian-1756
8118a96091
Merge pull request #1499 from taurhel/master
...
InstagramRipper fixed by moving qHash extraction from regex to js parsing
2019-11-29 06:56:55 -05:00
taurhel
83ba3adfa0
InstagramRipper test fixed
2019-11-27 03:02:20 +03:00
taurhel
9b71c15d04
fix for stories
...
qHash is now extracted with js parsing instead of regex
2019-11-27 02:55:55 +03:00
Philipp Erhardt
152d6f635f
Warn users about possibly fixable permission error
2019-11-21 20:02:02 +01:00
Philipp Erhardt
7fe3ce059b
Use the passed url in cookiesForURL function
...
While this doesn't make any difference, not using the argument is kind of bad.
One could also remove the argument and use `this.url` directly.
2019-11-18 16:56:55 +01:00
Felix Friebe
188184bdf2
Fixed MotherlessRipper
...
Issue #1 : If the Homepage of a gallery is opened (path /Gxxxx), theres no next page (path /Gxxxx?page=2). If an homepage link is added, the path is now changed to the "All Uploads" page (path /GMxxxx)
Issue #2 : All paths were changed to https:// since insecure connections didn't work with a user
Other Changes:
#1 : MotherlessRipper class used to override run method. Now the original method from AbstractHTMLRipper class is used to avoid redundant code.
#2 : MotherlessRipper class now implements the getNextPage method. Getting the next page was previously done by the run method. Also the link of the next page is now read from a link-tag in the HTML header and not "calculated" anymore.
2019-11-17 00:42:08 -06:00
Felix Friebe
57d2781678
Fixed Pornhub Video Ripper
...
The video URL is now "encrypted" by splitting it up in variables. This change was adopted in the this code.
2019-11-16 00:14:24 -06:00
cyian-1756
6fb7341873
Fixed path name issues on windows
2019-11-12 16:37:14 -05:00
cyian-1756
07d0ff82a2
Merge pull request #1481 from felixaufreisen/master
...
Fix MeituriRipper and VKRipper
2019-11-12 16:27:25 -05:00
Felix Friebe
96e2e72950
Fixed Myreadingmanga Ripper
...
After testing some links: sometimes the div-tag doesn't have a .separator-class. Also there's sometimes a tag in between the div and img-tag and sometimes not. The CSS-selector was adjusted accordingly.
2019-11-11 23:00:30 -06:00
Felix Friebe
a2f9a1daa9
Fixed Myreadingmanga Ripper
...
After testing some links: sometimes the div-tag doesn't have a .separator-class. Also there's sometimes a tag in between the div and img-tag and sometimes not. The CSS-selector was adjusted accordingly.
2019-11-11 22:44:47 -06:00
Felix Friebe
fbfd412619
Fixed Myreadingmanga Ripper
...
img-tag is not child of div.separator anymore. An a-tag separates both. This was fixed.
2019-11-11 22:17:50 -06:00
Philipp Erhardt
227161bb31
Add cookie support for all rippers
2019-11-10 11:22:56 +01:00
Felix Friebe
1c4581cdac
Fixed VK Album Ripper
2019-11-08 23:08:45 -06:00
Felix Friebe
ff8dffa3e7
Fixed MeituriRipper
2019-11-07 21:19:14 -06:00
Felix Friebe
48172a8850
Fixed MeituriRipper
2019-11-07 20:11:37 -06:00
notonmyresume
c9e3bf2a49
Added FitnakedgirlsRipper
2019-11-02 15:58:59 -07:00
Destrae
ac57cc37f9
Updated README.md
...
header standardization and grammar
2019-10-30 11:25:38 -05:00
cyian-1756
c000c83e39
1.7.89: Improved twitter ripper; Fixed xhamster image ripper; Fixed allporncomic ripper; Added Ripper for folio.ink
1.7.89
2019-10-24 18:27:26 -04:00
cyian-1756
ff31b50817
Merge pull request #1463 from cyian-1756/imgur-fixes
...
Imgur ripper now use api.imgur.com when ripping albums to bypass age gate
2019-10-24 17:24:24 -05:00
cyian-1756
d8c8db5668
Merge pull request #1453 from owaiswiz/master
...
Add Ripper for folio.ink
2019-10-23 17:53:50 -05:00
cyian-1756
864ff06e4f
Merge pull request #1422 from cyian-1756/allporncomicRipperFix
...
Allporncomic ripper now accepts link ending with a / and links to series pages
2019-10-23 17:53:34 -05:00
cyian-1756
6040f5015e
Merge pull request #1440 from mrfrankcastle96/master
...
Fixed xhamster ripper not downloading after 30 images
2019-10-23 17:53:01 -05:00
cyian-1756
2023ddac4d
Merge pull request #1433 from Isaaku/issues/twitter_ripper
...
TwitterRipper changes
2019-10-22 12:03:04 -05:00
cyian-1756
c589f07150
Agged the imgur.client_id config option so users can provide their own imgur client-id
2019-10-22 12:57:40 -04:00
cyian-1756
62c9be3b40
Imgur ripper now use api.imgur.com when ripping albums to bypass age gate
2019-10-22 12:52:23 -04:00
Isaaku
419c5f4f2f
Merge branch 'ripme-master' into issues/twitter_ripper
2019-10-22 11:50:04 -05:00
cyian-1756
4e637eee57
Merge pull request #1427 from randomcommitter/master
...
Add erotiv.io ripper and test
2019-10-21 16:03:43 -05:00
Owais
d63eb4028f
Add test for folio.ink ripper
2019-10-10 23:02:26 +05:30
Owais
1485d22f50
Add Ripper for folio.ink
2019-10-10 23:01:55 +05:30
cyian-1756
b63a80fa49
1.7.88: Added ripper for Myreadingmanga.info; Added Mastodon rippers; Fix queue count update when queue is 0; Added ripper for listal; Now downloads best video when ripping twitter
1.7.88
2019-10-10 12:41:07 -04:00
cyian-1756
ff483c7176
Merge pull request #1439 from maxpereira/fix-pt-translation
...
Change translation for Timeout for pt_PT
2019-10-10 11:33:10 -05:00
cyian-1756
6116676b0e
Merge pull request #1450 from 0x1f595/mastodon
...
Mastodon rippers
2019-10-10 11:32:00 -05:00
0x1f595
c9759f23d2
Adding unit tests for Mastodon rippers
2019-10-08 21:55:08 -06:00
0x1f595
19ec16bf7f
Adding several Mastodon instance rippers
2019-10-08 21:20:00 -06:00
Frank Castle
65ff5274fa
Added xvideos ripper album downloading
2019-09-29 16:27:06 +05:30
Frank Castle
d26b73cdec
Fixed xhamster ripper not downloading after 30 images
2019-09-28 14:21:32 +05:30
Max Pereira
2397d4f8ff
Change translation for Timeout for pt_PT
2019-09-26 18:41:17 -07:00
Isaaku
9f106cd0a3
Change AlbumRipper with AbstractJSONRipper
...
Change regex to better read from search links
Remove filter "From" from search since it's not supported
Remove character x from search since otherwise will not return values
Add twitter.max_items_request config to set the max numbers of tweets for each request
2019-09-19 17:52:57 -05:00
randomcommitter
15a57a6e9b
Fix indentation, remove unused import, avoid deprecated method
2019-09-15 23:11:45 +01:00
randomcommitter
d64162c636
Fix indentation
2019-09-15 23:11:11 +01:00
randomcommitter
50e5e2a5f4
Fix getGID regex to support optional "www"
...
Also removed "www" from final video URL
2019-09-14 03:17:44 +01:00
randomcommitter
b0c9787cea
Add erotiv.io ripper and test
2019-09-14 02:51:31 +01:00
randomcommitter
466d194101
Merge pull request #6 from RipMeApp/master
...
Merge changes
2019-09-13 21:35:50 +01:00
cyian-1756
bb287b7331
Merge pull request #1423 from Isaaku/issues/fix_queue_button
...
Fix queue count update when queue is 0
2019-09-09 16:10:05 -05:00
Isaaku
8d6dc6f22a
Fix queue count update when queue is 0
2019-09-09 15:56:37 -05:00
cyian-1756
6c9fb45d84
Merge pull request #1362 from kittenparry/meituri-update
...
Functional regex for getting image url list (MeituriRipper)
2019-09-09 15:19:19 -05:00
cyian-1756
107654dd64
Allporncomic ripper can rip from series pages
2019-09-09 16:12:31 -04:00
cyian-1756
44537831e4
allporncomic ripper now accpets urls ending in /
2019-09-09 16:05:26 -04:00
cyian-1756
524068b82f
Merge pull request #1417 from Pocochub/patch-1
...
Fix #1416 - Fails to download gfycat.com/amp/*
2019-09-09 09:03:33 -05:00