lucas-ventura commited on
Commit
8f299c4
·
verified ·
1 Parent(s): a92d566

Worst video

Browse files
Files changed (1) hide show
  1. tools/download/video.py +1 -1
tools/download/video.py CHANGED
@@ -76,7 +76,7 @@ def _perform_download(
76
  ydl_opts = {
77
  "format": "bestaudio/best"
78
  if onlyAudio
79
- else "bestvideo[ext=mp4][vcodec^=avc1]+bestaudio[ext=m4a]/best",
80
  "paths": {"home": destinationDirectory},
81
  "ignoreerrors": True,
82
  }
 
76
  ydl_opts = {
77
  "format": "bestaudio/best"
78
  if onlyAudio
79
+ else "worstvideo[ext=mp4][vcodec^=avc1]+bestaudio[ext=m4a]/worst",
80
  "paths": {"home": destinationDirectory},
81
  "ignoreerrors": True,
82
  }