[orf] Fix typo
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 13:23:54 +0000 (14:23 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 13:23:54 +0000 (14:23 +0100)
youtube_dl/extractor/orf.py

index 4fed83bd615172140f7e163534cee58924b8bc0d..3d2e5d2c9d9e6265cfa177e3bb44dbb076066fad 100644 (file)
@@ -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+)'