Fix MIT extractor for Python 2.6
authorJeff Smith <whydoubt@yahoo.com>
Wed, 28 Aug 2013 19:00:59 +0000 (14:00 -0500)
committerJeff Smith <whydoubt@yahoo.com>
Wed, 28 Aug 2013 19:24:42 +0000 (14:24 -0500)
commitb5ba7b9dcfed5ded96c841a0ebbbf12132de838f
tree2622b78cd616c051fa1dadcef5571f97b72998be
parent2891932bf0a01acc025246438f890dca57f91c6b
Fix MIT extractor for Python 2.6

The HTML for the MIT page does not parse cleanly for Python 2.6 due
to script tags within an actual script element.  The offending piece
is inside a comment block, so removing all such comment blocks
fixes the parsing.
youtube_dl/extractor/mit.py