Skip to content

Commit

Permalink
Update yt-dlp-master to match requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
onnowhere committed Mar 22, 2024
1 parent 8ac1bdf commit 53e3b01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yt-dlp-master
Submodule yt-dlp-master updated 397 files
4 changes: 4 additions & 0 deletions youtube_music_playlist_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import os
import re
import sys
import copy
import json
import time
Expand Down Expand Up @@ -1212,3 +1213,6 @@ def get_numeric_option_response(prompt):
print(e)
print("Error encountered while generating. Please try again.")
continue

# Suppress additional messages
sys.exit()

0 comments on commit 53e3b01

Please sign in to comment.