dnsev / 4cs

Media player userscript, steganographic embedding
https://dnsev.github.io/4cs
15 stars 3 forks source link

Youtube: Video not found on appears after a point #48

Closed Ninetime closed 2 years ago

Ninetime commented 10 years ago

After a point the Youtube video title will stop appearing and is replaced with Youtube: Video not found on all following links 4cs youtube video not found

dnsev commented 10 years ago

I know why this issue occurs, and I forget if I tried to implement a solution to it or not.

This happens because 4cs queries Youtube's APIs too much (because of all the links) in a short amount of time, and it starts returning a forbidden error code.

This is kind of a rare problem, but I might fix it if I get around to it.