PDA

View Full Version : little bug in youtube 2 plugin...


goku21
2007-12-26, 05:29
hallo unbehagen i have a little problem with your awesome youtube plugin...

i´m watching an anime that´s called "blood+"

there must be a little bug because when you type "blood+ 07" for example
it finds no videos

when you type blood+ it finds totally different videos than the pc does




i bet you´ll fix it in 5 minutes ...cause the other scriptts of yours do fine.


thanks for your awesome scriptsa ... keep up the good work:laugh:

SleepyP
2007-12-27, 01:06
probably something to do with how special characters (like +) are handled.

EvilDude
2007-12-27, 01:31
yeah I'd say that the input isn't being uri encoded properly. + is used to represent a space once encoded, so when you put blood+, it is actually treating the + as a space.

Until the plugin is fixed, if it isn't uri encoding at all, a dodgy trick you might be able to use is, replace + with %2B.

So search for blood%2B. That should be the same as a blood+ search on youtube.