BKSalman / ytdlp-gui

a very simple GUI for ytdlp written in Rust
GNU General Public License v3.0
275 stars 16 forks source link

Multi URL input #39

Open rew1nter opened 3 weeks ago

rew1nter commented 3 weeks ago

A multi URL input system where all the settings are same for every video would be great

BKSalman commented 3 weeks ago

Implementing this into the UI could add more issues than it would solve.

You can instead just paste all the links separated by space, and click download, it should download them all

If that has issues you can report back

rew1nter commented 3 weeks ago

Nope that did not work. It just downloaded one video and stopped

BKSalman commented 3 weeks ago

@rew1nter I added that functionality into 86b27ce try it out, and see if there is any bugs with it

rew1nter commented 3 weeks ago

I can get this new version from yay right?

BKSalman commented 3 weeks ago

Not yet, I have to release it, you need to build it from source if you want to test it