Metadata-Version: 2.1
Name: streamyt
Version: 1.0.7
Summary: Search and stream videos from Youtube
Home-page: https://github.com/sAksham-Ar/ytstreamer
Author: Saksham Arya
Author-email: aryasaksham@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: bs4
Requires-Dist: requests
Requires-Dist: lxml

# streamyt
A python script that takes a channel name outputs its videos then when selected plays it on vlc media player.

Note:This script requires VLC media player.

# Installation
Install it as below:
```
pip3 install streamyt
```
# Run
Just put the thing to search and where it is a channel(c) or normal search(s):
```
streamyt channel_name type(c or s)
```
Put 0 if you do not want to go to the next page or play another video.

