mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 102 forks source link

why when starting download with options '--newline --ignore-config --no-playlist -o %(channel)s/%(playlist)s/%(playlist_index)s- %(title)s.%(ext)s' media-downloader closes itself automatically #360

Closed candrapersada closed 5 months ago

candrapersada commented 5 months ago

why when starting download with options

--newline --ignore-config --no-playlist -o %(channel)s/%(playlist)s/%(playlist_index)s- %(title)s.%(ext)s

media-downloader closes itself automatically

mhogomchungu commented 5 months ago
  1. I can not reproduce.
  2. This option make sense only with playlist downloader tab, are you using it there?
  3. You have a space character in your -o option, either remove the space character or put the options between quotation characters(").
candrapersada commented 5 months ago
  • This option make sense only with playlist downloader tab, are you using it there?

yes

3. You have a space character in your -o option, either remove the space character or put the options between quotation characters(").

I've tried it but it's still the same --newline --ignore-config --no-playlist -o %(channel)s/%(playlist)s/%(playlist_index)s-%(title)s.%(ext)s --newline --ignore-config --no-playlist -o "%(channel)s/%(playlist)s/%(playlist_index)s- %(title)s.%(ext)s"

mhogomchungu commented 5 months ago

Can you give me a URL i can use to test, i can not reproduce the problem.

candrapersada commented 5 months ago

https://www.youtube.com/playlist?list=PLXK1CM0vzYKHRV7ceJEtTT8ThpcA9eNhY

mhogomchungu commented 5 months ago

Fixed and you can use a version with a fix by downloading the executable from below link

https://github.com/mhogomchungu/media-downloader/releases/download/4.2.0/MediaDownloader-4.2.0-01-09-2024-git.zip

mhogomchungu commented 5 months ago

New version is out and it solved this problem

https://github.com/mhogomchungu/media-downloader/releases/tag/4.3.0