clean code

This commit is contained in:
EGA-SUPREMO 2024-05-03 10:21:47 -04:00
parent 68163f7530
commit 5c2ca53ec3
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ from .common import InfoExtractor
import re
class FYPTTIE(InfoExtractor):
_VALID_URL = r'https?://(?:stream\.|)fyptt\.to/(?P<id>[0-9a-zA-Z]+)(?:|/)'
_TESTS = [{