https://github.com/coghost/btsniff
sniff torrents for movies
https://github.com/coghost/btsniff
Last synced: 7 months ago
JSON representation
sniff torrents for movies
- Host: GitHub
- URL: https://github.com/coghost/btsniff
- Owner: coghost
- License: gpl-3.0
- Created: 2020-04-04T08:25:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T06:45:09.000Z (about 6 years ago)
- Last Synced: 2025-09-27T23:01:01.617Z (9 months ago)
- Language: Python
- Homepage:
- Size: 903 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# btsniff
sniff movies url or torrents.
usually there are lot's of ads on these websites, so this will help you with only the bt torrents, just enjoy it.
by default, a cache directory will be created at "/tmp/crawler/" with name of each site. i.e. for site `http://www.bbt.tv` it will be `"/tmp/crawler/www.bbt.tv"`. every searched result page is stored in this folder, so next time you search the same name, you will hit local cached page, but this can be overwritten with `-w --overwrite` parameter.
## sites supported
- [x] [bbt](http://www.bbt.tv)
- [x] [btdx8](https://www.btdx8.com/)
- [x] [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/actor name [OPT] -n
-s, --site TEXT site name [OPT] -s
-l, --list_sites list supported sites [OPT] -l
-w, --overwrite overwrite local cache [OPT] -w
-img, --display_img display with image [OPT] -img
-h, --help Show this message and exit.
```
### view all available sites
```sh
btsniff -l
Available sites:
bbt [bt电影天堂: http://www.btbttv.cc/]
btdx8 [比特大雄: https://www.btdx8.com/]
dygod [电影天堂: https://www.dy2018.com/]
```
### sniff by name
> simple search

> with image supported
