[utils] `ISO3166Utils`: Add `EU` and `AP`

Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
pull/3801/head
pukkandan 2 years ago
parent 2dd5a2e3a1
commit 2f97cc615b
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -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…
Cancel
Save