Metadata-Version: 1.1
Name: subile
Version: 0.0.1
Summary: Download subtitles in multiple languages from the terminal
Home-page: https://github.com/marcwebbie/subile
Author: Marcwebbie
Author-email: marcwebbie@gmail.com
License: MIT
Description: ############################################
        Subile: Download subtitles from the terminal
        ############################################
        
        .. image:: https://travis-ci.org/marcwebbie/subile.svg
           :target: https://travis-ci.org/marcwebbie/subile
           :alt: Build status
        .. image:: https://pypip.in/version/subile/badge.svg?text=version
           :target: https://pypi.python.org/pypi/subile/
           :alt: Version
        .. image:: https://pypip.in/py_versions/subile/badge.svg
           :target: https://pypi.python.org/pypi/subile/
           :alt: Supported Python versions
        
        
        `Subile <http://github.com/marcwebbie/subile>`_ is a python script to download subtitles for videos. Subile supports multiple languages download
        
        ************
        Installing
        ************
        
        Install
        =========
        
        .. code-block:: bash
        
            pip install subile
        
        
        **********
        Quickstart
        **********
        
        Subile download subtitles with the same name of the video in the same directory with a subtitle extension. For example for a video called: hello.world.s01e04.mp4 a subtitle will be saved as `hello.world.s01e04.srt`
        
        .. code-block:: bash
        
            # download subtitles for your video in default language "English"
            subile game.of.thrones.s04e10.hdtv.x264-killers.mp4
        
            # download subtitles for your video in French using `-l fre`
            subile -l fre game.of.thrones.s04e10.hdtv.x264-killers.mp4
        
            # download subtitles for your video in Portuguese using `-l por`
            subile -l por game.of.thrones.s04e10.hdtv.x264-killers.mp4
        
            # get into interactive mode using `-i`
            subile -i game.of.thrones.s04e10.hdtv.x264-killers.mp4
        
        
        *******
        License
        *******
        
        This is free and unencumbered software released into the public domain.
        
        Anyone is free to copy, modify, publish, use, compile, sell, or
        distribute this software, either in source code form or as a compiled
        binary, for any purpose, commercial or non-commercial, and by any
        means.
        
        In jurisdictions that recognize copyright laws, the author or authors
        of this software dedicate any and all copyright interest in the
        software to the public domain. We make this dedication for the benefit
        of the public at large and to the detriment of our heirs and
        successors. We intend this dedication to be an overt act of
        relinquishment in perpetuity of all present and future rights to this
        software under copyright law.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
        OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
        ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        OTHER DEALINGS IN THE SOFTWARE.
        
        For more information, please refer to <http://unlicense.org>
        
        
Keywords: subtitles video caption media watch show film documentary
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Internet
