projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c59d02
)
[dumpert] Disable SSL (Closes #7504)
author
Sergey M․
<dstftw@gmail.com>
Sat, 14 Nov 2015 20:21:24 +0000
(
02:21
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 14 Nov 2015 20:21:24 +0000
(
02:21
+0600)
youtube_dl/extractor/dumpert.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dumpert.py
b/youtube_dl/extractor/dumpert.py
index 1f00386feae15d00a4421b3166335c15f3b01aa9..8811be98531ea0741029b54c94a7c0b3da2929bd 100644
(file)
--- a/
youtube_dl/extractor/dumpert.py
+++ b/
youtube_dl/extractor/dumpert.py
@@
-28,7
+28,7
@@
class DumpertIE(InfoExtractor):
def _real_extract(self, url):
video_id = self._match_id(url)
- url = 'http
s
://www.dumpert.nl/mediabase/' + video_id
+ url = 'http://www.dumpert.nl/mediabase/' + video_id
req = compat_urllib_request.Request(url)
req.add_header('Cookie', 'nsfw=1; cpc=10')
webpage = self._download_webpage(req, video_id)