aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ard.py
diff options
context:
space:
mode:
authorneutric <neutric@users.noreply.github.com>2016-10-26 22:59:00 +0200
committerSergey M <dstftw@gmail.com>2016-10-27 03:59:00 +0700
commitc725333d41ee1e19ae39f4378765dc6cc7c180c8 (patch)
tree49de33f638ff9ee6e383f3c45b5de2842a36c9ad /youtube_dl/extractor/ard.py
parenta5a8877f9c9f017853bf0cb8cf4fa5598f8e771b (diff)
downloadyoutube-dl-c725333d41ee1e19ae39f4378765dc6cc7c180c8.tar.xz
[ard] Fix typo
Diffstat (limited to 'youtube_dl/extractor/ard.py')
-rw-r--r--youtube_dl/extractor/ard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ard.py b/youtube_dl/extractor/ard.py
index c784f7172..95ada0274 100644
--- a/youtube_dl/extractor/ard.py
+++ b/youtube_dl/extractor/ard.py
@@ -179,7 +179,7 @@ class ARDMediathekIE(InfoExtractor):
('>Der gewünschte Beitrag ist nicht mehr verfügbar.<',
'Video %s is no longer available'),
('Diese Sendung ist für Jugendliche unter 12 Jahren nicht geeignet. Der Clip ist deshalb nur von 20 bis 6 Uhr verfügbar.',
- 'This program is only suitable for those aged 12 and older. Video %s is therefore only available between 20 pm and 6 am.'),
+ 'This program is only suitable for those aged 12 and older. Video %s is therefore only available between 8 pm and 6 am.'),
)
for pattern, message in ERRORS: