Difference between revisions of "Rapidshare Downloader Concurrent commandline aria2"
From MS Computech
(Created page with 'aria2 downloader [http://aria2.sourceforge.net/ Bittorrent Http Multiple download] batch downloading via the -i list_file_name option. e.g. he switches for this explained:- …') |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Aria2 rapidshare''' | |
− | + | วิธีการ install aria2 และทำให้สามารถดาวโหลด bittorrent Metalink ได้ ( Debian 4 5 + Clarkconnect 5 ) | |
+ | <pre> | ||
+ | wget http://downloads.sourceforge.net/project/aria2/stable/latest/aria2-1.6.3.tar.gz?use_mirror=biznetnetworks | ||
+ | tar jxvf aria2-1.6.3.tar.gz | ||
+ | cd aria2-1.6.3 | ||
+ | </pre> | ||
+ | Debian * | ||
+ | <pre> | ||
+ | apt-get install libssl-dev libxml2-dev libsqlite3-dev libexpat1-dev zlib1g-dev | ||
+ | </pre> | ||
+ | Clarkconnect 5 | ||
+ | <pre> | ||
+ | yum install openssl* gcc-* automake subver* libtool* automake sqlite* libxml* | ||
+ | </pre> | ||
+ | package RHEL Cent CC >> http://packages.sw.be/aria2/ | ||
+ | <pre> | ||
+ | ./configure | ||
+ | make | ||
+ | </pre> | ||
+ | <source lang=text> | ||
+ | Build: i686-pc-linux-gnu | ||
+ | Target: i686-pc-linux-gnu | ||
+ | Install prefix: /usr/local | ||
+ | CFLAGS: -g -O2 | ||
+ | CPPFLAGS: | ||
+ | LDFLAGS: | ||
+ | LIBS: | ||
+ | SQLite3: yes | ||
+ | GnuTLS: yes | ||
+ | OpenSSL: yes | ||
+ | CA Bundle: | ||
+ | LibXML2: yes | ||
+ | LibExpat: | ||
+ | LibCares: | ||
+ | Libz: yes | ||
+ | Epoll: yes | ||
+ | Bittorrent: yes | ||
+ | Metalink: yes | ||
+ | XML-RPC: yes | ||
+ | </source> | ||
+ | <pre> | ||
+ | make install | ||
+ | </pre> | ||
+ | <pre> | ||
+ | aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 http://rapidshare.com/files/250512100/TDK.2008.1080p.mkv.001 | ||
+ | aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 -i lists.txt | ||
+ | </pre> | ||
+ | Export Cookies ออกมาจาก firefox 3.5 โดยใช้ extension ด้านล่าง | ||
+ | |||
+ | download | ||
+ | <pre> | ||
+ | http://rapidshare.com/files/256898797/export_cookies-1.0-fx.xpi | ||
+ | </pre> | ||
− | + | Export ออกมาและ นำไปไว้ที่ Linux | |
− | + | <pre> | |
+ | aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 http://rapidshare.com/files/250512100/TDK.2008.1080p.mkv.001 | ||
+ | </pre> | ||
+ | ดาวโหลดแบบ Batch | ||
+ | <pre> | ||
+ | aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 -i downloadlists.txt | ||
+ | </pre> | ||
* -s 5 Split the download into 5 connections | * -s 5 Split the download into 5 connections | ||
Line 10: | Line 68: | ||
* -c Continue any paused / cancelled downloads | * -c Continue any paused / cancelled downloads | ||
* –load-cookies /path/to/cookie The rapidshare cookie file that was created earlier. This has to be an absolute path | * –load-cookies /path/to/cookie The rapidshare cookie file that was created earlier. This has to be an absolute path | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ---- | |
− | + | ||
− | http:// | + | [http://aria2.sourceforge.net/ Source] |
− |
Latest revision as of 14:38, 9 November 2009
Aria2 rapidshare
วิธีการ install aria2 และทำให้สามารถดาวโหลด bittorrent Metalink ได้ ( Debian 4 5 + Clarkconnect 5 )
wget http://downloads.sourceforge.net/project/aria2/stable/latest/aria2-1.6.3.tar.gz?use_mirror=biznetnetworks tar jxvf aria2-1.6.3.tar.gz cd aria2-1.6.3
Debian *
apt-get install libssl-dev libxml2-dev libsqlite3-dev libexpat1-dev zlib1g-dev
Clarkconnect 5
yum install openssl* gcc-* automake subver* libtool* automake sqlite* libxml*
package RHEL Cent CC >> http://packages.sw.be/aria2/
./configure make
<source lang=text> Build: i686-pc-linux-gnu Target: i686-pc-linux-gnu Install prefix: /usr/local CFLAGS: -g -O2 CPPFLAGS: LDFLAGS: LIBS: SQLite3: yes GnuTLS: yes OpenSSL: yes CA Bundle: LibXML2: yes LibExpat: LibCares: Libz: yes Epoll: yes Bittorrent: yes Metalink: yes XML-RPC: yes </source>
make install
aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 http://rapidshare.com/files/250512100/TDK.2008.1080p.mkv.001 aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 -i lists.txt
Export Cookies ออกมาจาก firefox 3.5 โดยใช้ extension ด้านล่าง
download
http://rapidshare.com/files/256898797/export_cookies-1.0-fx.xpi
Export ออกมาและ นำไปไว้ที่ Linux
aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 http://rapidshare.com/files/250512100/TDK.2008.1080p.mkv.001
ดาวโหลดแบบ Batch
aria2c --load-cookies=/home/rapid_cookie.txt -s 5 -j 2 -i downloadlists.txt
* -s 5 Split the download into 5 connections * -j 1 How many files to download at once. * -c Continue any paused / cancelled downloads * –load-cookies /path/to/cookie The rapidshare cookie file that was created earlier. This has to be an absolute path