Metadata-Version: 2.1
Name: btsniff
Version: 0.0.1
Summary: movie searcher
Home-page: https://github.com/coghost/btsniff
Author: lihe
Author-email: imanux@sina.com
License: GPL
Project-URL: Bug Reports, https://github.com/coghost/btsniff/issues
Project-URL: Source, https://github.com/coghost/btsniff
Description: # btsniff
        
        fetch movies url or torrents
        
        ## sites supported
        
        - [x] [bbt](https://bbt.tv)
        - [ ] [btdx8](https://www.btdx8.com/)
        - [ ] [dygod](https://www.dy2018.com/)
        
        ## install
        
        ```shell script
        pip install btsniff
        ```
        
        ## USAGE
        
        ### show help
        
        ```sh
        btsniff -h
        Usage: btsniff [OPTIONS]
        
        Options:
          -n, --name TEXT      movie name [OPT] -n <name>
          -s, --site TEXT      site name [OPT] -s <site_name>
          -w, --overwrite      overwrite local cache [OPT] -w
          -img, --display_img  display with image [OPT] -img
          -h, --help           Show this message and exit.
        ```
        
        ### fetch by name
        
        > simple search
        
        ![by_name](docs/images/by_name.png)
        
        > with image supported
        
        ![with_img](docs/images/with_img.png)
        
Keywords: movie,movie searcher,douban
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
