File size: 350 Bytes
7fec1b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# BiliBili
>[Bilibili](https://www.bilibili.tv/) is one of the most beloved long-form video sites in China.
## Installation and Setup
```bash
pip install bilibili-api-python
```
## Document Loader
See a [usage example](/docs/integrations/document_loaders/bilibili).
```python
from langchain_community.document_loaders import BiliBiliLoader
```
|