A program to retrieve movies and series (or its links) from cuevana.tv
Project description
Cuevanalinks is a command line program to download, play or get links of contents from cuevana.tv .
Documentation is in http://packages.python.org/CuevanaLinks
Source code and Issue Tracker: https://bitbucket.org/tin_nqn/cuevanalinks/
Dependecies
CuevanaLinks is based on top of cuevanalib . Also uses plac as command line arguments parser. progressbar is used to give feedback while downloading.
Everything is available via easy_install or pip
Example usage
Get help:
$ cuevanalinks -h usage: cuevanalinks [-h] [-s] [-d] [-p] [-l {es, en, pt}] [-r None] title [episode] [end] CuevanaLinks 0.4 - 2011 Martin Gaitán A program to retrieve movies and series (or links to them) from cuevana.tv positional arguments: title Look for a movie or show with this title or URL. If it's not an URL and `episode` is empty a movie is assummed episode Specifies a season/episode of a show. Examples: S01 (a whole season), s02e04, 1x4 If `end` is given retrieve the slices including limits end Specifies the end of season/episode slices (including it). Examples: S01 (a whole season), s02e04, 1x4 optional arguments: -h, --help show this help message and exit -s, --subs Download subtitles (if available) -d, --download Download the contents instead show links -p, --play Play while download. This automatically buffer enough data before call the player. It's possible define the player command in the config file -l {es, en, pt}, --language {es, en, pt} Define the language of subtitles. Default: 'es' -r None, --max_rate None Max File transfer rate (in kbps)
Download Black Swan:
$ cuevanalinks -d ‘black swan’
Retrieve URLs of one specific episode of a show:
$ cuevanalinks house 4x10
Download the complete 4th season of Mad Men and its subtitles (in spanish):
$ cuevanalinks -d -s 'mad men' s04
Note that you can also handle downloads through Tucan
$ cuevanalinks -s 'mad men' s04 > links.txt && tucan -d -i links.txt
Retrieve links of ‘Seinfeld’ between s02e10 and the last one of 4th season limiting the filetransfer rate to 30kbps
$ cuevanalinks -r 30 seinfeld s02e12 s04
Retrieve URLs of El secreto de sus ojos (The Secret in Their Eyes) and download subtitles in english:
$ cuevanalinks 'secreto de sus ojos' -s -l en
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file CuevanaLinks-0.5.tar.gz
.
File metadata
- Download URL: CuevanaLinks-0.5.tar.gz
- Upload date:
- Size: 255.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a39c2618dad3dea4c7dcd28358dad06a0fced02a6b5d2425ea75d3c5e277626 |
|
MD5 | cae8bab24603a403dd159c55bf27bd36 |
|
BLAKE2b-256 | a6a05360afb912fe4fb9adc2a70161b3c9437ec50ebafc244f25c1aea7b4cdbc |