Metadata-Version: 1.1
Name: darte7
Version: 0.0.3
Summary: Helper to download documentaries on Arte+7
Home-page: https://github.com/stac47/darte7
Author: Laurent Stacul
Author-email: laurent.stacul@gmail.com
License: MIT
Description: darte7: Downloader for Arte+7
        =============================
        
        This simple program returns the URL of downloadable resources on Arte+7 site.
        
        You simply have to go to http://www.arte.tv/guide/fr/plus7/, select the show
        you want to download. darte7 can then be used with programs like wget or curl
        to download the film.
        
        For instance::
        
            wget `darte7 http://www.arte.tv/guide/fr/plus7/?em=044964-000`.
        
Keywords: arte arte+7 video download
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Utilities
