Skip to content

Commit

Permalink
Revert "[philharmoniedeparis] Relax _VALID_URL (closes #21672)"
Browse files Browse the repository at this point in the history
This reverts commit 1b58826.
  • Loading branch information
Lamieur committed Apr 20, 2020
1 parent 251c8c5 commit eff2223
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions youtube_dl/extractor/philharmoniedeparis.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PhilharmonieDeParisIE(InfoExtractor):
_VALID_URL = r'''(?x)
https?://
(?:
live\.philharmoniedeparis\.fr/(?:[Cc]oncert/|embed(?:app)?/|misc/Playlist\.ashx\?id=)|
live\.philharmoniedeparis\.fr/(?:[Cc]oncert/|misc/Playlist\.ashx\?id=)|
pad\.philharmoniedeparis\.fr/doc/CIMU/
)
(?P<id>\d+)
Expand All @@ -40,12 +40,6 @@ 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'

Expand Down

0 comments on commit eff2223

Please sign in to comment.