Skip to content

Commit c2959d4

Browse files
author
Matteo Forlani
committed
format being weird?
1 parent 9ba6952 commit c2959d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdlp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def process():
6464
mime = "video/mp4"
6565
dl_path += ".mp4"
6666

67-
ctx['format'] = 'bestvideo+bestaudio/best[ext=mp4]/best'
67+
ctx['format'] = 'bestvideo+bestaudio'
6868
else:
6969
# invalid argument passed
7070
return Response("Invalid arguments", status=400)

0 commit comments

Comments
 (0)