Skip to content

Commit

Permalink
Update ytplaylist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RangoZEX authored Jan 13, 2022
1 parent 1d06d72 commit 6fb8fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tobrot/helper_funcs/ytplaylist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def yt_playlist_downg(message, i_m_sefg, client, G_DRIVE):
except:
pass
cmd = [
"youtube-dl",
"yt-dlp",
"-i",
"-f",
"bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4",
Expand Down Expand Up @@ -56,4 +56,4 @@ async def yt_playlist_downg(message, i_m_sefg, client, G_DRIVE):
try:
shutil.rmtree(fol_der)
except:
pass
pass

0 comments on commit 6fb8fde

Please sign in to comment.