Unified yt-dlp downloader - generates cross-platform Python scripts for video, audio, subtitles
< 脚本 yt-dlp Python-Downloader 的反馈
Thank you! I've updated the script and tested it with several videos using FFMPEG alone; everything appears to be working correctly now.
Could you please confirm this works on your end after removing or deactivating mkvmerge from your PATH? If you encounter any issues with FFMPEG alone, please let me know which link and configuration to test.
Regarding the http://IP:PORT feature: please understand that this script is tailored to my personal needs, and feature requests outside my core requirements detract from other priorities. That said, if you'd like to explain your use case in more detail and leave an appropriate tip, I'd be happy to reconsider. I apologize if this sounds unusual, but I'd like to focus on priorities that involve both leisure and income. ^_^'
Thanks for understanding! :-)
Yes, I checked the updated version, completely removed mkvmerge, and now the download works without mkvmerge on the system, only with FFMPEG. Thanks for this fix! And unlike the previous version, now the video ID is inserted at the end of the file name, for example [bk_Bby75R1E] is this an error? In the previous version, the file name was without the video ID.
Thanks for testing and reporting—I really appreciate it!
Yes, I applied a series of patches yesterday (see below). The ID is included as a simple method to trace the video back. Would you like it to be toggleable?
It would be nice if this could be toggled. So that those who need the video with the original title, as on YouTube, download it without the video ID.
Everything works great! Thank you very much!
Thank you! Have fun!
Dear developer, if you want to further improve your script, consider adding an output file selection function to the settings. Currently there is only one MKV format in the script, and it would be nice to add the MP4 format as well, as the most common format for downloading from YouTube. This will make your script a professional solution for downloading videos from YouTube! Thanks again for the great script!
it would be nice to add the MP4 format as well
Done. See screenshot attached: Secret Extras menu (right-click Support button).
Please consider leaving a tip if it works as expected. Thank you.
Hi there.
Using this with a soundcloud playlist.
It labels every file the same Output name and therefore overwrite itself.
Any suggestions how to prevent this.
Using this with a soundcloud playlist. It labels every file the same Output name and therefore overwrite itself.
Thanks for the feedback!
I have just patched it!
Please try again (select Audio -> Sep) and let me know, if it worked for you.
Nice script, thanks for sharing it! True, it started working for me only after installing mkvmerge (all the other programs needed by the script were already installed in my PATH). Before installing mkvmerge, the download did not work, there were errors. We ask the developer to add to the script the ability to work through a proxy, for example: http://IP:PORT So that you can register your proxy in the settings or directly in the script code.