check youtuber live status
Project description
how to download
pip install youtube-lv
how to update
pip install --upgrade youtube-lv
how to use
Youtube
from ytlv import youtube
live=youtube("https://www.youtube.com/@ShirakamiFubuki")
print(live)
# return Youtube class
Youtube class
channellink :str
link: str | None
status: str | None
islive: bool
title: str | None
picture: str | None
timestamp: float | None
Youtube status
"LIVE" | "READY_TO_LIVE" | "ERROR"| None
Youtube class
Twitch
from ytlv import twitch
live=twitch("iitifox")
print(live)
# return twitch class
Twitch class
link: str
status: str | None
islive: bool
title: str | None
picture: str | None
avatar: str | None
Twitch status
"LIVE" | "ERROR" | None
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
youtube_lv-1.2.0.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youtube_lv-1.2.0.tar.gz.
File metadata
- Download URL: youtube_lv-1.2.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8e2db851bd07b16b8209490bcf8390f2f3481c256a2e85026a0ca564699e8d4
|
|
| MD5 |
b36f3944e72055a8c01eff671a07232d
|
|
| BLAKE2b-256 |
caad3c86a15b6898a781bc378a138d9ff1eb5dcfb3cd39625cfbb09318c6aedd
|
File details
Details for the file youtube_lv-1.2.0-py3-none-any.whl.
File metadata
- Download URL: youtube_lv-1.2.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7248f595adf220c2a11ebe8550e2477324f5c8a9c560c7a9df7ba02754703a0f
|
|
| MD5 |
9844cc7d2dda8bca27ef303df095e2cd
|
|
| BLAKE2b-256 |
bce274153e5ae1969bde79623e320e523c32778f26c29c8c9cd7223097ace044
|