commit: 794c1b6e02591b04da931fa59745bc47bfae7492
parent 7bee705d8f110f09d8e72b1c863ff197ccc1d4f1
Author: Sergey M․ <dstftw@gmail.com>
Date: Thu, 14 Feb 2019 23:40:46 +0700
[vshare] Pass Referer to download request (closes #19205, closes #19221)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/vshare.py b/youtube_dl/extractor/vshare.py
@@ -48,7 +48,7 @@ class VShareIE(InfoExtractor):
webpage = self._download_webpage(
'https://vshare.io/v/%s/width-650/height-430/1' % video_id,
- video_id)
+ video_id, headers={'Referer': url})
title = self._html_search_regex(
r'<title>([^<]+)</title>', webpage, 'title')