wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.21k stars 348 forks source link

Use MozillaCookieJar instead of json to save cookies #300

Closed wkentaro closed 8 months ago

wkentaro commented 8 months ago

Close https://github.com/wkentaro/gdown/pull/287

We can use chrome extension like Get cookies.txt LOCALLY to export and use it.

@7x11x13 Thank you for the suggestion. I find MozzilaCookieJar format more reasonable, so let's migrate to that.