mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-14 08:28:29 +00:00
fix: Import ExtractorError in SouthParkDeIE
This commit is contained in:
parent
3228b3de49
commit
1d5852663d
@ -2,6 +2,7 @@
|
|||||||
from ..utils import (
|
from ..utils import (
|
||||||
random_uuidv4,
|
random_uuidv4,
|
||||||
traverse_obj,
|
traverse_obj,
|
||||||
|
ExtractorError, # Added ExtractorError import
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user