Skip to content

Commit

Permalink
[dtube] Fix extraction (closes #18741)
Browse files Browse the repository at this point in the history
  • Loading branch information
inv1sible authored and dstftw committed Jan 8, 2019
1 parent e9a50fb commit bcc334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/dtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _real_extract(self, url):
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', ''):
Expand Down

0 comments on commit bcc334a

Please sign in to comment.