1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-17 10:39:33 +00:00

[utils] Add common user agents map

This commit is contained in:
Sergey M․ 2016-12-12 00:49:07 +07:00
parent d2d2495e16
commit fb37eb25d9
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -86,6 +86,11 @@ std_headers = {
}
USER_AGENTS = {
'Safari': 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27',
}
NO_DEFAULT = object()
ENGLISH_MONTH_NAMES = [