Metadata-Version: 1.1
Name: funny_tool
Version: 0.2.5
Summary: The funny tools to download movies and comics
Home-page: https://github.com/CCharlieLi/funny_tool
Author: CCharlieLi
Author-email: ccharlieli@live.com
License: MIT
Download-URL: https://github.com/CCharlieLi/funny_tool/releases
Description: Funny tools for downloading movies, tv serials and BLEACH comics
        -----------------
        ![](usage.png)
        
        ## Introduction
           - Automatically download movie links of latest movies from 电影天堂(http://www.ygdy8.net).
           - No link will be downloaded twice according to latest id in log file.
           - Automatically download latest comics BLEACH from __BLEACH__ __Baidu__ __Tieba__.
           - Comics will be saved in __BLEACH/[Name]__ in current directory.
           - No comics will be downloaded twice according to existence of __BLEACH/[Name]__.
           - Automatically download TV serials from 人人影视 with given ID.
           
        ## Requirement
        
        __Python 3__
        
        ## Usage
        
        - Command line
        
        ```
        pip3 install funny_tool
        ```
        
        ```
        usage: ft [-h] [-b] [-d] [-p PAGE] [-t TV] [-l]
        
        funny_tool: Download movies, tv serials and comics!
        
        optional arguments:
          -h, --help            show this help message and exit
          -b, --bleach          Download BLEACH.
          -d, --dytt            Download latest movies from dytt.
          -p PAGE, --page PAGE  pages to retrieve when downloading movies from dytt,
                                should be used with -d.
          -t TV, --tv TV        Download TV serials by giving ID, use flag -l to check
                                IDs.
          -l, --list            TV serials list.
        ```
        
        - Python lib
        
        ```
        import funny_tool
        
        funny_tool.bleach()
        funny_tool.dytt()
        funny_tool.dytt(2) # retrieve 2 pages
        funny_tool.tv(30675)  # Shield
        funny_tool.tvlist()
        ```
        
        ## TODO
        
        - Config management
        - unit test
        
        ## License
        
        MIT
        
        
Keywords: download,bleach,dytt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Natural Language :: Chinese (Simplified)
