projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631f93e
)
[streamcloud] Fix extraction (closes #17054)
author
Sergey M․
<dstftw@gmail.com>
Wed, 25 Jul 2018 16:07:12 +0000
(23:07 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 25 Jul 2018 16:07:12 +0000
(23:07 +0700)
youtube_dl/extractor/streamcloud.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/streamcloud.py
b/youtube_dl/extractor/streamcloud.py
index 6a6bb90c493a92fc2e644e2a550547460d899ca4..4a410611deafbfdb216d21ed668cffe6b31ef31f 100644
(file)
--- a/
youtube_dl/extractor/streamcloud.py
+++ b/
youtube_dl/extractor/streamcloud.py
@@
-72,4
+72,7
@@
class StreamcloudIE(InfoExtractor):
'title': title,
'url': video_url,
'thumbnail': thumbnail,
+ 'http_headers': {
+ 'Referer': url,
+ },
}