Skip to content

Commit

Permalink
Update youtube_dl_extractor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RangoZEX authored Jan 13, 2022
1 parent 6fb8fde commit 76558bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobrot/helper_funcs/youtube_dl_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async def extract_youtube_dl_formats(
url, cf_name, yt_dl_user_name, yt_dl_pass_word, user_working_dir
):
command_to_exec = [
"youtube-dl",
"yt-dlp",
"--no-warnings",
"--youtube-skip-dash-manifest",
"--no-check-certificate",
Expand Down

0 comments on commit 76558bc

Please sign in to comment.