All Projects → makkoncept → yts_torrents

makkoncept / yts_torrents

Licence: MIT license
download all torrents from yts.am (yify movies)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to yts torrents

movie-catalog
🎬 A movie catalog app for both Android & IOS ~ Flutter.io project in Dart | Dart, Bloc, Movies
Stars: ✭ 46 (+228.57%)
Mutual labels:  yify-torrents, yify, yts-movie
Bashflix
Streaming of Movies and Series on Mac and Linux
Stars: ✭ 88 (+528.57%)
Mutual labels:  movies, torrents
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (+164.29%)
Mutual labels:  movies, torrents
Watcher
Stars: ✭ 137 (+878.57%)
Mutual labels:  movies, torrents
tmdbv3api
A lightweight Python library for The Movie Database (TMDb) API. The TMDb API is a resource for developers to integrate movie, TV show and cast data along with posters or movie fan art.
Stars: ✭ 145 (+935.71%)
Mutual labels:  movies
tmdb
A GraphQL Wrapper for The Movie Database
Stars: ✭ 16 (+14.29%)
Mutual labels:  movies
tors
⏬ Yet another torrent searching application for your command line
Stars: ✭ 47 (+235.71%)
Mutual labels:  torrent-downloader
cl-torrents
Searching torrents on popular trackers - CLI, readline, GUI, web client. Tutorial and binaries (issue tracker on https://gitlab.com/vindarel/cl-torrents/)
Stars: ✭ 83 (+492.86%)
Mutual labels:  torrents
anime-for-dev
A curated list of animes every developer should watch.
Stars: ✭ 95 (+578.57%)
Mutual labels:  movies
rarbg
A wrapper for RARBG's api in Node
Stars: ✭ 22 (+57.14%)
Mutual labels:  torrents
the movie app open source
🎬 an app that lists movies in theaters and that will be released, and their respective actors using the api of the movie database, made with Flutter using Modular and MobX
Stars: ✭ 29 (+107.14%)
Mutual labels:  movies
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+921.43%)
Mutual labels:  torrent-downloader
linky
Searches the internet for DDL links and sends them to your favourite download manager
Stars: ✭ 38 (+171.43%)
Mutual labels:  movies
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (+128.57%)
Mutual labels:  torrents
FlutterTrailers
A flutter App to download Movie Trailers.
Stars: ✭ 35 (+150%)
Mutual labels:  movies
docker-spotweb
Dockerfile to set up Spotweb on ARM (like Raspberry Pi 2/3) and X86 based systems based on Alpine Linux
Stars: ✭ 22 (+57.14%)
Mutual labels:  movies
Zee5
Just a simple shit but no one knows
Stars: ✭ 29 (+107.14%)
Mutual labels:  movies
Movies-Analytics-in-Spark-and-Scala
Data cleaning, pre-processing, and Analytics on a million movies using Spark and Scala.
Stars: ✭ 47 (+235.71%)
Mutual labels:  movies
go-movies
golang spider Crawler 爬虫 电影
Stars: ✭ 168 (+1100%)
Mutual labels:  movies
orgmdb.el
An Emacs/org-mode watchlist manager and OMDb API client
Stars: ✭ 17 (+21.43%)
Mutual labels:  movies

Thoughts on archiving

I am archiving this (and the related repositories - yts.am_scraper and movie_torrents). There are several reasons but the most prominent one being that some people might use it for torrenting unsanctioned copyrighted material. As mentioned in the disclaimer, this was not the goal. Maybe this was the reason that I have not thought about this project since the time it was put on Github and therefore it's very outdated and might not even work out-of-the-box.

yts_torrents

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

Used to create movie_torrents[repository of 10k+ movie torrents].

Usage

  • clone the repo
git clone https://github.com/makkoncept/yts_torrents.git
cd yts_torrents
  • Create a virtualenv:
python3 -m venv venv
  • Activate it on Linux:
. venv/bin/activate
  • Or on Windows cmd:
venv\Scripts\activate.bat
  • Install requests
pip install requests

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].