FallingLights / Teachable-dl

Course downloader for teachable platform written in python3 using selenium and yt-dlp
GNU Lesser General Public License v3.0
106 stars 27 forks source link

workaround to bypass Cloudflare on Chrome > 114 #27

Closed Thoxy67 closed 11 months ago

Thoxy67 commented 11 months ago

I have implemented a solution to address the issue with Cloudflare Captcha not working on the latest version of Chrome. Previously, Chrome 114 was blocked by the Captcha system.

However, with the workaround I have added, you will still need to manually confirm the Captcha and press Enter when it's finished.

I have based my solution on the code provided by benkrej, which has been proven to work effectively.

I have personally tested this workaround on Chrome version 116 and have experienced no issues.

Please review and consider merging this pull request to ensure smooth functioning of the Cloudflare Captcha on the latest version of Chrome.

it4need commented 11 months ago

@FallingLights Actually this does not work for me.