Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tulios/sexy_download
A Script that retrieves google chrome cookies and calls aria2c for multithreading download
https://github.com/tulios/sexy_download
Last synced: 3 months ago
JSON representation
A Script that retrieves google chrome cookies and calls aria2c for multithreading download
- Host: GitHub
- URL: https://github.com/tulios/sexy_download
- Owner: tulios
- License: mit
- Created: 2011-08-04T22:40:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-25T01:04:33.000Z (about 13 years ago)
- Last Synced: 2024-07-17T16:46:04.120Z (4 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/sexy_download
- Size: 99.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Sexy_download
A Script that retrieves google chrome cookies and calls aria2c for multithreading download
== Install
gem install sexy_download
You still need to install aria2 in your machine, I did not include this process on this gem. In Mac OSX try:
sudo port install aria2
or
sudo brew install aria2
== Usage
sexy_download http://someStorageService.com?q=MVGHT ~/My/Download/Path
or
sexy_download http://someStorageService.com?q=MVGHT
or
sexy_download -l list_file.txt ~/My/Download/Path
Without the target path +sexy_download+ will save the file in the folder that you call it
== Considerations
- I just tested this script with MAC OSX
- I just use Google Chrome
- I download most of my files with megaUpload using a paid account (It works with other services too)
- My better result was 3.5 mb/s
- I just solved my problem and maybe one day I will improve this script ;)