Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
youtube_dl/extractor/srmediathek.py
|
|
@ -9,6 +9,7 @@ from ..utils import ( |
|
|
|
|
|
|
|
|
|
|
|
class SRMediathekIE(ARDMediathekIE): |
|
|
|
IE_NAME = 'sr:mediathek' |
|
|
|
IE_DESC = 'Saarländischer Rundfunk' |
|
|
|
_VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)' |
|
|
|
|
|
|
|