[streamcloud] Fix extraction (closes #17054)
authorSergey M․ <dstftw@gmail.com>
Wed, 25 Jul 2018 16:07:12 +0000 (23:07 +0700)
committerSergey M․ <dstftw@gmail.com>
Wed, 25 Jul 2018 16:07:12 +0000 (23:07 +0700)
youtube_dl/extractor/streamcloud.py

index 6a6bb90c493a92fc2e644e2a550547460d899ca4..4a410611deafbfdb216d21ed668cffe6b31ef31f 100644 (file)
@@ -72,4 +72,7 @@ class StreamcloudIE(InfoExtractor):
             'title': title,
             'url': video_url,
             'thumbnail': thumbnail,
+            'http_headers': {
+                'Referer': url,
+            },
         }