Skip to content

Version 1.28 – Minor changes and bug fixes

Latest
Compare
Choose a tag to compare
@section83 section83 released this 06 Oct 04:28
· 16 commits to master since this release
b92af2d

Not much change with this release but some minor improvements and bug fixes:

  • There should no longer be a crash when MacYTDL is located in a folder which has a single quote in its name.
  • The SBS Australia OnDemand Chooser has been tweaked as SBS changed the html code in their web pages yet again.
  • The “Show Settings” dialog how shows current settings for Maximum resolution, Discard URL after download and Delete partial downloads.
  • Fixed a typo in code for the “Show Settings” dialog which translates the user’s “Write thumbnails” preference into a “Yes” in the dialog.
  • Uninstall now removes MacYTDL-related files for all user accounts. That includes all log files and MacYTDL components.
  • Live streams can no longer be added for batch processing. Doesn’t make sense as a live stream would prevent rest of batch being downloaded.
  • Batch downloads should now respect user’s choice of subtitles format. If desired format is not available, the available format is downloaded then converted to desired format.
  • Batch downloads in parallel should now work when there are two videos in the batch. Previously it would only work if there were three or more videos in the batch.
  • Changed the “--recode-video” parameter sent to yt-dlp to “--remux-video” when user has requested a remux. Parameter sent to youtube-dl unchanged as it does not provide for “--remux-video”.
  • Removed post-processor parameters from “--remux-video” as they were badly formed causing FFmpeg to apply them to subtitle conversions. They also proved to be unnecessary.
  • MacYTDL no longer crashes if an invalid value is entered into the “Limit download speed” settings in “Admin”.
  • The ABC iView Chooser now shows apostrophes and opening and closing double quotes correctly – according to source text. The width of the Chooser is better when a single column of episodes is shown with wide episode names.
  • The dialog shown after completing the “Add to batch” function now reports to number of URLs added.