1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-18 23:25:42 +07:00

[extractors] Use http_headers for setting the User-Agent and the Referer

This commit is contained in:
Jaime Marquínez Ferrándiz
2015-01-24 18:19:58 +01:00
parent 3fcfb8e9fa
commit e1554a407d
5 changed files with 9 additions and 8 deletions

View File

@@ -169,7 +169,9 @@ def _real_extract(self, url):
'title': mobj.group('title'),
'age_limit': int(mobj.group('age_limit')),
'url': url,
'user_agent': 'mobile',
'http_headers': {
'User-Agent': 'mobile',
},
}