Support full 2GB/2h video downloads via Local Bot API, clean VK wiki links and remove fallback links

This commit is contained in:
2026-08-14 19:46:16 +05:00
parent 3ded8d3edd
commit 144dd3cb52
5 changed files with 47 additions and 33 deletions
+1
View File
@@ -131,6 +131,7 @@ class MediaProcessor:
f"best[height<={settings.video_max_height}][filesize<{max_size}]"
f"/best[height<={settings.video_max_height}]"
f"/bestvideo[height<={settings.video_max_height}][filesize<{max_size}]+bestaudio/best"
f"/bestvideo[height<={settings.video_max_height}]+bestaudio/best"
f"/best[filesize<{max_size}]"
f"/best"
),