2
0
Эх сурвалжийг харах

[streamcloud] Fix extraction (closes #17054)

Sergey M․ 7 жил өмнө
parent
commit
b5dec62ca6

+ 3 - 0
youtube_dl/extractor/streamcloud.py

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