projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a50fb
)
[dtube] Fix extraction (closes #18741)
author
4rensiker
<4rensics@gmx.de>
Tue, 8 Jan 2019 01:44:42 +0000
(
02:44
+0100)
committer
Sergey M
<dstftw@gmail.com>
Tue, 8 Jan 2019 01:44:42 +0000
(08:44 +0700)
youtube_dl/extractor/dtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dtube.py
b/youtube_dl/extractor/dtube.py
index 5887887e15ef9065515abb1472e06511e55e32c9..20190c9cc4264c7b902a104346601f8ec1a12cb2 100644
(file)
--- 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', ''):