From 982e518a96be4659ae621b5bcafe3bbb1b9ca6fc Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Fri, 22 Apr 2016 00:02:58 +0800 Subject: [dispeak] Rename DigitalSpeaking to DigitallySpeaking --- youtube_dl/extractor/dispeak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/dispeak.py') diff --git a/youtube_dl/extractor/dispeak.py b/youtube_dl/extractor/dispeak.py index aaa2f8cd1..a78cb8a2a 100644 --- a/youtube_dl/extractor/dispeak.py +++ b/youtube_dl/extractor/dispeak.py @@ -12,7 +12,7 @@ from ..utils import ( ) -class DigitalSpeakingIE(InfoExtractor): +class DigitallySpeakingIE(InfoExtractor): _VALID_URL = r'https?://(?:evt\.dispeak|events\.digitallyspeaking)\.com/(?:[^/]+/)+xml/(?P[^.]+)\.xml' _TESTS = [{ -- cgit v1.2.3