ntkhang03 / Goat-Bot-V2

A simple Bot chat messenger using personal account. Made by NTKhang.
Other
178 stars 1.31k forks source link

Using YouTube Cookies to Bypass API/Bot Restrictions #113

Open tas33n opened 1 month ago

tas33n commented 1 month ago

YouTube has added restrictions that block bots and APIs, requiring login for downloads or scraping.

image

To bypass this, you can use cookies from an authenticated session:

Log in to YouTube, then extract your cookies using cookie editor, the same extension used for fb cookies.

Create a ytdl.json file in your project's root directory and paste the cookies in JSON format.

thats all, happy boting..