We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f503f82 commit d07e446Copy full SHA for d07e446
1 file changed
src/nonebot_plugin_parser_lite/download/__init__.py
@@ -781,6 +781,7 @@ async def download_audio(
781
) -> Path:
782
"""
783
下载音频
784
+
785
:param url: 音频下载地址
786
:param audio_name: 保存到本地的音频文件名,为空时根据 url 自动生成 mp3 文件名
787
:param ext_headers: 额外的请求头,会与默认请求头合并
0 commit comments