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

**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)
```
