ikeboy / pluralsight-scraper

Pluralsight video downloader
https://www.knyz.org/blog/post/pluralsight-scraper-released/
GNU General Public License v2.0
139 stars 50 forks source link

Added a chrome useragent string to nightmare. #8

Closed Darkle closed 5 years ago

Darkle commented 5 years ago

I think pluralsight is asking for captchas to be completed if "electron" is found in the useragent string (electron adds it by default), so I added a valid chrome useragent string to nightmare and the captcha was no longer presented when logging in.

vezaynk commented 5 years ago

Great! Thank you, @Darkle!