Skip to content

Commit

Permalink
[srgssr] Add temp test for new URL pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealDude2 committed Sep 13, 2020
1 parent 31a78dc commit 6b85853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions youtube_dl/extractor/srgssr.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ class SRGSSRPlayIE(InfoExtractor):
}, {
'url': 'https://www.srf.ch/play/tv/popupvideoplayer?id=c4dba0ca-e75b-43b2-a34f-f708a4932e01',
'only_matching': True,
}, {
'url': 'https://www.srf.ch/play/tv/tagesschau/video/tagesschau-vom-11-09-2020-hauptausgabe?urn=urn:srf:video:78bd5da9-7fc7-4191-9086-539774215739',
'only_matching': True,
}]

def _real_extract(self, url):
Expand Down

0 comments on commit 6b85853

Please sign in to comment.