Update app.py
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ async def get_playlist_info(
|
|
| 263 |
"playlistend": end
|
| 264 |
}
|
| 265 |
|
| 266 |
-
with YoutubeDL(ydl_options) as
|
| 267 |
try:
|
| 268 |
response = ytdl.extract_info(url, download=False)
|
| 269 |
if not response:
|
|
|
|
| 263 |
"playlistend": end
|
| 264 |
}
|
| 265 |
|
| 266 |
+
with YoutubeDL(ydl_options) as ytdl:
|
| 267 |
try:
|
| 268 |
response = ytdl.extract_info(url, download=False)
|
| 269 |
if not response:
|