You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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/
11 years ago
..
extractor Fix Brightcove detection when another Flash object is on the page 11 years ago
FileDownloader.py Make sure it only runs rtmpdump one time in test mode and return True if the download can be resumed 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 11 years ago
PostProcessor.py Add a PostProcessor for adding metadata to the file (closes #1570) 11 years ago
YoutubeDL.py Tiny tpo 11 years ago
__init__.py Add a PostProcessor for adding metadata to the file (closes #1570) 11 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
aes.py Let aes_decrypt_text return bytes instead of unicode 11 years ago
update.py [update] Prevent cmd window popup on Windows (Fixes #1478) 11 years ago
utils.py Add an extractor for video.nhl.com (closes #1586) 11 years ago
version.py release 2013.10.09 11 years ago