Metadata-Version: 2.1
Name: youtube-lv
Version: 0.2.2
Summary: check youtuber live status
Home-page: https://github.com/phillychi3/youtube_lv
Author: phillychi3
Author-email: phillychi3@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent

**youtube_lv**

github: https://github.com/phillychi3/youtube_lv


how to use
use ID
```python
from ytlv import *
lv=islive()
live=lv.ytid("channel ID")
print(live)
```
use LINK
```python
from ytlv import *
lv=islive()
live=lv.ytlk("channel ID")
print(live)
```


