aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/rcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/rcs.py')
-rw-r--r--yt_dlp/extractor/rcs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/rcs.py b/yt_dlp/extractor/rcs.py
index e6185fec7..d69a1a216 100644
--- a/yt_dlp/extractor/rcs.py
+++ b/yt_dlp/extractor/rcs.py
@@ -2,10 +2,10 @@ import re
from .common import InfoExtractor
from ..utils import (
- clean_html,
ExtractorError,
- js_to_json,
base_url,
+ clean_html,
+ js_to_json,
url_basename,
urljoin,
)