You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long story short, I’m trying to patch the Ask.com YouTube toolbar widget to work with YT2009. Only issue is, it tries to fetch data from /api/standardfeeds, which appears to return nothing. I’ve tried swapping that out with a playlist URL, but it always appends ?key=(some api key) to the very end of the URL. For whatever reason, when ?key (or any other random parameter) is appended to the URL it returns 500. This is an issue, because anything that tries to specify an API key (so basically every janky 3rd party app) is completely nonfunctional even if being correctly patched.
The text was updated successfully, but these errors were encountered:
yt2009's gdata v2 endpoints do not check or use any keys. the issue most likely is within something else within the requests sent (unimplemented params? something overall breaking?).
Long story short, I’m trying to patch the Ask.com YouTube toolbar widget to work with YT2009. Only issue is, it tries to fetch data from /api/standardfeeds, which appears to return nothing. I’ve tried swapping that out with a playlist URL, but it always appends ?key=(some api key) to the very end of the URL. For whatever reason, when ?key (or any other random parameter) is appended to the URL it returns 500. This is an issue, because anything that tries to specify an API key (so basically every janky 3rd party app) is completely nonfunctional even if being correctly patched.
The text was updated successfully, but these errors were encountered: