diff --git a/yt_dlp/extractor/fptplay.py b/yt_dlp/extractor/fptplay.py index 566719b82..b36041d79 100644 --- a/yt_dlp/extractor/fptplay.py +++ b/yt_dlp/extractor/fptplay.py @@ -8,7 +8,6 @@ from ..utils import ( int_or_none, ) -from .common import InfoExtractor class FptplayIE(InfoExtractor):