tecuts commited on
Commit
754cbc8
·
verified ·
1 Parent(s): 75c4b89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ async def get_playlist_info(
263
  "playlistend": end
264
  }
265
 
266
- with YoutubeDL(ydl_options) as ydl:
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: