mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
d8880df87b
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
linkdowload.py | ||
README.md | ||
requirements.txt | ||
yts_am_api.py |
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].