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.1.tar.gz
(8.2 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.3.1.tar.gz.
File metadata
- Download URL: youtube_lv-1.3.1.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b59c360297ba28aa3ae49a06bbaf71fa82249a456599765a887d14bb0476fc8
|
|
| MD5 |
b35efdb1ef01b8bf1ca49febaefbf823
|
|
| BLAKE2b-256 |
4ccb1564628d628ba3a9a1119e33c55a45c9aaf5fe0d30fe99849a6b0a1da0ef
|
File details
Details for the file youtube_lv-1.3.1-py3-none-any.whl.
File metadata
- Download URL: youtube_lv-1.3.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ed88726f06e1c793392662e30eac3d2b6327174df7fe61bc1e617285e2b427f
|
|
| MD5 |
5c4aaca1efc1659922d7afd4373f2205
|
|
| BLAKE2b-256 |
6bb324c9e1fd36bea94ede457fd7259d054f989d7f6c41fbd4fc01fbf0eb5dc6
|