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