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