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',
}