Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Glen
youtube-dl
Commits
a6389abf
Verified
Commit
a6389abf
authored
Jul 06, 2019
by
Sergey M.
Browse files
[philharmoniedeparis] Relax _VALID_URL (closes #21672)
parent
d18003a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
youtube_dl/extractor/philharmoniedeparis.py
youtube_dl/extractor/philharmoniedeparis.py
+7
-1
No files found.
youtube_dl/extractor/philharmoniedeparis.py
View file @
a6389abf
...
...
@@ -14,7 +14,7 @@ class PhilharmonieDeParisIE(InfoExtractor):
_VALID_URL
=
r
'''(?x)
https?://
(?:
live\.philharmoniedeparis\.fr/(?:[Cc]oncert/|misc/Playlist\.ashx\?id=)|
live\.philharmoniedeparis\.fr/(?:[Cc]oncert/|
embed(?:app)?/|
misc/Playlist\.ashx\?id=)|
pad\.philharmoniedeparis\.fr/doc/CIMU/
)
(?P<id>\d+)
...
...
@@ -40,6 +40,12 @@ class PhilharmonieDeParisIE(InfoExtractor):
},
{
'url'
:
'http://live.philharmoniedeparis.fr/misc/Playlist.ashx?id=1030324&track=&lang=fr'
,
'only_matching'
:
True
,
},
{
'url'
:
'https://live.philharmoniedeparis.fr/embedapp/1098406/berlioz-fantastique-lelio-les-siecles-national-youth-choir-of.html?lang=fr-FR'
,
'only_matching'
:
True
,
},
{
'url'
:
'https://live.philharmoniedeparis.fr/embed/1098406/berlioz-fantastique-lelio-les-siecles-national-youth-choir-of.html?lang=fr-FR'
,
'only_matching'
:
True
,
}]
_LIVE_URL
=
'https://live.philharmoniedeparis.fr'
...
...
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