Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
d20b1c67
Unverified
Commit
d20b1c67
authored
Jul 20, 2017
by
Yen Chi Hsuan
Browse files
[dispeak] Recognize sevt subdomain (closes #13276)
parent
bb176df3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
ChangeLog
ChangeLog
+6
-0
youtube_dl/extractor/dispeak.py
youtube_dl/extractor/dispeak.py
+5
-1
No files found.
ChangeLog
View file @
d20b1c67
version <unreleased>
Extractors
+ [dispeak] Recognize sevt subdomain (#13276)
version 2017.07.15
Core
...
...
youtube_dl/extractor/dispeak.py
View file @
d20b1c67
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment