mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-27 21:59:17 +01:00
Update fptplay.py
This commit is contained in:
parent
74a969dc74
commit
698680fc3c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ from ..utils import (
|
|||
int_or_none,
|
||||
)
|
||||
|
||||
|
||||
class FptplayIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://fptplay\.vn/xem-video/[^/]+\-(?P<id>[a-f0-9]+)'
|
||||
_GEO_COUNTRIES = ['VN']
|
||||
|
|
Loading…
Reference in a new issue