1
Applications / Re: Media-downloader
« on: October 01, 2023, 02:57:05 pm »Hello
Tellie updated Media-Downloader:
ftp://ftp.netlabs.org/pub/qtapps/media-downloader-3.3.0-os2.7z
I will check how to make it run and if there is any change from the latest version on the instructions.
Regards
Hello, I got back to this subject. It finally worked here on my ArcaOS 5.1.0 VM.
1) You need to pull the trick to install python 2.7 and python 3. Ref: https://mantis.arcanoae.com/view.php?id=3523
- In ANPM I went to "Available - RPM"
- I selected "python2.7", "python3", "python-unversioned-command" and run "Install".
2) Following the old "Media-Downloader" readme:
Quote
n OS2 we cant have utf8 filenames, and we need to stick with ascii, that's why we need to add --restrict-filenames
Go to Configure tab.
Go to Engines's Default Options tab.
At the Engine's Name drop down list, select an engine you want to change its option.
At the "Options To Add" text field, add --newline --ignore-config --no-playlist --restrict-filenames -o %(title).200s-%(id)s.%(ext)s
Click Add.
Right click the newly added entry and then select Set As Default.
And it worked for me, it downloaded the "yt-dlp runtime" automatically, and I was able to get a YouTube Video downloaded.
But on this version I can not longer find the "media-downloader.conf" to add "NetworkTimeOutInSeconds=300". But it worked for me.
Regards