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