https://github.com/realaravinth/yts-wrapper
Wrapper website for https://yts.mx that's capable of downloading movies on to the server. Basically, popcorntime.sh but on the server!
https://github.com/realaravinth/yts-wrapper
django yts yts-api
Last synced: 9 days ago
JSON representation
Wrapper website for https://yts.mx that's capable of downloading movies on to the server. Basically, popcorntime.sh but on the server!
- Host: GitHub
- URL: https://github.com/realaravinth/yts-wrapper
- Owner: realaravinth
- Created: 2020-05-24T12:20:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T18:21:27.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T16:15:59.599Z (9 days ago)
- Topics: django, yts, yts-api
- Language: JavaScript
- Homepage:
- Size: 706 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Note: Development is discontinued because I lost interest and also this doesn't come with any warrenties so use it at your own discretion.*
# yts-wrapper
Django-based, transmission-cli powered wrapper website for https://yts.mx that's capable of downloading movies on to the server. Basically, popcorntime.sh but on the server!## Table of contents:
- [Status](#status)
- [Dependencies:](#dependencies)## Status
In the current state, the Django backend can contact yts.mx's API and retreive information on movies. It can also use that data to get the top-rated subtitle off of yifysubtitles(webscraping, couldn't find API).
Upon clicking `download`, it would then initiate the download with transmission-cli. It should then proceed to process that with ffmepg and convert to a streamable format(MP4) and convert the subtitles to VTT.
It does these things but it's not complete.## Dependencies:
* Transmission-cli
* Django(3.0)
* Requires a Linux machine(Linux shell scripts handle downloading and processsing)