[toggle] Change IE_NAME
This commit is contained in:
parent
cc0f378d54
commit
0f206ee814
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from ..utils import (
|
|||
|
||||
|
||||
class ToggleIE(InfoExtractor):
|
||||
IE_NAME = 'togglesg'
|
||||
IE_NAME = 'toggle'
|
||||
_VALID_URL = r'https?://video\.toggle\.sg/(?:en|zh)/(?:series|clips|movies)/(?:[^/]+/)+(?P<id>[0-9]+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://video.toggle.sg/en/series/lion-moms-tif/trailers/lion-moms-premier/343115',
|
||||
|
|
Loading…
Reference in a new issue