mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01: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…
Reference in New Issue
Block a user