瀏覽代碼

[dtube] Fix extraction (closes #18741)

4rensiker 6 年之前
父節點
當前提交
bcc334a3c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/dtube.py

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