项目作者: ldotlopez

项目描述 :
Arroyo is an automatic multimedia-multilingual download manager.
高级语言: HTML
项目地址: git://github.com/ldotlopez/arroyo.git
创建时间: 2017-07-26T07:54:08Z
项目社区:https://github.com/ldotlopez/arroyo

开源协议:

下载


Arroyo

Arroyo is an automatic multimedia-multilingual download manager.

Install

You need python 3.4+

  • Download arroyo

    $ git clone https://github.org/ldotlopez/arroyo.git && cd "arroyo"

  • Create a python3 virtualenv (substitute virtualenv with whatever suits your system) and install python deps

    $ virtualenv -p python3 env && ./env/bin/pip install -r requirements.txt

  • Edit arroyo.yml

  • Run arroyo.sh

    $ ./arroyo.sh

Basic usage

Search:

$ ./arroyo.sh search game of thrones s01e01

Download:

$ ./arroyo.sh download game of thrones s01e01

How does it work

Arroyo extracts the magnet links found in a set of user-defined URLs, analyzes and extracts information from them and stores them in a database.

Subsequently, based on a set of criteria defined by the user, selects the corresponding links and downloads them.

Arroyo recalls what material has been downloaded already (or it’s in process) and is aware of the fact that several links may correspond to a single episode or movie. Thus avoiding downloading the same content twice. It also allows you to select the quality or language that you want.

In a way it is a cross between Couchpotato and SickBeard, adding multilingual support and multimedia (in the way it handles episodes, movies, music, books or anything).