mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[auengine] Add referer
This commit is contained in:
parent
1d0e49e1c7
commit
ad0a75db6b
|
@ -51,4 +51,5 @@ class AUEngineIE(InfoExtractor):
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
'title': title,
|
'title': title,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': thumbnail,
|
||||||
|
'referer': 'http://www.auengine.com/flowplayer/flowplayer.commercial-3.2.14.swf',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue