Fix yt-dl not downloading file due to same filename
This commit is contained in:
@@ -310,7 +310,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
yt_dlp_options = {
|
yt_dlp_options = {
|
||||||
'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best',
|
'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best',
|
||||||
'outtmpl': '%(title)s.%(ext)s',
|
'outtmpl': '%(title)s [%(id)s].%(ext)s',
|
||||||
'merge_output_format': 'mp4',
|
'merge_output_format': 'mp4',
|
||||||
'quiet': False,
|
'quiet': False,
|
||||||
'postprocessors': [{
|
'postprocessors': [{
|
||||||
|
|||||||
Reference in New Issue
Block a user