diff options
Diffstat (limited to 'yt_dlp/extractor/yahoo.py')
-rw-r--r-- | yt_dlp/extractor/yahoo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/yahoo.py b/yt_dlp/extractor/yahoo.py index a17b10d6e..ecf2f5f48 100644 --- a/yt_dlp/extractor/yahoo.py +++ b/yt_dlp/extractor/yahoo.py @@ -239,7 +239,7 @@ class YahooIE(InfoExtractor): 'm3u8_native', m3u8_id='hls', fatal=False)) if not formats and msg == 'geo restricted': - self.raise_geo_restricted() + self.raise_geo_restricted(metadata_available=True) self._sort_formats(formats) |