aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/canalplus.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/canalplus.py')
-rw-r--r--hypervideo_dl/extractor/canalplus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/canalplus.py b/hypervideo_dl/extractor/canalplus.py
index b7e2f9d..3ff5c3f 100644
--- a/hypervideo_dl/extractor/canalplus.py
+++ b/hypervideo_dl/extractor/canalplus.py
@@ -64,7 +64,7 @@ class CanalplusIE(InfoExtractor):
# response = self._request_webpage(
# HEADRequest(fmt_url), video_id,
# 'Checking if the video is georestricted')
- # if '/blocage' in response.geturl():
+ # if '/blocage' in response.url:
# raise ExtractorError(
# 'The video is not available in your country',
# expected=True)