aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-11-06 23:20:15 +0700
committerSergey M․ <dstftw@gmail.com>2016-11-06 23:20:15 +0700
commit98708e6cbdc8b94723b30341b714a94905c70c7c (patch)
treee8fa262c32ebf48e3c9f775c32e13725cbcc8304
parentb52c9ef1655042688a4822d241af398592b951f9 (diff)
downloadyoutube-dl-98708e6cbdc8b94723b30341b714a94905c70c7c.zip
youtube-dl-98708e6cbdc8b94723b30341b714a94905c70c7c.tar.gz
youtube-dl-98708e6cbdc8b94723b30341b714a94905c70c7c.tar.bz2
[ard] Remove age restriction check (closes #11129)
-rw-r--r--youtube_dl/extractor/ard.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/ard.py b/youtube_dl/extractor/ard.py
index 95ada02..35f3656 100644
--- a/youtube_dl/extractor/ard.py
+++ b/youtube_dl/extractor/ard.py
@@ -178,8 +178,6 @@ class ARDMediathekIE(InfoExtractor):
('>Leider liegt eine Störung vor.', 'Video %s is unavailable'),
('>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 8 pm and 6 am.'),
)
for pattern, message in ERRORS: