mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01: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
@ -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 New Issue
Block a user