Metadata-Version: 1.1
Name: pydebrid
Version: 1.0.3
Summary: A cross-platform Alldebrid CLI with downloader and subtitles finder
Home-page: https://github.com/davidderus/pydebrid
Author: David Dérus
Author-email: UNKNOWN
License: UNKNOWN
Description: ========
        pydebrid
        ========
        
        A simple & cross-platform command-line interface for unrestraining links thanks to Alldebrid.
        
        Features
        ========
        
        * Links unleashing
        * Bulk unleashing (from txt file)
        * Embed downloader
        * Multi-languages subtitles getter
        * Clipboard support by default
        * Account information and expiration alert
        * Secure config storage
        * SSL Support
        * Captcha alert
        * Intuitive and colorful use
        * Cross-platform (Tested on Linux and OS X but should works on Windows too)
        
        Usage
        =====
        
        :code:`pydebrid [-h] [-u File/HTTP URL] [-d] [-i] [-s Subtitles languages] [-o Destination directory]`
        
        * ``-h`` : Display help
        * ``-u`` : Local text/plain file (like links.txt) or remote url (like http://ul.to/abcde)
        * ``-d`` : Download the linked file(s) once debrided
        * ``-i`` : Display current user informations
        * ``-s`` : Get subtitles following a single or comma-separated list of IETF language code
        * ``-o`` : Custom file output directory (otherwise current directory)
        
        Examples
        ========
        
        :code:`pydebrid -u http://ul.to/abcde -d -s en,fr`
        
        Download ``http://ul.to/abcde`` in the current directory with english and french subtitles.
        
        :code:`pydebrid -u links.txt`
        
        Unrestrain all links in ``links.txt`` file (one link per line) and put them in the clipboard.
        
        :code:`pydebrid -i`
        
        Return infos from your account like Fidelity points, Remaining time, Registration date and more.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Classifier: Topic :: Internet
Classifier: Intended Audience :: Other Audience
