[youtube:user] Require 'https?://' in the url (fixes #8356)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 29 Jan 2016 10:27:11 +0000 (11:27 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 29 Jan 2016 10:27:11 +0000 (11:27 +0100)
commit70029bc348f27294b7f3e369f953167c1893c2bd
tree19a6a6d0b7d20a7763e344c0c0b8b320d698e34e
parent1ac6e794cb36af612db97007006fc7cf1468e049
[youtube:user] Require 'https?://' in the url (fixes #8356)

It was matching www.youtube.com/embed/WpfukLMe1TM.
The generic extractor automatically adds http:// if it's missing.
test/test_all_urls.py
youtube_dl/extractor/youtube.py