Omnibus commited on
Commit
782fb1d
·
1 Parent(s): f7d6416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  def dl(inp):
8
  out = None
9
- os.system('yt-dlp "https://twitter.com/TheTNHoller/status/1690375748643614720" --trim-filenames 100 -P home:"./"')
10
  return "./*"
11
 
12
 
 
6
 
7
  def dl(inp):
8
  out = None
9
+ os.system('yt-dlp "https://twitter.com/TheTNHoller/status/1690375748643614720" --trim-filenames 100 -o "test.mp4"')
10
  return "./*"
11
 
12