Browse Source

[streamcloud] Fix extraction (closes #17054)

master
Sergey M․ 6 years ago
parent
commit
b5dec62ca6
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 3 additions and 0 deletions
  1. 3
      youtube_dl/extractor/streamcloud.py

3
youtube_dl/extractor/streamcloud.py

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