YouTube operational API works when YouTube Data API v3 fails.
Related to #138. Can we web-scrape similarly YouTube UI? https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/open https://lemnoslife.com/cors_youtube_ui.html ```javascript xhttp.open("GET", "https://www.youtube.com/@WHO", true); ``` results in: > Status 302 > Response body is not available to scripts (Reason: CORS Missing Allow Origin)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Benjamin-Loison and has received 0 comments.