bili_scribe
Extract and format Bilibili video content into structured text for LLM processing. Provide a video URL to get transcribed output.
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 |