Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
PyFlat-JR committed May 5, 2024
1 parent 50b7680 commit c067a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def download_ffmpeg(self):
logger.info("Download FFmpeg started")
if os.path.isdir("appdata/FFmpeg"):
shutil.rmtree("appdata/FFmpeg")
self.ffmpeg_download_thread = GithubDownloader("https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip", "appdata/ffmpeg.zip")
self.ffmpeg_download_thread = GithubDownloader("https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip", "appdata/ffmpeg.zip")
self.ffmpeg_download_thread.progress.connect(self.update_progress_ffmpeg)
self.ffmpeg_download_thread.finished.connect(self.download_finished_ffmpeg)

Expand Down

0 comments on commit c067a04

Please sign in to comment.