Comments, bugs?

Feedback and any kind of help is welcome. If you find a bug, report it on the issue tracker.

And fork me !

Changes

Release 0.5 (Oct 9, 2011)

  • Split the api and helpers in a new project: cuevanalib

Release 0.4.4 (Jul 3, 2011)

  • Huge test suite for the API (104 tests). And they pass ;-)
  • Many bug fixes
  • Trying to give some robustness handling exceptions (not available content, keyboard interrupt, etc)
  • Added next and again shortcuts

Release 0.4.3 (Jun 17, 2011)

  • Fixed subtitles retrieving (handling referer/cookies)
  • Trying to give some robustness handling exceptions (not available content, keyboard interrupt, etc)

Release 0.4.2 (May 28, 2011)

  • Fixed bugs #4 and #6 about progressbar api changes.
  • Unittesting (automated with tox) started

Release 0.4.1 (May 15, 2011)

  • Fixed a bug: subtitle’s URL is different in movies than in episodes

Release 0.4 (Apr 21, 2011)

  • Added Show.get_episodes()
  • Added end to get a slice between two episodes or seasons
  • Added max_rate to downloaders.megaupload() .
  • Added -r to define max_rate from the CLI

Release 0.3.1.1 (Apr 16, 2011)

  • Fix a bug in setup.py: missing README.rst on package (thanks to Luis Romano)
  • Added MANIFEST.in

Release 0.3 (Apr 14, 2011)

  • Added an optional ETA callback when downloading. It’s useful, for example, to buffer and play
  • Added ConfigFile handler (see The configuration file)
  • Added pickling suport Content.get_pickle() and Show.get_pickle()
  • Added Episode.next and Episode.previous
  • Added The configuration file support
  • Added -p to play with autobuffer

Release 0.2dev (Apr 13, 2011)

  • Removed dependency of feedparser to parse RSS feeds.
  • Added megaupload() to download files directly. It shows a progressbar.
  • Added -d to download contents

Bug fixed

  • Fix #1 : get_links doesn’t exist for Show objects

Release 0.1 (Apr 9, 2011)

  • First public release and the most buggy piece of code of the whole history

Indices and tables