Skip to content

Releases: o7q/MediaDownloader

MediaDownloader v3.7.1

16 Nov 22:53
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Save Options is now enabled by default
  • Improve UI visuals slightly
  • Made the config files more organized

NOTE

MediaDownloader_STANDALONE.exe is only for if you are using scoop or something else! If you are downloading the program directly and normally please download MediaDownloader.v3.7.1.7z.

MediaDownloader v3.7.0

11 Nov 23:31
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Added a feature to change the output filename
  • Re-added the option to download a video with custom arguments
  • Improved UI
  • Removed the option to download raw video and audio (those options had a rare chance to create corrupt undeletable files, you can still download raw formats through the yt-dlp arguments section)
  • Optimized code
  • Updated to yt-dlp 2022.11.11
  • Updated to FFmpeg 5.1.2

NOTICE

MediaDownloader_STANDALONE.exe is only for if you are using scoop or something else! If you are downloading the program directly and normally please download MediaDownloader.v3.7.0.7z.

MediaDownloader v3.6.0

21 Oct 05:10
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • New option to trim the download within a time range
  • Added scoop support (thanks to https://github.com/couleurm for setting that up)
  • Removed the option to download a video with custom arguments (I do not think anyone used this feature)
  • Improved the config system for debugging

NOTE

MediaDownloader_STANDALONE.exe is only for if you are using scoop or something else! If you are downloading the program directly and normally please download MediaDownloader.v3.6.0.7z.

MediaDownloader v3.5.2

22 Sep 19:03
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Fixed the ugly icon (it was low quality and looked terrible so I re-drew it, it looks very crisp now)
  • Display more information when a redist error occurs

MediaDownloader v3.5.1

20 Sep 03:46
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Minor visual updates
  • Enable verbose debugging within yt-dlp and ffmpeg
  • clnFiles now runs before downloading
  • Optimize code

MediaDownloader v3.5.0

13 Sep 01:24
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • New option to enable GPU acceleration (by default, it uses the "h264_nvenc" nvidia encoder)
  • Visual update for the command prompt (has fancy ascii art and it shows the stage of the download/conversion process)
  • Fixed the ogg downloader (using a custom directory prevented the ogg files from being downloaded)
  • Added anti-spam protection (you can't accidently double click the download button)
  • Changed the way IDs are generated (uses date and time instead of a random string)
  • If the custom directory does not exist it will revert to the default directory
  • Code update (added a script code and asset dictionary (used for easy debugging), added a string repeater function)
  • Minor UI changes

MediaDownloader v3.4.2

01 Sep 20:20
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Shortened program file names
  • Fixed typos
  • Update to yt-dlp 2022.09.01
  • Updated to ffmpeg 5.5.1 from gyan.dev

MediaDownloader v3.4.1

18 Aug 21:24
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Now using the MIT license
  • Removed licensing info in the "Info" screen
  • Optimized code
  • Updated to yt-dlp 2022.08.14

MediaDownloader v3.4.0

14 Aug 18:42
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Fix major download issue for formats that use ffmpeg (temp files did not include a file extension resulting in ffmpeg erroring)
  • Tiny UI improvements
  • Optimized code (now using ternary operators to make some logic operations shorter, shortened variable names)
  • Update "README.md"
  • Removed "builds"
  • Removed "versioning.txt"

MediaDownloader v3.3.2

09 Aug 07:28
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Added warning if the user trys to launch multiple instances of MediaDownloader (having multiple instances open can cause problems)
  • Optimise clnFiles function exception handler (try-catch)
  • Updated to yt-dlp 2022.08.08