Metadata-Version: 1.1
Name: youtube_lv
Version: 0.2.8
Summary: check youtuber live status
Home-page: https://github.com/phillychi3/youtube_lv
Author: phillychi3
Author-email: phillychi3@gmail.com
License: UNKNOWN
Description: **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)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
