Skip to main content

A program to retrieve movies and series (or its links) from cuevana.tv

Project description

Cuevanalinks is a tool to retrieve contents (or its links) in file sharing hosting as services through cuevana.tv

Up to date documentation: http://packages.python.org/CuevanaLinks

Dependecies

CuevanaLinks scraps the web using PyQuery which is based upon lxml . Also uses plac as command line arguments parser.

Everything is available via easy_install or pip

Example usage

  • Get help:

    $ cuevanalinks -h
    usage: cuevanalinks [-h] [-s] [-d] [-l {es, en, pt}] [-f {long, short}]
                        title [episode]
    
    CuevanaLinks 0.2dev - 2011 Martin Gaitán
    A program to retrieve movies and series (or links) 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
    
    optional arguments:
      -h, --help            show this help message and exit
      -s, --subs            Download subtitles (if available)
      -d, --download        Download the contents instead show links
      -l {es, en, pt}, --language {es, en, pt}
                            Define the language of subtitles. Default: 'ES'
      -f {long, short}, --format {long, short}
                            The format of filenames when retrieving files. Default:
                            'long'
  • 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 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CuevanaLinks-0.2dev.tar.gz (9.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page