1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-24 00:00:07 -04:00

[orf] Fix typo

This commit is contained in:
Philipp Hagemeister
2015-01-10 14:23:54 +01:00
parent 52afb2ac1b
commit b9f030cc26
+1 -1
View 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+)'