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
from ytlv import youtube
live=youtube_lives("https://www.youtube.com/@ShirakamiFubuki/streams")
print(live)
# return Youtube_lives class
Youtube class
[
channellink: str
link: str | None
picture: list[str] | None
title: str | None
]
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.3.0.tar.gz
(8.2 kB
view details)
Built Distribution
File details
Details for the file youtube_lv-1.3.0.tar.gz
.
File metadata
- Download URL: youtube_lv-1.3.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c515d8ba3decba0c470b5917134fa2cef0dd7d750d21fc3d028e083e44ebb268 |
|
MD5 | 6e8bdb39180821ddbe52655976a0c5fc |
|
BLAKE2b-256 | 6c150fd92c9f7a6cea16b4918dd1a71aff2b4390963080a5532cc581b09e9a28 |
File details
Details for the file youtube_lv-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: youtube_lv-1.3.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 637b8b11ea8755f22a0b6537135d09949b2a284f4bbaff3a48c51fac68b5a311 |
|
MD5 | 8430da0dc89ee193c8afd0fd8117780e |
|
BLAKE2b-256 | 201caee40eeba12c9366942618560434fd490f068b6c50d7cf49bf32aef938b8 |