Fate f97a6566f3 | ||
---|---|---|
MovieFucker | ||
hosts | ||
utils | ||
.gitignore | ||
LICENSE | ||
README.md | ||
main.py | ||
requirements.txt | ||
settings.json.example |
README.md
Movie Fucker
Fully automated movie scraper
Installation
Install with git
git clone https://git.weboasis.app/ParrotDevelopers/MovieFucker.git
cd MovieFucker
pip3 install -r requirements.txt
Now create settings.json (use settings.json.example as example)
Usage
Variables
- <tmdb_id>: Show/Movie ID
- : Filetype movie should be returned in, supported: [mp4/m3u8]
- : Season of TV Show
- : Episode of TV Show
- : Token you have set in settings.json
Movies
GET /watch/<tmdb_id>.<ext>?token=<token>
TV Shows
GET /watch/<tmdb_id>.<ext>?season=<season>&episode=<episode>&token=<token>