1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

Replace 'referer' with 'http_referer'

This commit is contained in:
Sergey M․
2014-03-25 21:53:26 +07:00
parent ad0a75db6b
commit a59e40a1ea
2 changed files with 3 additions and 3 deletions

View File

@ -51,5 +51,5 @@ class AUEngineIE(InfoExtractor):
'url': video_url,
'title': title,
'thumbnail': thumbnail,
'referer': 'http://www.auengine.com/flowplayer/flowplayer.commercial-3.2.14.swf',
'http_referer': 'http://www.auengine.com/flowplayer/flowplayer.commercial-3.2.14.swf',
}