aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/mooshare.py
diff options
context:
space:
mode:
authorAndreas Schmitz <aschmitz@posteo.de>2014-02-07 12:20:58 +0100
committerAndreas Schmitz <aschmitz@posteo.de>2014-02-07 12:20:58 +0100
commitf4371f47849bcc3f53bf96eb10c29b1081bc374a (patch)
tree9b49f9dd7a3dac479498ee11acbab0675820b7fd /youtube_dl/extractor/mooshare.py
parentc0c4e66b29495adcc30d29cd155068319dac442f (diff)
parentd914d9d1873b9d9e4d0b5cc20f3f26ef9c12783e (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'youtube_dl/extractor/mooshare.py')
-rw-r--r--youtube_dl/extractor/mooshare.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/mooshare.py b/youtube_dl/extractor/mooshare.py
index 909d21a99..f1875add5 100644
--- a/youtube_dl/extractor/mooshare.py
+++ b/youtube_dl/extractor/mooshare.py
@@ -61,7 +61,7 @@ class MooshareIE(InfoExtractor):
}
request = compat_urllib_request.Request(
- 'http://mooshare.biz/8dqtk4bjbp8g', compat_urllib_parse.urlencode(download_form))
+ 'http://mooshare.biz/%s' % video_id, compat_urllib_parse.urlencode(download_form))
request.add_header('Content-Type', 'application/x-www-form-urlencoded')
self.to_screen('%s: Waiting for timeout' % video_id)
@@ -111,4 +111,4 @@ class MooshareIE(InfoExtractor):
'thumbnail': thumbnail,
'duration': duration,
'formats': formats,
- }
+ } \ No newline at end of file