commit: b9f030cc26891fa8ee680742f5db17f819e5e81a
parent 52afb2ac1b6551350cf4d28ad0d758a136186297
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 10 Jan 2015 14:23:54 +0100
[orf] Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py
@@ -160,7 +160,7 @@ class ORFOE1IE(InfoExtractor):
class ORFFM4IE(InfoExtractor):
- IE_DESC = 'orf:fm4'
+ IE_NAME = 'orf:fm4'
IE_DESC = 'radio FM4'
_VALID_URL = r'http://fm4\.orf\.at/7tage/?#(?P<date>[0-9]+)/(?P<show>\w+)'