Rapidshare Downloader Concurrent commandline aria2

From MS Computech
Revision as of 14:38, 9 November 2009 by Snifer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Source