1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-07 09:57:26 +00:00

[auengine] Add referer

This commit is contained in:
Sergey M․ 2014-03-25 21:22:41 +07:00
parent 1d0e49e1c7
commit ad0a75db6b

View File

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