chipling commited on
Commit
12cf3bd
·
verified ·
1 Parent(s): 282d87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def video_id(id: str):
102
  yt = YouTube(
103
  url,
104
  use_po_token=True,
105
- po_token_verifier=po_token_verifier()
106
  proxies=proxies,
107
  )
108
  ys = yt.streams.get_highest_resolution()
 
102
  yt = YouTube(
103
  url,
104
  use_po_token=True,
105
+ po_token_verifier=po_token_verifier(),
106
  proxies=proxies,
107
  )
108
  ys = yt.streams.get_highest_resolution()