Update app.py
Browse files
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()
|