diff --git a/yt_dlp/extractor/fptplay.py b/yt_dlp/extractor/fptplay.py index b36041d79..f3e489617 100644 --- a/yt_dlp/extractor/fptplay.py +++ b/yt_dlp/extractor/fptplay.py @@ -9,7 +9,6 @@ from ..utils import ( ) - class FptplayIE(InfoExtractor): _VALID_URL = r'https?://fptplay\.vn/xem-video/[^/]+\-(?P[a-f0-9]+)' _GEO_COUNTRIES = ['VN']