X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fdispeak.py;h=a78cb8a2a57c4a851798e94d6f88ee56bd9df68c;hb=590bc6f6a1cb513852a22f6db0ee36e9bd138f64;hp=aaa2f8cd19b03495af30f8989690df966fe5220d;hpb=748e7300991ba9ea5b9ede7134110be135743b66;p=youtube-dl 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 = [{