Go to file
Fate f97a6566f3 settings 2023-08-23 16:19:59 +02:00
MovieFucker Initial Commit 2023-08-23 15:52:46 +02:00
hosts Initial Commit 2023-08-23 15:52:46 +02:00
utils Initial Commit 2023-08-23 15:52:46 +02:00
.gitignore Initial Commit 2023-08-23 15:52:46 +02:00
LICENSE Initial Commit 2023-08-23 15:52:46 +02:00
README.md Initial Commit 2023-08-23 15:52:46 +02:00
main.py settings 2023-08-23 16:19:59 +02:00
requirements.txt Initial Commit 2023-08-23 15:52:46 +02:00
settings.json.example settings 2023-08-23 16:19:59 +02:00

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>