Retrieve youtube video info.
Project description
Install
pip install yvi
Usage
import yvi
info = yvi.get_info(video_id = "xxxxxxxx")
info.get_title()
info.get_channel_id()
Function
get_info(video_id, session)
Parameters
-
video_id : video id
-
session : session object of requests.
Returns
- VideoInfo object.
Attributes of VideoInfo object
get_duration()
- 動画の長さ(秒。アーカイブのみ。ライブ動画または待機画面の場合、0が返ります。)
get_title()
- 動画タイトル
get_title_escaped()
- 動画タイトル(絵文字なし。GUIライブラリ等で絵文字が含まれていてエラーが出る場合はこちらを使用してください)
get_channel_id()
- チャンネルID
get_thumbnail()
- 動画サムネイルURL
get_owner_name()
- 配信者名
get_owner_name_escaped()
- 配信者名(絵文字なし)
get_owner_image()
- 配信者プロフィール画像URL
get_user_name()
- 視聴者名
get_user_name_escaped()
- 視聴者名(絵文字なし)
get_user_image()
- 視聴者プロフィール画像URL
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
yvi-0.0.4-py3-none-any.whl
(5.7 kB
view details)
File details
Details for the file yvi-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: yvi-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66f0fde5b10ae1334f1dd8740cb63bb154b79cafbf144b215eeaca4fdc3adfb1 |
|
MD5 | b5ab465753fa101f5ba793c14e8704d0 |
|
BLAKE2b-256 | dc7383dd7e745666ca1f4c26703a98bbc73acc121843a6fd0343fd5a5d948e35 |