Update fptplay.py

This commit is contained in:
MrHulk 2024-09-12 14:04:38 +05:30 committed by GitHub
parent 017bbfe491
commit 74a969dc74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,13 @@
import hashlib
import time
import urllib.parse
from .common import InfoExtractor
from ..utils import (
ExtractorError,
int_or_none,
)
class FptplayIE(InfoExtractor):
_VALID_URL = r'https?://fptplay\.vn/xem-video/[^/]+\-(?P<id>[a-f0-9]+)'
_GEO_COUNTRIES = ['VN']