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 9ba6952 commit c2959d4Copy full SHA for c2959d4
webdlp.py
@@ -64,7 +64,7 @@ def process():
64
mime = "video/mp4"
65
dl_path += ".mp4"
66
67
- ctx['format'] = 'bestvideo+bestaudio/best[ext=mp4]/best'
+ ctx['format'] = 'bestvideo+bestaudio'
68
else:
69
# invalid argument passed
70
return Response("Invalid arguments", status=400)
0 commit comments