Open GoogleCodeExporter opened 9 years ago
This appears to be due to an out-of-date reference to the Flash player at line
58 of Tudou.pm. The following should be more or less impervious to the Flash
player changing, and doesn't appear to match inappropriate things:
( $videoID ) = ( $embed_url =~ m`\.swf\?iid=(\d+)` );
If that is felt too loose, you can use the full SWF path:
( $videoID ) = ( $embed_url =~
m`http://js\.tudouui\.com/bin/player2/olc_6\.swf\?iid=(\d+)` );
However, this will break again when the Flash player changes.
This works for the video linked above, and others that I tried, including
http://www.tudou.com/programs/view/HGEQHaUyE5A
Original comment by inductiv...@gmail.com
on 24 May 2012 at 3:54
Original issue reported on code.google.com by
inos...@gmail.com
on 7 Sep 2010 at 2:23