Metadata-Version: 2.0
Name: radiocut-downloader
Version: 0.1
Summary: Download audiocuts from radiocut.fm
Home-page: https://github.com/mgaitan/radiocut_downloader
Author: Martín Gaitán
Author-email: gaitan@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: docopt
Requires-Dist: pyquery
Requires-Dist: requests
Requires-Dist: moviepy

Radiocut.fm downloader
======================

Radiocut_ is an amazing service that records radio station from Latin America in 24x7 basis, and let you create cuts for an specific station and time.

This script download and merge the chunks that compose an audiocut.

::

Usage:
  radiocut <audiocut_url>

Options:
  -h --help     Show this screen.
  --version     Show version.


.. attention::

    radiocut is a hard-working tiny start-up, its service is great and
    they deserve all the respect.

    So, if you need to download audio cuts for professional purposes,
    you should get a `premium account <http://radiocut.fm/premium/>`_.



.. _Radiocut: http://radiocut.fm

