TilCreator / Tapas-Comic-Downloader

This is a downloader to download whole comics from https://tapas.io/. (Not official!)
MIT License
70 stars 15 forks source link

How do I log in using this? #40

Open AlexMini2517 opened 2 years ago

3point3ghtz commented 2 years ago

Easiest way is to log in via your web browser, then export the cookie.txt file using something like this [(https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid?hl=en)]. Point the code at the txt file by using "-c cookies.txt" in the string. Just make sure the txt file is in the same directory that the cmd prompt is working in. For example my string looks like this... "D:\Usable\Downloads\Tapas>python Tapas-Comic-Downloader-master\tapas-dl.py -v -r -c cookies.txt https://tapas.io/series/Erma" so my txt file exists in the Tapas folder, which is also where the comics will download to.