Home » TechNews            

YouTube Video Page URL Structure Will Change


YouTube today announced to introduce a change in the URL of the individual video pages. In a post on YouTube API blog, YouTube described the upcoming changes:

URLs for YouTube video pages will change from the format http://www.youtube.com/watch?v=ylLzyHk54Z0 to http://www.youtube.com/watch#!v=ylLzyHk54Z0.

That is to say, the ? character in the URL will be replaced with #! characters. Not all users will be directed to the new URLs, and the change will be implemented gradually over time. This change is part of a larger AJAX rewrite of the YouTube web site. The old-format URLs will continue working indefinitely when used for browser navigation, so if your web site has existing links to YouTube video pages, you don’t need to worry about them breaking. [ ]

Hence, it will not affect the existing links on web pages, as the present URL scheme will continue to work for browsing. Though, this change will certainly affect the tools which use the video URL to extract information about the video. (for example, several YouTube video downloading applications parse the video URL.)

YouTube has informed developers about the upcoming changes, and the developers need to ensure that their applications support both URL structure.




Read More Articles:
  1. Play WebM Supported Videos on YouTube
  2. YouTube Mobile Receives More Than 100 Million Video Playbacks Everyday, Adds more features
  3. YouTube.com Banned In Pakistan. Twitter.com And FaceBook.com Banned Too!!
  4. New Features of Firefox 4 [Video]
  5. Mozilla’s Open Web Applications [Video]
Written by on 9 March 2010 in TechNews. Updated on 9 March 2010.
About The Author
Arpit is tech enthusiast and freelance developer. Read more »
Contact him at arpit@techraga.in. Follow on Twitter.

Read more on ,

3 Responses to YouTube Video Page URL Structure Will Change

  1. infopediaonlinehere says:

    any technical reason behind replacing ? with #! … So in general can we adopt same model in our simple PHP pages also.. will this improve speed of a website…can you blog some thing on this technology

  2. Mike says:

    If you go to:

    http://www.youtube.com/watch#!v=ylLzyHk54Z0

    Your web browser will only actually send the bit before the # in the HTTP request, ie:

    http://www.youtube.com/watch

    It’s fine if you’re using javascript, because you can access the data in the address bar.

    I can see what they’re doing but they’ll have to be very careful if they want to get it right.

  3. Pingback: iPad Links: Monday, March 8, 2010 « Mike Cane's iPad Test

Leave a Reply

Your email address will not be published. Required fields are marked *

*