Browse Source

[orf] Fix typo

Philipp Hagemeister 10 years ago
parent
commit
b9f030cc26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/orf.py

+ 1 - 1
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+)'