From: Jeff Smith Date: Wed, 28 Aug 2013 19:00:59 +0000 (-0500) Subject: Fix MIT extractor for Python 2.6 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=sidebyside;h=b5ba7b9dcfed5ded96c841a0ebbbf12132de838f;hp=b5ba7b9dcfed5ded96c841a0ebbbf12132de838f;p=youtube-dl 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. ---