mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-03 18:23:34 +08:00
660 B
660 B
Release info
Version: 1.0
Release date: February 25, 2023
Important
- Changed content yt-dlp options in
app_worker/ytdl_opts/default.py
- Added two new user config options in
app_bot/config-example.yml
:download_media_type
: What do download - audio (mp3), video or both. Values can beAUDIO
,VIDEO
,AUDIO_VIDEO
.save_to_storage
: Moved fromenvs/.env_worker
- Creating task on API now requires previously mentioned two fields in payload to be sent.
New features
- Now bot can download audio (mp3), video (default), or both. Just configure the preferred mode for the particular user/group.
Misc
N/A