fawazahmed0 / youtube-uploader

Free youtube video uploader with no limits
MIT License
348 stars 84 forks source link

Use cookie store only without userDataDir for puppeteer #213

Closed ClassAxion closed 1 year ago

ClassAxion commented 1 year ago

Default cookie store (saving cookies to json file and loading from it) should be disabled when user pass userDataDir into puppeteer options.

Btw, using userDataDir i better for saving session becasue according to me is safer. Using multiple accounts I have problem with maintain session on default cookie store but using userDataDir it works fine using multiple accounts.

I tested it and it works. Currently only set for upload method because I can't test it on other methods.

fawazahmed0 commented 1 year ago

Thanks