readme: update :)

This commit is contained in:
2026-05-16 16:14:57 +03:00
parent 98fab7838a
commit b17913e21b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ class Downloader:
cap = parse_height_cap(max_download_quality)
if cap is not None:
#if the requested cap isn't available, we still download the best mp4.
return f"best[ext=mp4][acodec!=none][vcodec!=none][height<={cap}]/best[ext=mp4][height<={cap}]/best[ext=mp4]"
return "best[ext=mp4][acodec!=none][vcodec!=none]/best[ext=mp4]"