mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
[utils] ISO3166Utils
: Add EU
and AP
Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
This commit is contained in:
parent
2dd5a2e3a1
commit
2f97cc615b
1 changed files with 3 additions and 0 deletions
|
@ -4166,6 +4166,9 @@ class ISO3166Utils:
|
|||
'YE': 'Yemen',
|
||||
'ZM': 'Zambia',
|
||||
'ZW': 'Zimbabwe',
|
||||
# Not ISO 3166 codes, but used for IP blocks
|
||||
'AP': 'Asia/Pacific Region',
|
||||
'EU': 'Europe',
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue