Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
On some videos (e.g. http://www.youtube.com/watch?v=r3QyKmaLvvk), if the name of the subtitle has an apostrophe, this is returned in the XML list as an escaped entity:
This causes it to generate the following URL:
http://www.youtube.com/api/timedtext?lang=en&fmt=srt&name=Derpy%26%2339%3Bs+lyrics&v=r3QyKmaLvvk
Instead of the correct one:
http://www.youtube.com/api/timedtext?lang=en&fmt=srt&name=Derpy%27s+lyrics&v=r3QyKmaLvvk