bili_scribe
Convert Bilibili videos into structured text via audio transcription for direct use with language models.
Instructions
Extracts and formats video content into structured text, optimized for LLM processing and analysis.
Args:
video_url (str): The URL of video to process.
use_audio (bool): Whether to use audio for transcription. Should always be True.
Returns:
str: The formatted text content of the video.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_url | Yes | ||
| use_audio | No |