Browse Source

[sr:mediathek] Clarify IE_NAME

totalwebcasting
Sergey M․ 8 years ago
parent
commit
81fda15369
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/srmediathek.py

+ 1
- 0
youtube_dl/extractor/srmediathek.py View File

@ -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]+)'


Loading…
Cancel
Save