pyxv / xvpl-dl

xvideos playlist downloader, utilising youtube-dl under the hood
MIT License
5 stars 4 forks source link

Download from a text list? #5

Open MetalMake64 opened 3 years ago

MetalMake64 commented 3 years ago

I tried messing around with the code and looking at other programs like https://github.com/mariosemes/PornHub-downloader-python for pulling from a text list containing URLs but I failed to get something running. Is there a simple way to feed this a text file instead of a URL playlist?

rcaldous commented 2 years ago

Just use youtube-dl with the -a option, eg "youtube-dl -a list-of-urls.txt" It will go through and attempt to download every URL individually one after another.