Fix detection of the webpage charset if it's declared using ' instead of "
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 29 Aug 2013 09:35:15 +0000 (11:35 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 29 Aug 2013 09:35:15 +0000 (11:35 +0200)
commit0d75ae2ce313c5738b2bdd9602ab3cc15e78810d
tree1f3f2014f8bbd9961e689b62c91e6792aed4b5f2
parent2891932bf0a01acc025246438f890dca57f91c6b
Fix detection of the webpage charset if it's declared using ' instead of "

Like in "<meta charset='utf-8'/>"
youtube_dl/extractor/common.py