Metadata-Version: 2.1
Name: y2b
Version: 0.2.0
Summary: A sample Python project
Home-page: https://github.com/glasslion/y2b
Author: Leo Zhou
Author-email: glasslion@gmail.com
License: UNKNOWN
Keywords: tool video download
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: click (>=7)

# y2b

Some commandline tools to simplify video downloading from YouTube.

- **y2b-playlist** saves video urls in a youtube playlist to a text file for further processing.
- **y2b-download** downloads video from a url file(or a single url). Automatically retry on failure and remove downloaded url from file.


