[ie/rinsefm] Fix extractors #24956
quick-test.yml
on: pull_request
Core Test
1m 56s
Code check
13s
Annotations
6 errors
|
Code check
Process completed with exit code 1.
|
|
Ruff (F821):
yt_dlp/extractor/rinsefm.py#L93
yt_dlp/extractor/rinsefm.py:93:70: F821 Undefined name `description`
|
|
Ruff (F821):
yt_dlp/extractor/rinsefm.py#L93
yt_dlp/extractor/rinsefm.py:93:51: F821 Undefined name `title`
|
|
Ruff (F821):
yt_dlp/extractor/rinsefm.py#L93
yt_dlp/extractor/rinsefm.py:93:27: F821 Undefined name `episodes`
|
|
Ruff (F841):
yt_dlp/extractor/rinsefm.py#L88
yt_dlp/extractor/rinsefm.py:88:9: F841 Local variable `api_data` is assigned to but never used
|
|
Ruff (F401):
yt_dlp/extractor/rinsefm.py#L4
yt_dlp/extractor/rinsefm.py:4:5: F401 `..utils.ExtractorError` imported but unused
|