Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def get_audio_url():
|
|
| 20 |
'http':'http://lfvqisry-rotate:an43nwquy0o9@p.webshare.io:80',
|
| 21 |
'https':'http://lfvqisry-rotate:an43nwquy0o9@p.webshare.io:80'
|
| 22 |
}
|
| 23 |
-
yt = YouTube(video_url, proxies=proxies)
|
| 24 |
|
| 25 |
# Get best audio-only stream
|
| 26 |
audio_stream = (
|
|
|
|
| 20 |
'http':'http://lfvqisry-rotate:an43nwquy0o9@p.webshare.io:80',
|
| 21 |
'https':'http://lfvqisry-rotate:an43nwquy0o9@p.webshare.io:80'
|
| 22 |
}
|
| 23 |
+
yt = YouTube(video_url, client="WEB", proxies=proxies)
|
| 24 |
|
| 25 |
# Get best audio-only stream
|
| 26 |
audio_stream = (
|