Skip to main content

check youtuber live status

Project description

image

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


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 hashes)

Uploaded Source

Built Distribution

youtube_lv-1.2.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page