Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnphil/xunlei
[PAUSED] lixian.vip.xunlei.com utility script for Mac OS X users
https://github.com/cnphil/xunlei
Last synced: 3 days ago
JSON representation
[PAUSED] lixian.vip.xunlei.com utility script for Mac OS X users
- Host: GitHub
- URL: https://github.com/cnphil/xunlei
- Owner: cnphil
- Created: 2011-12-03T15:34:07.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-03T02:41:49.000Z (over 12 years ago)
- Last Synced: 2024-04-24T15:10:15.784Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xunlei gem
===========lixian.vip.xunlei.com utility script for Mac OS X users
Summary:
-----------This is a browser script for lixian.vip.xunlei.com.
It drives Google Chrome with [chromedriver](http://code.google.com/p/selenium/wiki/ChromeDriver) to do automation tasks for you,
so please make sure you have Google Chrome installed first.It can automatically dump task file names and urls as well as browser cookies,
so that it can delegate to wget to download files for you.Compatible with Ruby version 1.8.7 and 1.9+
WARNING:
it stores your USERNAME and PASSWORD for
lixian.vip.xunlei.com as PLAINTEXT at ~/.xunlei/credentials.yml
There's not much we can do though.Install:
-----------# you might need to use sudo
gem install xunleiUsage:
-----------Dump all tasks from web and store them at ~/.xunlei/all_tasks.yml:
xunlei dump_tasks
Download files as described in ~/.xunlei/all_tasks.yml via wget:
xunlei download
Download files according to pattern in file names
xunlei download --only matrix
xunlei download --except bourneAdd ed2k or magnet link as new task
xunlei add ed2k_or_magment_link
Add all ed2k or magnet links on given web page as new tasks
xunlei add_page http://page_with_a_chunk_load_of_links/
Google for ed2k and magnet links
xunlei google Repulsion --with 720p
Search simplecd.org for ed2k links
xunlei simplecd Vendetta 720p
I am feeling lucky :)
xunlei lucky KEYWORDS
Pass --help to see more tasks and options
xunlei --help