[dtube] Fix extraction (closes #18741)
author4rensiker <4rensics@gmx.de>
Tue, 8 Jan 2019 01:44:42 +0000 (02:44 +0100)
committerSergey M <dstftw@gmail.com>
Tue, 8 Jan 2019 01:44:42 +0000 (08:44 +0700)
youtube_dl/extractor/dtube.py

index 5887887e15ef9065515abb1472e06511e55e32c9..20190c9cc4264c7b902a104346601f8ec1a12cb2 100644 (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', ''):