llama-index readers bilibili integration
Project description
Bilibili Transcript Loader
pip install llama-index-readers-bilibili
This loader utilizes the bilibili_api to fetch the text transcript from Bilibili, one of the most beloved long-form video sites in China.
With this BilibiliTranscriptReader, users can easily obtain the transcript of their desired video content on the platform.
Usage
To use this loader, you need to pass in an array of Bilibili video links.
from llama_index.readers.bilibili import BilibiliTranscriptReader
loader = BilibiliTranscriptReader()
documents = loader.load_data(
video_urls=["https://www.bilibili.com/video/BV1yx411L73B/"]
)
Note that there is no official API available for Bilibili Transcript, so changes to the official website can sometimes cause issues.
This loader is designed to be used as a way to load data into Llama Index.
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
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 llama_index_readers_bilibili-0.5.0.tar.gz.
File metadata
- Download URL: llama_index_readers_bilibili-0.5.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e35634c4e938fc67311acd7c4b5b28a49ec8099c3b50929f93beca5ab91e7375
|
|
| MD5 |
b7049cf4e615c17c539b2fbce6747044
|
|
| BLAKE2b-256 |
827b752c5a11201dd6430397d2034e20ebe92ca036f2114350c80b14adcc8743
|
File details
Details for the file llama_index_readers_bilibili-0.5.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_bilibili-0.5.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
039aa1121ffa3f96cb1999495b03f1d7e3ab8c01845ca0002d63d864b3ed324a
|
|
| MD5 |
f77c053cd8471a01967a08571c0062b1
|
|
| BLAKE2b-256 |
0a584f3a19e4ef6689cb66b96112225ab1e46b4695d5351a3c266a462c61be5b
|