|
|
@ -10,7 +10,7 @@ from ..utils import (
|
|
|
|
|
|
|
|
|
|
|
|
class DreiSatIE(InfoExtractor):
|
|
|
|
class DreiSatIE(InfoExtractor):
|
|
|
|
IE_NAME = '3sat'
|
|
|
|
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 = {
|
|
|
|
_TEST = {
|
|
|
|
u"url": u"http://www.3sat.de/mediathek/index.php?obj=36983",
|
|
|
|
u"url": u"http://www.3sat.de/mediathek/index.php?obj=36983",
|
|
|
|
u'file': u'36983.mp4',
|
|
|
|
u'file': u'36983.mp4',
|
|
|
|