[ard] Remove age restriction check (closes #11129)
authorSergey M․ <dstftw@gmail.com>
Sun, 6 Nov 2016 16:20:15 +0000 (23:20 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 6 Nov 2016 16:20:15 +0000 (23:20 +0700)
youtube_dl/extractor/ard.py

index 95ada0274b1e8ce761fb6c570ef7ae2345a1d92c..35f3656f11d7579a1f67cd0ac6e9c06a37c44917 100644 (file)
@@ -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: