Skip to content

scrapes movies from the mubi now showing page, then looks for magnet links for those and hopefully finds them :D

License

Notifications You must be signed in to change notification settings

ccozkan/pirate-mubi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pirate-mubi

Arr! This one scrapes movies from the mubi.com now showing page, then looks for magnet links for those and hopefully finds them :D

You'll need to have torrent-hound in your system in order to search for magnet links.

git clone https://github.com/ozkc/pirate-mubi
cd pirate-mubi/

curl https://raw.githubusercontent.com/baddymaster/torrent-hound/master/torrent-hound.py > torrent-hound.py
curl https://raw.githubusercontent.com/baddymaster/torrent-hound/master/requirements.txt > requirements_for_th.txt

pip2 install --user -r requirements_for_th.txt
pip3 install --user -r requirements.txt

Run the command and to get the output

python3 get_movies.py

It saves output as a json file too.

Example output looks like this.

About

scrapes movies from the mubi now showing page, then looks for magnet links for those and hopefully finds them :D

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages