Docfile commited on
Commit
a84494d
·
verified ·
1 Parent(s): b3f9d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def download_youtube_video(url):
105
  # Commande youtube-dl avec options
106
  command = [
107
  'youtube-dl',
108
- '--format', 'best[filesize<50M]', # Limite la taille du fichier
109
  '--quiet',
110
  '--no-warnings',
111
  '--output', output_template,
 
105
  # Commande youtube-dl avec options
106
  command = [
107
  'youtube-dl',
108
+ '--format', 'best[filesize<500M]', # Limite la taille du fichier
109
  '--quiet',
110
  '--no-warnings',
111
  '--output', output_template,