diff options
Diffstat (limited to 'hypervideo_dl/extractor/iprima.py')
-rw-r--r-- | hypervideo_dl/extractor/iprima.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/iprima.py b/hypervideo_dl/extractor/iprima.py index 648ae67..28e6609 100644 --- a/hypervideo_dl/extractor/iprima.py +++ b/hypervideo_dl/extractor/iprima.py @@ -136,7 +136,7 @@ class IPrimaIE(InfoExtractor): extract_formats(src) if not formats and '>GEO_IP_NOT_ALLOWED<' in playerpage: - self.raise_geo_restricted(countries=['CZ']) + self.raise_geo_restricted(countries=['CZ'], metadata_available=True) self._sort_formats(formats) |