aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/dispeak.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-09-12 13:14:44 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-09-12 13:14:44 +0200
commit6a19bfa390150fde01f5e865605114344ab68409 (patch)
treed87e9c55f031b529d6a6c2ca1a1e680407800f52 /youtube_dl/extractor/dispeak.py
parent57e25a9c8a4791a370af77a3529d15c958eae4b3 (diff)
parent2f483758bc6a6661f1215c38161ee626d90ab655 (diff)
downloadyoutube-dl-6a19bfa390150fde01f5e865605114344ab68409.zip
youtube-dl-6a19bfa390150fde01f5e865605114344ab68409.tar.gz
youtube-dl-6a19bfa390150fde01f5e865605114344ab68409.tar.bz2
Merge branch 'upstream'
Diffstat (limited to 'youtube_dl/extractor/dispeak.py')
-rw-r--r--youtube_dl/extractor/dispeak.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube_dl/extractor/dispeak.py b/youtube_dl/extractor/dispeak.py
index a78cb8a..c05f601 100644
--- a/youtube_dl/extractor/dispeak.py
+++ b/youtube_dl/extractor/dispeak.py
@@ -13,7 +13,7 @@ from ..utils import (
class DigitallySpeakingIE(InfoExtractor):
- _VALID_URL = r'https?://(?:evt\.dispeak|events\.digitallyspeaking)\.com/(?:[^/]+/)+xml/(?P<id>[^.]+)\.xml'
+ _VALID_URL = r'https?://(?:s?evt\.dispeak|events\.digitallyspeaking)\.com/(?:[^/]+/)+xml/(?P<id>[^.]+)\.xml'
_TESTS = [{
# From http://gdcvault.com/play/1023460/Tenacious-Design-and-The-Interface
@@ -28,6 +28,10 @@ class DigitallySpeakingIE(InfoExtractor):
# From http://www.gdcvault.com/play/1014631/Classic-Game-Postmortem-PAC
'url': 'http://events.digitallyspeaking.com/gdc/sf11/xml/12396_1299111843500GMPX.xml',
'only_matching': True,
+ }, {
+ # From http://www.gdcvault.com/play/1013700/Advanced-Material
+ 'url': 'http://sevt.dispeak.com/ubm/gdc/eur10/xml/11256_1282118587281VNIT.xml',
+ 'only_matching': True,
}]
def _parse_mp4(self, metadata):