aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dispeak.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-22 00:02:58 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-04-22 00:07:43 +0800
commit982e518a96be4659ae621b5bcafe3bbb1b9ca6fc (patch)
tree837404d172417adc540f32cc69d241d622a4e4ac /youtube_dl/extractor/dispeak.py
parent748e7300991ba9ea5b9ede7134110be135743b66 (diff)
downloadyoutube-dl-982e518a96be4659ae621b5bcafe3bbb1b9ca6fc.tar.xz
[dispeak] Rename DigitalSpeaking to DigitallySpeaking
Diffstat (limited to 'youtube_dl/extractor/dispeak.py')
-rw-r--r--youtube_dl/extractor/dispeak.py2
1 files changed, 1 insertions, 1 deletions
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<id>[^.]+)\.xml'
_TESTS = [{