Browse Source

[toggle] Change IE_NAME

totalwebcasting
Sergey M․ 9 years ago
parent
commit
0f206ee814
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/toggle.py

+ 1
- 1
youtube_dl/extractor/toggle.py View File

@ -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…
Cancel
Save