feat: ingest site videos through raw pipeline
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
UPDATE app_settings
|
||||
SET description='Максимальная высота видео VK и YouTube перед загрузкой в Telegram.',
|
||||
updated_at=NOW()
|
||||
WHERE key='video_max_height';
|
||||
|
||||
UPDATE app_settings
|
||||
SET description='Таймаут скачивания видео VK и YouTube.',
|
||||
updated_at=NOW()
|
||||
WHERE key='uploader_yt_dlp_timeout_sec';
|
||||
Reference in New Issue
Block a user