[toggle] Rename to toggle

This commit is contained in:
Sergey M․ 2015-12-19 19:59:00 +06:00
parent e33c9cba7c
commit cc0f378d54
2 changed files with 2 additions and 2 deletions

View File

@ -675,7 +675,7 @@ from .tnaflix import (
EMPFlixIE,
MovieFapIE,
)
from .togglesg import ToggleSgIE
from .toggle import ToggleIE
from .thvideo import (
THVideoIE,
THVideoPlaylistIE

View File

@ -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 = [{