Browse Source

[dtube] Fix extraction (closes #18741)

master
4rensiker 6 years ago
committed by Sergey M
parent
commit
bcc334a3c6
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/dtube.py

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

Loading…
Cancel
Save