fix download issue

thx to @GianlucaFicarelli
This commit is contained in:
4rensiker 2019-01-07 21:06:01 +01:00 committed by GitHub
parent e9a50fba86
commit 5d7361464c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', ''):