Comment 7 for bug 1210314

Revision history for this message
Luite van Zelst (luitevanzelst) wrote :

Can confirm Pigeon's findings. However, there are several variations of BBC pages, seemingly based on
1) If you are seen to be connecting from UK ip address
2) Age of the BBC webpage.

giving variations with a href, param and .xml and .sxml.
I've tweaked pigeon's code by adding one more variation I've encountered

  elsif ($browser->content =~ /(http:[^":]+?playlist\.s?xml)/) {
    $playlist_xml = $1;
    $playlist_xml =~ s/\\//g;
  }

Think this is an upstream issue; have also reported my findings on
http://code.google.com/p/get-flash-videos/issues/detail?id=169