aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/orf.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-10 14:23:54 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-10 14:23:54 +0100
commitb9f030cc26891fa8ee680742f5db17f819e5e81a (patch)
treededc9471a7cb81141fa144148f937b9420486d80 /youtube_dl/extractor/orf.py
parent52afb2ac1b6551350cf4d28ad0d758a136186297 (diff)
downloadyoutube-dl-b9f030cc26891fa8ee680742f5db17f819e5e81a.zip
youtube-dl-b9f030cc26891fa8ee680742f5db17f819e5e81a.tar.gz
youtube-dl-b9f030cc26891fa8ee680742f5db17f819e5e81a.tar.bz2
[orf] Fix typo
Diffstat (limited to 'youtube_dl/extractor/orf.py')
-rw-r--r--youtube_dl/extractor/orf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py
index 4fed83b..3d2e5d2 100644
--- 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+)'