jDownloader or another program for DDWRT?

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page 1, 2  Next
Author Message
twig123
DD-WRT User


Joined: 02 Oct 2010
Posts: 56

PostPosted: Mon Nov 15, 2010 2:14    Post subject: jDownloader or another program for DDWRT? Reply with quote
Just wondering if there was a way to port jDownloader, or another download manager to be used on DDWRT?

I currently already have Transmission installed on my router (E3000) and wanted to be able to download files from the internet (using my Megaupload/Rapidshare accounts) directly to the drive connected to my router (without using my computer).

Any way to do this with jDownloader or an alternative application?
Sponsor
phuzi0n
DD-WRT Guru


Joined: 10 Oct 2006
Posts: 10141

PostPosted: Mon Nov 15, 2010 11:35    Post subject: Reply with quote
How about the standard wget command?
_________________
Read the forum announcements thoroughly! Be cautious if you're inexperienced.
Available for paid consulting. (Don't PM about complicated setups otherwise)
Looking for bricks and spare routers to expand my collection. (not interested in G spec models)
twig123
DD-WRT User


Joined: 02 Oct 2010
Posts: 56

PostPosted: Mon Nov 15, 2010 13:04    Post subject: Reply with quote
I don't think wget will parse Megaupload/Rapidshare files unless it is a direct (premium) link... which 90% are not.

Sample Megaupload link of mine:
http://www.megaupload.com/?d=YQVLZ16S

(Edit: tested and wget tries to grab the site's .html file instead of the actual .7z file that it is supposed to)
frater
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2777

PostPosted: Mon Nov 15, 2010 18:37    Post subject: Reply with quote
http://www.anildewani.com/rapidshare-download-manager-script-in-bash/

I'm not using the router itself nor do I use rapidshare. You can test this....

You probably need my optware install to have decent bash support...

You will at least need to replace the 1st line
Code:
#!/bin/bash


Code:
#!/opt/bin/bash


If I have some spare time I can have a look if I can incorporate it as a standard script...

_________________
Asus RT16N + OTRW
Kingston 4GB USB-disk 128 MB swap + 1.4GB ext3 on /opt + 2 GB ext3 on /mnt
Copperjet 1616 modem in ZipB-config
Asterisk, pixelserv & Pound running on router
Another Asus RT16N as WDS-bridge

DD-WRT v24-sp2 vpn (c) 2010 NewMedia-NET GmbH
Release: 12/16/10 (SVN revision: 15758M)
Clete2
DD-WRT User


Joined: 16 Jul 2010
Posts: 51

PostPosted: Mon Nov 15, 2010 18:41    Post subject: Reply with quote
Just write a script that will use some sort of regular expression to pull the direct link out of the page then wget it.
frater
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2777

PostPosted: Mon Dec 06, 2010 1:49    Post subject: Reply with quote
I just noticed this package in optware.
I'm not using rapidshare.
Post here if you tested it and if it's good or not...

http://sourceforge.net/projects/myrapbook/

myrapbook - 0.1b-1 - A daemon originally written for WD My Book World disk drives, that implements a downloader for rapidshare.com premium users.

_________________
Asus RT16N + OTRW
Kingston 4GB USB-disk 128 MB swap + 1.4GB ext3 on /opt + 2 GB ext3 on /mnt
Copperjet 1616 modem in ZipB-config
Asterisk, pixelserv & Pound running on router
Another Asus RT16N as WDS-bridge

DD-WRT v24-sp2 vpn (c) 2010 NewMedia-NET GmbH
Release: 12/16/10 (SVN revision: 15758M)
marbi
DD-WRT User


Joined: 11 Sep 2009
Posts: 58
Location: Spain

PostPosted: Mon Dec 06, 2010 9:59    Post subject: Reply with quote
Just give a try to pyLoad. I'm using it for a while, and it really rocks!

http://pyload.org/installing_pyload_on_a_router

Just install all packages needed from optware and then run de pyloadCore script to configure...

If I get some time, maybe I'll do a guide.

_________________

Asus WL-500gP v2 DD-WRT v24-sp2 (04/07/12) big (SVN revision 18946M NEWD Eko)


TPLINK WR1043ND V2.1 DD-WRT v24-sp2 (05/09/15) std (SVN revision 26866)
SumitB
DD-WRT Novice


Joined: 08 Jul 2006
Posts: 34

PostPosted: Tue Feb 15, 2011 8:34    Post subject: pyload not working Reply with quote
I followed the guide linked to in the last post. Installed all the dependencies as required. However, I am not being able to install pyqt4 which is required for the GUI to work. Any ideas or pointers to get this to work?

Alternatively, is there any other software which will work with optware on dd-wrt for http downloads? The thing is that I have a seedbox and I need to download files from the seedbox to my local drive. Currently, i have configured the box to allow http downloads over port 80. I have configured it to ask for a password to allow access. I am currently using my main system to download these files using Internet Download Manager. I want to move this specific task to the dd-wrt router. I am not comfortable with cli and thus need a gui interface to add tasks to the system.

Help will be appreciated.
marbi
DD-WRT User


Joined: 11 Sep 2009
Posts: 58
Location: Spain

PostPosted: Tue Feb 15, 2011 8:41    Post subject: Reply with quote
Code:
py25-crypto - 2.1.0-2 - Python Cryptography Toolkit.
py25-curl - 7.19.0-1 - PycURL is a Python interface to libcurl.
py25-django - 1.1.2-1 - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
py25-mercurial - 1.7.1-1 -
py25-openssl - 0.10-1 - Python wrapper around a small subset of the OpenSSL library.
py25-pil - 1.1.7-1 - The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter.
python - 2.5-1 - This is a package that sets up the default python.
python25 - 2.5.5-2 - Python is an interpreted, interactive, object-oriented programming language.


These are phyton packages list which I have installed on my router... I don't see any pyqt4...

_________________

Asus WL-500gP v2 DD-WRT v24-sp2 (04/07/12) big (SVN revision 18946M NEWD Eko)


TPLINK WR1043ND V2.1 DD-WRT v24-sp2 (05/09/15) std (SVN revision 26866)
SumitB
DD-WRT Novice


Joined: 08 Jul 2006
Posts: 34

PostPosted: Tue Feb 15, 2011 8:50    Post subject: Reply with quote
These are all done but to run the gui, pyload needs pyqt4. Do you use the GUI with pyload?

In CLI, how do you add the files to be downloaded?
marbi
DD-WRT User


Joined: 11 Sep 2009
Posts: 58
Location: Spain

PostPosted: Tue Feb 15, 2011 8:51    Post subject: Reply with quote
I only use GUI, never used cli.
_________________

Asus WL-500gP v2 DD-WRT v24-sp2 (04/07/12) big (SVN revision 18946M NEWD Eko)


TPLINK WR1043ND V2.1 DD-WRT v24-sp2 (05/09/15) std (SVN revision 26866)
SumitB
DD-WRT Novice


Joined: 08 Jul 2006
Posts: 34

PostPosted: Tue Feb 15, 2011 8:55    Post subject: Reply with quote
In that case, can you please post what exactly you did?

I followed the following. I have an Asus RT-N16:
1. Router flashed with the appropriate dd-wrt
2. Installed optware using Frater's guide
3. Checked that everything is working
4. Followed the link you posted and installed pyload using the link for Asus Routers.

When I check the installation, it shows an error about the GUI not working due to the missing pyqt4.

I would really appreciate if you can help me with this.
marbi
DD-WRT User


Joined: 11 Sep 2009
Posts: 58
Location: Spain

PostPosted: Tue Feb 15, 2011 9:04    Post subject: Reply with quote
1. Install neccessary packages and their dependencies

Code:
ipkg-opt install python py25-crypto py25-curl py25-openssl py25-django libcurl sqlite tesseract-ocr unzip screen nano wget-ssl py25-mercurial tesseract-ocr-lang-eng py25-pil


2. Download latest dev version and copy/unzip it to router, in my case to /opt/pyload (use winscp for example)

Code:
http://bitbucket.org/spoob/pyload/get/default.zip


3. Run pyload core to configure it for the first time.

Code:
/opt/bin/python /opt/pyload/pyLoadCore.py



As far I can remember that's what I did.

_________________

Asus WL-500gP v2 DD-WRT v24-sp2 (04/07/12) big (SVN revision 18946M NEWD Eko)


TPLINK WR1043ND V2.1 DD-WRT v24-sp2 (05/09/15) std (SVN revision 26866)


Last edited by marbi on Tue Feb 15, 2011 9:49; edited 1 time in total
SumitB
DD-WRT Novice


Joined: 08 Jul 2006
Posts: 34

PostPosted: Tue Feb 15, 2011 9:10    Post subject: Reply with quote
Thanks a ton. I am in my office now. Will have access to the router in about 6 hours. Will give it a shot then. Please check here again when you can to see if it worked or not. Thanks once again.

One more question. How do you access the GUI for pyload?

Is it something like http://router-ip/pyload

What will be the default user/pass for the GUI?
marbi
DD-WRT User


Joined: 11 Sep 2009
Posts: 58
Location: Spain

PostPosted: Tue Feb 15, 2011 9:14    Post subject: Reply with quote
SumitB wrote:
Thanks a ton. I am in my office now. Will have access to the router in about 6 hours. Will give it a shot then. Please check here again when you can to see if it worked or not. Thanks once again.

One more question. How do you access the GUI for pyload?

Is it something like http://router-ip/pyload

What will be the default user/pass for the GUI?


Remember that we will be using WEB INTERFACE, not "pyLoadGui.py", we allways use pyLoadCore.py after configure it for use it with internal web server and web interface.

To access to web interface is the way you comment, and the password and username I think you'll be asked when configuring pyload.

As I said, that's what I rememeber that I did. I want to update my Asus router with the last dd-wrt, so maybe I'll do a guide from the scratch.

_________________

Asus WL-500gP v2 DD-WRT v24-sp2 (04/07/12) big (SVN revision 18946M NEWD Eko)


TPLINK WR1043ND V2.1 DD-WRT v24-sp2 (05/09/15) std (SVN revision 26866)
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum