[mitele] Don't encode the URL query (closes #7280)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 24 Oct 2015 10:10:53 +0000 (12:10 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 24 Oct 2015 10:10:53 +0000 (12:10 +0200)
commitc93153852f342ef26005b37649d58fa944c53fe3
tree8118054942ec3be326ad109fce53ab0e9ad3bfb8
parentab9c7214ee6c831a68216caf1cd1f9f3c183e4fd
[mitele] Don't encode the URL query (closes #7280)

This seems to produce sporadic errors when trying to access the URL, because on python 3.x when you do '%s' % b'somedata' you get "b'somedata'".
youtube_dl/extractor/mitele.py