jakiestfu / Youtube-TV

A small, slick, library independent YouTube User/Playlist player
https://github.com/jakiestfu/Youtube-TV#demos
205 stars 125 forks source link

Wrong url fix #16

Closed fabiosoggia closed 11 years ago

fabiosoggia commented 11 years ago

According to YouTube Api documentation "for users who have accounts that are connected to Google+, the (display) attribute value will be the user's full public display name", not the YouTube username. This causes wrong url links for Google+ users.

For example, using "TonightAliveBand" as user generates http://www.youtube.com/user/Tonight%20Alive insetad of http://www.youtube.com/user/tonightaliveband

This fix resolves the issue.

jakiestfu commented 11 years ago

Thanks!!