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?
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.
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?