diff options
Diffstat (limited to 'yt_dlp/extractor/ruutu.py')
-rw-r--r-- | yt_dlp/extractor/ruutu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/ruutu.py b/yt_dlp/extractor/ruutu.py index c6d94c100..3f6d30d3c 100644 --- a/yt_dlp/extractor/ruutu.py +++ b/yt_dlp/extractor/ruutu.py @@ -135,7 +135,7 @@ class RuutuIE(InfoExtractor): _API_BASE = 'https://gatling.nelonenmedia.fi' @classmethod - def _extract_urls(cls, webpage): + def _extract_embed_urls(cls, url, webpage): # nelonen.fi settings = try_call( lambda: json.loads(re.search( |