mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[dramafever] Improve geo restriction detection and use geo bypass mechanism
This commit is contained in:
parent
773f291dcb
commit
d392005a79
@ -116,8 +116,9 @@ def _real_extract(self, url):
|
||||
'http://www.dramafever.com/amp/episode/feed.json?guid=%s' % video_id)
|
||||
except ExtractorError as e:
|
||||
if isinstance(e.cause, compat_HTTPError):
|
||||
raise ExtractorError(
|
||||
'Currently unavailable in your country.', expected=True)
|
||||
self.raise_geo_restricted(
|
||||
msg='Currently unavailable in your country',
|
||||
countries=['US', 'CA'])
|
||||
raise
|
||||
|
||||
series_id, episode_number = video_id.split('.')
|
||||
|
Loading…
Reference in New Issue
Block a user