[redtube] Make ‘http:’ not optional (closes #2160)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 16 Jan 2014 10:21:33 +0000 (11:21 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 16 Jan 2014 10:21:33 +0000 (11:21 +0100)
commitc11529618a4863490581b7e40a24969cc21bba38
tree20b5119e26bdbf3521e003573b0b077264fc564f
parenta9f53ce7ea10d0f69e09bd38d4ab60d079229d93
[redtube] Make ‘http:’  not optional (closes #2160)

If the url doesn’t specify the protocol we can’t directly use it to download the webpage, we would need to build a new url.
Instead, we let the generic extractor add the protocol.
youtube_dl/extractor/redtube.py