[streamcloud] Fix extraction (closes #17054)

This commit is contained in:
Sergey M․ 2018-07-25 23:07:12 +07:00
parent 631f93ee2d
commit b5dec62ca6
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 3 additions and 0 deletions

View File

@ -72,4 +72,7 @@ class StreamcloudIE(InfoExtractor):
'title': title,
'url': video_url,
'thumbnail': thumbnail,
'http_headers': {
'Referer': url,
},
}