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