]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvplay.py
Add option `--ignore-no-formats-error`
[yt-dlp.git] / yt_dlp / extractor / tvplay.py
index 0d858c02599670fa76a1760314c3ede4af672d2d..739c61cdd4c2b70a06792818fe1d94c51242ef4c 100644 (file)
@@ -298,7 +298,8 @@ def _real_extract(self, url):
 
         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)