handle "//toolazy.for/protocol" urls
This commit is contained in:
parent
e88295882c
commit
899420bc74
@ -990,7 +990,7 @@ class GenericIE(InfoExtractor):
|
|||||||
# eliminate duplicate checks
|
# eliminate duplicate checks
|
||||||
checked = {url: True}
|
checked = {url: True}
|
||||||
for m in match:
|
for m in match:
|
||||||
u=unescapeHTML(m[1])
|
u=self._proto_relative_url(unescapeHTML(m[1]))
|
||||||
|
|
||||||
if checked.get(u,False) == True:
|
if checked.get(u,False) == True:
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user