Browse Source

[utils] Add common user agents map

master
Sergey M․ 8 years ago
parent
commit
fb37eb25d9
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 5 additions and 0 deletions
  1. 5
      youtube_dl/utils.py

5
youtube_dl/utils.py

@ -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 = [

Loading…
Cancel
Save