Skip to content

flashblaze/yts-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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