]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rai.py
Add option `--ignore-no-formats-error`
[yt-dlp.git] / yt_dlp / extractor / rai.py
index 6c2191bb31acee2fc9375e9ebe5c8534c78aed74..05cf84ba5275092f7aaca60bdfdec40d65059730 100644 (file)
@@ -94,7 +94,7 @@ def _extract_relinker_info(self, relinker_url, video_id):
                 })
 
         if not formats and geoprotection is True:
-            self.raise_geo_restricted(countries=self._GEO_COUNTRIES)
+            self.raise_geo_restricted(countries=self._GEO_COUNTRIES, metadata_available=True)
 
         return dict((k, v) for k, v in {
             'is_live': is_live,