Files
youtube-dl/youtube_dl/extractor
Joey Adams 3283533149 Fix Brightcove detection when another Flash object is on the page
The regex used non-greedy match, but alas it failed on input like this:

    <object class="...> ... class="BrightcoveExperience"

It captured two objects and the intervening HTML.  This commit fixes this by
not allowing a ">" to appear before BrightcoveExperience.

Video in question: http://www.harpercollinschildrens.com/feature/petethecat/
2013-10-11 21:52:33 -04:00
..
2013-08-28 12:47:38 +02:00
2013-08-27 01:00:17 +05:00
2013-09-10 12:13:22 +02:00
2013-08-28 10:20:37 +02:00
2013-09-03 12:03:19 +02:00
2013-09-14 14:45:04 +02:00
2013-10-04 07:47:40 +02:00
2013-10-10 19:55:52 +02:00
2013-09-06 18:08:07 +02:00
2013-08-28 14:24:42 -05:00
2013-10-10 19:53:44 +02:00
2013-09-18 22:14:43 +02:00
2013-10-06 16:39:35 +02:00
2013-08-24 21:10:03 +02:00
2013-10-04 11:33:14 +02:00
2013-08-21 19:20:27 +02:00
2013-10-04 10:32:34 +02:00
2013-09-14 14:45:04 +02:00
2013-10-08 21:25:38 +02:00
2013-08-28 12:47:38 +02:00
2013-09-21 20:50:31 +02:00