aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-03-20 20:39:00 +0600
committerSergey M․ <dstftw@gmail.com>2016-03-20 20:39:00 +0600
commit3e8bb9a972a377442f5f433123ea70b332248f70 (patch)
tree66e515af9957f5c4aab7f6bb0cd5eba7a6e6cd2c
parentdaef04a4e75ccd2ff5e2d2495baa0ac9bcf75724 (diff)
downloadyoutube-dl-3e8bb9a972a377442f5f433123ea70b332248f70.tar.xz
[animeondemand] Detect geo restriction
-rw-r--r--youtube_dl/extractor/animeondemand.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/animeondemand.py b/youtube_dl/extractor/animeondemand.py
index 0158407f6..85306a69c 100644
--- a/youtube_dl/extractor/animeondemand.py
+++ b/youtube_dl/extractor/animeondemand.py
@@ -44,6 +44,10 @@ class AnimeOnDemandIE(InfoExtractor):
login_page = self._download_webpage(
self._LOGIN_URL, None, 'Downloading login page')
+ if '>Our licensing terms allow the distribution of animes only to German-speaking countries of Europe' in login_page:
+ self.raise_geo_restricted(
+ '%s is only available in German-speaking countries of Europe' % self.IE_NAME)
+
login_form = self._form_hidden_inputs('new_user', login_page)
login_form.update({