diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-22 00:02:58 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-22 00:07:43 +0800 |
commit | 982e518a96be4659ae621b5bcafe3bbb1b9ca6fc (patch) | |
tree | 837404d172417adc540f32cc69d241d622a4e4ac /youtube_dl/extractor/dispeak.py | |
parent | 748e7300991ba9ea5b9ede7134110be135743b66 (diff) |
[dispeak] Rename DigitalSpeaking to DigitallySpeaking
Diffstat (limited to 'youtube_dl/extractor/dispeak.py')
-rw-r--r-- | youtube_dl/extractor/dispeak.py | 2 |
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 = [{ |