youtube-dl/youtube_dl
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
..
extractor
__init__.py Add a PostProcessor for adding metadata to the file (closes #1570) 2013-10-11 11:19:09 +02:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
aes.py
FileDownloader.py
InfoExtractors.py
PostProcessor.py
update.py
utils.py Add an extractor for video.nhl.com (closes #1586) 2013-10-10 16:16:49 +02:00
version.py
YoutubeDL.py