fawazahmed0 / youtube-uploader

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

[suggestion] improve timing on long descriptions #233

Open ezekiel747 opened 10 months ago

ezekiel747 commented 10 months ago

Hello, i've noticed that for long descriptions (4k-5k) it takes quite a long time to type all the chars in the textarea. Could some other method be used instead of element.type()? Maybe setting the value directly, or simulating a copy-paste, or maybe Puppeteer's page.fill method? Thank you! Great work btw!

fawazahmed0 commented 10 months ago

You can create a PR, just need to add relevant code here