flashblaze / yts-downloader

A simple implementation of YTS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yts-downloader · PyPI version shields.io PyPI license PyPI pyversions PyPI download total

Python CLI to download YTS movies using their API

Tutorials and helpful content

  1. realpython
  2. Demystefying Setuptools Entry Points
  3. Python Packaging from Init to Deploy

Usage

yts-downloader -h for help

yts-downloader <movie name> to search for the movie in 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/*

🎉 Live here: yts-downloader 🎉

Download via: pip install yts-downloader

PS: I, in no way support piracy. This "tool" was created as a simple application of their API

About

A simple implementation of YTS API

License:MIT License


Languages

Language:Python 100.0%