JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > English Support > General Discussion
Reply
 
Thread Tools Display Modes
  #1  
Old 09.04.2014, 19:30
c1240771 c1240771 is offline
Junior Loader
 
Join Date: Nov 2013
Posts: 13
Default Use jdownloader on Reddit

Hi

I was wondering if you guys could help me to figure out how to use this the best way on a site called Reddit.

What I want to do is to download every saved album from Reddit.

Example link (warning, link contains porn): **External links are only visible to Support Staff****External links are only visible to Support Staff**

I don't know the default limit but I am using a addon that shows 100 posts on one page. Now if I want to download all of them I have to click on each thread one by one and copy the link. This takes forever, especially when I have like 300 threads.

I found one tool that helped a little bit, FVD downloader. But the problem with it is that it only downloads the first picture of a album, not the whole album itself.

If there was a way to convert the titles of the threads to the link it would be easy, then I could just ctrg+c the whole page and jDownload would get all the links.

One more thing I tried was to open the source code of a website and then copy all of that, because one would think that all the external links are there too, but that freezes jDownloader because it detects like 8000 links.
Reply With Quote
  #2  
Old 10.04.2014, 15:17
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,121
Default

Hi
Decrypt plugin declined,
For mass linkgrabbing, use other tools, at least to get the link.
Also, did you use JD1 or JD2 for your tests?

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #3  
Old 11.04.2014, 00:33
c1240771 c1240771 is offline
Junior Loader
 
Join Date: Nov 2013
Posts: 13
Default

A plugin would probably not work anyway, I had planned to use it on my saved page, and that one is only access able with my account. And even if jDownload had the permission to login it would need some tweaks because reddit shows only like 10 links by default, which means I would still need to copy like 30 links.

I tried this in both JD1 and 2. First with JD1 since I use that one by default and later on JD2, which told me that it was about to work on 8000 links or something like that.

Anyway, is there at least a way to open the source code and grab all links of a special kind? Like Imgur and Minus.com links only? I tried a bunch of plugins for both Firefox and Chrome and was not able to find something like that.
Reply With Quote
  #4  
Old 11.04.2014, 02:45
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

make a decrypter plugin in JD and listen for desired domain names in regular expression.

String[] img = br.getRegex("<img src=\"(pattern)\"").getColumn(0);

plenty of decrypters present in our source which you can use as examples.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5  
Old 30.08.2014, 04:35
c1240771 c1240771 is offline
Junior Loader
 
Join Date: Nov 2013
Posts: 13
Default

In case someone is interested in this, a Redditor solved this.

all you need is this code

javascript:(function($, window, undefined) { var urls = $(".link:not(.self) a.title").map(function() { return this.getAttribute('href'); }); var list = $("<ul>").append("<li>" + [].slice.apply(urls).join("</li><li>") + "</li>"); $(".side").prepend(list); })(jQuery, window);

when you paste this into your browser it will give you all the links, you can then just copy them and jd will recognize them.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 17:18.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.