https://github.com/flashblaze/yts-downloader
A simple implementation of YTS API
https://github.com/flashblaze/yts-downloader
api downloader python36 torrent yts yts-api yts-downloader yts-movies yts-torrent
Last synced: about 1 year ago
JSON representation
A simple implementation of YTS API
- Host: GitHub
- URL: https://github.com/flashblaze/yts-downloader
- Owner: flashblaze
- License: mit
- Created: 2019-04-29T17:03:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T20:59:44.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T02:22:24.475Z (about 1 year ago)
- Topics: api, downloader, python36, torrent, yts, yts-api, yts-downloader, yts-movies, yts-torrent
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# yts-downloader · [](https://pypi.python.org/pypi/yts-downloader/) [](https://pypi.org/project/yts-downloader/) [](https://pypi.python.org/pypi/yts-downloader/) [](https://pypi.python.org/pypi/yts-downloader/)
Python CLI to download YTS movies using their API
# Tutorials and helpful content
1. [realpython](https://realpython.com/pypi-publish-python-package/)
2. [Demystefying Setuptools Entry Points](https://www.youtube.com/watch?v=0W0k6zP_Lto)
3. [Python Packaging from Init to Deploy](https://www.youtube.com/watch?v=4fzAMdLKC5k)
# Usage
`yts-downloader -h` for help
`yts-downloader ` to search for the movie in [yts.am](https://yts.am) database and download it.
eg: `yts-downloader 'aquaman'`
# Building
`python setup.py sdist bdist_wheel`
# Deploying on TestPyPI
`twine upload --repository-url https://test.pypi.org/legacy/ dist/*`
# Deploying on PyPI
`twine upload dist/*`
:tada: Live here: [yts-downloader](https://pypi.org/project/yts-downloader/) :tada:
Download via: `pip install yts-downloader`
**PS: I, in no way support piracy. This "tool" was created as a simple application of their API**