Metadata-Version: 1.1
Name: dldr
Version: 1.0.1
Summary: Download programs from DR TV.
Home-page: https://github.com/simonbs/dldr
Author: Simon Støvring
Author-email: mail@simonbs.dk
License: MIT
Description: # dldr
        
        dldr is a tiny command line program for downloading programs from dr.dk/tv. The project is highly inspired by [dldr.brnbw.com](https://github.com/mikker/dldr.brnbw.com) by [@mikker](https://github.com/mikker).
        
        ### Installation
        
        You can either download the dldr.py file manually or install it using [HomeBrew](http://brew.sh). I recommend the latter.
        
        **Install DLDR using [HomeBrew](http://brew.sh).**
        
            Fill in.
         
        ### Usage
        
        Go to your favorite show on [DR TV](https://www.dr.dk/tv/se/huset-pa-christianshavn/huset-pa-christianshavn-5). Copy the URL. Then run dldr with the URL as an argument.
        
            $ dldr https://www.dr.dk/tv/se/huset-pa-christianshavn/huset-pa-christianshavn-5
        
        Optionally supply an output directory.
        
            $ dldr --output ~/Desktop https://www.dr.dk/tv/se/huset-pa-christianshavn/huset-pa-christianshavn-5
        
        By default file name of the programs will be the title of the show, e.g. "Huset på Christianshavn (1)". If you prefer to use the slug as a file name, i.e. "huset-pa-christianshavn-1", supply the `--slug-name` parameter.
        
        For more information, run `$ dldr --help`.
Keywords: dr tv dk download danmarks radio
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
