From 5d7361464c5394d63479081c600e37f531d3f6a7 Mon Sep 17 00:00:00 2001 From: 4rensiker <4rensics@gmx.de> Date: Mon, 7 Jan 2019 21:06:01 +0100 Subject: [PATCH] fix download issue thx to @GianlucaFicarelli --- youtube_dl/extractor/dtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/dtube.py b/youtube_dl/extractor/dtube.py index 5887887e1..20190c9cc 100644 --- a/youtube_dl/extractor/dtube.py +++ b/youtube_dl/extractor/dtube.py @@ -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', ''):