mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
[toggle] Rename to toggle
This commit is contained in:
parent
e33c9cba7c
commit
cc0f378d54
@ -675,7 +675,7 @@ from .tnaflix import (
|
||||
EMPFlixIE,
|
||||
MovieFapIE,
|
||||
)
|
||||
from .togglesg import ToggleSgIE
|
||||
from .toggle import ToggleIE
|
||||
from .thvideo import (
|
||||
THVideoIE,
|
||||
THVideoPlaylistIE
|
||||
|
@ -15,7 +15,7 @@ from ..utils import (
|
||||
)
|
||||
|
||||
|
||||
class ToggleSgIE(InfoExtractor):
|
||||
class ToggleIE(InfoExtractor):
|
||||
IE_NAME = 'togglesg'
|
||||
_VALID_URL = r'https?://video\.toggle\.sg/(?:en|zh)/(?:series|clips|movies)/(?:[^/]+/)+(?P<id>[0-9]+)'
|
||||
_TESTS = [{
|
Loading…
Reference in New Issue
Block a user