yt-dlp/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 Fix Brightcove detection when another Flash object is on the page 2013-10-11 21:52:33 -04:00
FileDownloader.py
InfoExtractors.py
PostProcessor.py
YoutubeDL.py
__init__.py
__main__.py
aes.py
update.py
utils.py
version.py