Awesome-Python-Scripts/yts_torrents
dependabot[bot] 842ba58633
Bump urllib3 from 1.26.17 to 1.26.18 in /yts_torrents
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:26:03 +00:00
..
linkdowload.py add yts_torrents project (#116) 2019-10-31 10:07:55 +05:30
README.md add yts_torrents project (#116) 2019-10-31 10:07:55 +05:30
requirements.txt Bump urllib3 from 1.26.17 to 1.26.18 in /yts_torrents 2023-10-18 01:26:03 +00:00
yts_am_api.py add yts_torrents project (#116) 2019-10-31 10:07:55 +05:30

yts_torrents

Download all torrents from yts.am (yify movies). Uses yify api.

Usage

  • Create a virtualenv:
python3 -m venv venv
  • Activate it on Linux:
. venv/bin/activate
  • Or on Windows cmd:
venv\Scripts\activate.bat
  • Install requirements
pip install -r requirements

run python yts_am_api.py to make json files containing torrent links of the movies. Then run python linkdownload.py to parse the created json files and download the torrents.

Priority

The torrents will be downloaded according to the following priority:

1080p bluray> 1080p web> 720p bluray> 720p web

Disclaimer

Downloading copyright movies may be illegal in your country. This tool is for educational purposes only and was created only to experiment with yify api

Original Repository

Check out the original repository at https://github.com/makkoncept/yts_torrents.

This project was used to create movie_torrents[repository of 10k+ movie torrents].