Comment 2 for bug 458014

Revision history for this message
Olivier Tilloy (osomon) wrote :

Some more details on the cause of the bug:

Youtube updated the javascript code in their video pages that's used by their flash player.
The youtube plugin parses this code to reconstruct the URL of the corresponding SWF file using a regular expression that was invalidated by this change.
The (simple) fix consists in updating this regular expression.