[dreisat] Make ‘index.php’ optional in the url (fixes #2080)

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-01-03 12:02:08 +01:00
parent 7c094bfe2f
commit 71cd2a571e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from ..utils import (
class DreiSatIE(InfoExtractor):
IE_NAME = '3sat'
_VALID_URL = r'(?:http://)?(?:www\.)?3sat\.de/mediathek/index\.php\?(?:(?:mode|display)=[^&]+&)*obj=(?P<id>[0-9]+)$'
_VALID_URL = r'(?:http://)?(?:www\.)?3sat\.de/mediathek/(?:index\.php)?\?(?:(?:mode|display)=[^&]+&)*obj=(?P<id>[0-9]+)$'
_TEST = {
u"url": u"http://www.3sat.de/mediathek/index.php?obj=36983",
u'file': u'36983.mp4',