Skip to content

Commit

Permalink
Update debug.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyajiang committed Jan 7, 2025
1 parent f1bf61e commit 32f21bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


current_dir = os.path.dirname(os.path.realpath(__file__))
debug_dir = os.path.join(current_dir, "debug")
debug_dir = os.path.join(current_dir, 'debug')
os.makedirs(debug_dir, exist_ok=True)

# import yt_dlp
Expand Down Expand Up @@ -35,7 +35,7 @@
# 'download':r'{"status": "%(progress.status)s","n_entries": %(info.n_entries)s, "playlist_index": %(info.playlist_index)s}',
# },
# 'load_info_filename':"",
'mp4decrypt_location': os.path.join(debug_dir, "mp4decrypt"),
'mp4decrypt_location': os.path.join(debug_dir, 'mp4decrypt'),
'ffmpeg_location': debug_dir,
# 'noplaylist':True,
# 'outtmpl': "",
Expand Down

0 comments on commit 32f21bd

Please sign in to comment.