From 698680fc3c1837c2c7738843e7011b593bea11a3 Mon Sep 17 00:00:00 2001 From: MrHulk <154370583+MrHulk02@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:09:06 +0530 Subject: [PATCH] Update fptplay.py --- yt_dlp/extractor/fptplay.py | 1 + 1 file changed, 1 insertion(+) 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']