[streamcloud] Fix extraction (closes #17054)
This commit is contained in:
parent
631f93ee2d
commit
b5dec62ca6
1 changed files with 3 additions and 0 deletions
|
@ -72,4 +72,7 @@ class StreamcloudIE(InfoExtractor):
|
|||
'title': title,
|
||||
'url': video_url,
|
||||
'thumbnail': thumbnail,
|
||||
'http_headers': {
|
||||
'Referer': url,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue