Omnibus commited on
Commit
6957020
·
1 Parent(s): e793092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
 
7
  def dl_user(inp):
8
  out_json={}
9
- os.system(f'yt-dlp "{inp}" --write-info-json --skip-download -o "{inp_out}"')
10
  try:
11
  with open(f"{inp_out}.info.json", "r") as f:
12
  f_out = f.read()
 
6
 
7
  def dl_user(inp):
8
  out_json={}
9
+ os.system(f'yt-dlp "{inp}" --write-info-json --skip-download --cookies-from-browser chrome -o "{inp_out}"')
10
  try:
11
  with open(f"{inp_out}.info.json", "r") as f:
12
  f_out = f.read()