Difference between revisions of "Rapidshare Downloader Concurrent commandline aria2"

From MS Computech
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''Aria2 rapidshare'''
 
'''Aria2 rapidshare'''
  
วิธีการ install aria2 และทำให้สามารถดาวโหลด bittorrent Metalink ได้ ( Debian 4 5 )
+
วิธีการ 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>
 
<pre>
wget http://downloads.sourceforge.net/sourceforge/aria2/aria2-1.5.0.tar.bz2?use_mirror=nchc
 
tar jxvf aria2-1.5.0.tar.bz2
 
cd aria2-1.5.0
 
 
apt-get install libssl-dev libxml2-dev libsqlite3-dev libexpat1-dev zlib1g-dev
 
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
 
./configure
 
make
 
make
Line 19: Line 29:
 
LIBS:
 
LIBS:
 
SQLite3:        yes
 
SQLite3:        yes
GnuTLS:        no
+
GnuTLS:        yes
 
OpenSSL:        yes
 
OpenSSL:        yes
 
CA Bundle:
 
CA Bundle:

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

Source