1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-18 02:18:29 +00:00

fix import

This commit is contained in:
JChris246 2025-03-15 05:24:47 -04:00
parent 3cab0b7db7
commit 735ce76e22

View File

@ -1,5 +1,5 @@
from .common import InfoExtractor
from yt_dlp.utils._utils import ExtractorError
from ..utils import ExtractorError
class MyFreeCamsIE(InfoExtractor):