]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/svt.py
Add option `--ignore-no-formats-error`
[yt-dlp.git] / yt_dlp / extractor / svt.py
index aba9bb4474fac257f57d20558f160712aa3f19c5..5b377ea838add3a5bc046b58590906eb74995455 100644 (file)
@@ -49,7 +49,7 @@ def _extract_video(self, video_info, video_id):
         if not formats and rights.get('geoBlockedSweden'):
             self.raise_geo_restricted(
                 'This video is only available in Sweden',
-                countries=self._GEO_COUNTRIES)
+                countries=self._GEO_COUNTRIES, metadata_available=True)
         self._sort_formats(formats)
 
         subtitles = {}