[dtube] Fix extraction (closes #18741)

pull/8/head
4rensiker 2019-01-08 02:44:42 +01:00 zatwierdzone przez Sergey M
rodzic e9a50fba86
commit bcc334a3c6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ class DTubeIE(InfoExtractor):
def canonical_url(h):
if not h:
return None
return 'https://ipfs.io/ipfs/' + h
return 'https://video.dtube.top/ipfs/' + h
formats = []
for q in ('240', '480', '720', '1080', ''):