From 64dabef205c554c574447cda159082f665c33b71 Mon Sep 17 00:00:00 2001 From: DmitryScaletta Date: Tue, 27 Feb 2024 02:34:18 +0300 Subject: [PATCH] [RedBull] Sort imports --- yt_dlp/extractor/redbulltv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/redbulltv.py b/yt_dlp/extractor/redbulltv.py index ba4aa8e0a..8e253fb34 100644 --- a/yt_dlp/extractor/redbulltv.py +++ b/yt_dlp/extractor/redbulltv.py @@ -1,7 +1,7 @@ from .common import InfoExtractor from ..utils import ( - clean_html, ExtractorError, + clean_html, extract_attributes, float_or_none, get_element_by_class,