Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] #168

Closed
richardstevenhack opened this issue Oct 26, 2023 · 3 comments
Closed

[Feature Request] #168

richardstevenhack opened this issue Oct 26, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@richardstevenhack
Copy link

Description
Suggest the ability to load a list of Youtube URLs from a text file from the local system, then treat the list as a playlist and download each of the URLs in turn, possibly also applying the range feature to the list.

I use Media-Downloader which can do this. I go through my list of subscribed Youtube channels every day, and copy and paste the URLs of each video of interest into a text file. I save the text file on my system, call up Media Downloader, right click, select the "Get List From File" option, enter the file name, hit Download and off it goes.

Currently I have an issue with Media Downloader in that my platform, openSUSE Tumbleweed, has changed the way it handles the installed yt-dlp in such a way that Media Downloader can't determine the current version.

If Youtube Downloader Plus could do the same bulk downloads as Media-Downloader, while being an AppImage or a Flatpak that would be an advantage as the yt-dlp version would be hidden from the system. Presumably you update the AppImages and Flatpaks as the version of yt-dlp changes. I wouldn't have to worry about Tumbleweed altering the yt-dlp or python environment.

@aandrew-me
Copy link
Owner

The feature is already planned. I will add the feature when I get time. What you're doing is automation and you know that when it comes to automation, the terminal is a great choice.
You can use this option in yt-dlp

-a, --batch-file FILE           File containing URLs to download ("-" for
                                stdin), one URL per line. Lines starting
                                with "#", ";" or "]" are considered as
                                comments and ignored

@aandrew-me
Copy link
Owner

I will close this since there is already an issue #126

@richardstevenhack
Copy link
Author

I already do use bash scripts at the command line with yt-dlp. So no problem there. But there are some advantages to having a GUI utility for such things, which is why I primarily use Media-Downloader. But if you do the same for Youtube Downloaded Plus, I'd definitely be interested in switching or using both. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants