1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-06 02:49:35 +02:00

[ondemandkorea] Improve geo restriction detection and use geo bypass mechanism

This commit is contained in:
Sergey M․ 2017-02-04 18:52:11 +07:00 committed by Sergey M
parent ff4007891f
commit 01b1aa9ff4

View File

@ -35,7 +35,8 @@ def _real_extract(self, url):
if 'msg_block_01.png' in webpage:
self.raise_geo_restricted(
'This content is not available in your region')
msg='This content is not available in your region',
countries=['US', 'CA'])
if 'This video is only available to ODK PLUS members.' in webpage:
raise ExtractorError(