mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05: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',
|
'YE': 'Yemen',
|
||||||
'ZM': 'Zambia',
|
'ZM': 'Zambia',
|
||||||
'ZW': 'Zimbabwe',
|
'ZW': 'Zimbabwe',
|
||||||
|
# Not ISO 3166 codes, but used for IP blocks
|
||||||
|
'AP': 'Asia/Pacific Region',
|
||||||
|
'EU': 'Europe',
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue