diff options
Diffstat (limited to 'yt_dlp/extractor/tvplay.py')
-rw-r--r-- | yt_dlp/extractor/tvplay.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/extractor/tvplay.py b/yt_dlp/extractor/tvplay.py index 0d858c025..739c61cdd 100644 --- a/yt_dlp/extractor/tvplay.py +++ b/yt_dlp/extractor/tvplay.py @@ -298,7 +298,8 @@ class TVPlayIE(InfoExtractor): if not formats and video.get('is_geo_blocked'): self.raise_geo_restricted( - 'This content might not be available in your country due to copyright reasons') + 'This content might not be available in your country due to copyright reasons', + metadata_available=True) self._sort_formats(formats) |