mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 07:39:59 +08:00
remove class
This commit is contained in:
parent
7222615249
commit
caee5d2d0d
@ -11,10 +11,6 @@ from ..utils import (
|
||||
)
|
||||
|
||||
|
||||
class TikTokIE2(InfoExtractor):
|
||||
_VALID_URL = r'https?://www\.tiktok\.com/@[\w\._]+/video/(?P<id>\d+)'
|
||||
|
||||
|
||||
class TikTokIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?tiktok\.com/@.+/video/(?P<id>[0-9]+)+'
|
||||
_TESTS = [{
|
||||
|
Loading…
x
Reference in New Issue
Block a user