Hitomi-Downloader icon indicating copy to clipboard operation
Hitomi-Downloader copied to clipboard

How to download videos in batches?

Open twodom opened this issue 1 year ago • 5 comments

thx

twodom avatar Jan 29 '24 05:01 twodom

Explain the problem

rickmiron avatar Jan 30 '24 00:01 rickmiron

If I have 100 URLs from YouTube that need to be downloaded, how can I import Hitomi-Downloader in batches and download them instead of manually entering them one by one?

example: https://www.youtube.com/watch?v=3ee4mtr https://www.youtube.com/watch?v=8aObLtx https://www.youtube.com/watch?v=6vHsLq4 https://www.youtube.com/watch?v=chJO652 https://www.youtube.com/watch?v=OCzqH2H https://www.youtube.com/watch?v=fEELoS9 https://www.youtube.com/watch?v=rh2CMJY https://www.youtube.com/watch?v=7_xj4T6 https://www.youtube.com/watch?v=gPw2esI

twodom avatar Jan 30 '24 08:01 twodom

Sorry, I just found the relevant instructions in the wiki and tested it successfully. It turns out that you can use scripting to download multiple URLs in batches. Thank you.

https://github.com/KurtBestor/Hitomi-Downloader/wiki/How-to-write-a-script#multiple-files-downloader

twodom avatar Jan 30 '24 09:01 twodom

If they are all in a text file, you could just copy everything and paste it, and they will be added to the download queue

rickmiron avatar Jan 30 '24 12:01 rickmiron

If they are all in a text file, you could just copy everything and paste it, and they will be added to the download queue

Yes, I later discovered this simplest method, thank you

Examples for multiple URLs: 123, 125, 126 123 125 126

twodom avatar Jan 31 '24 03:01 twodom