youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c725333d41ee1e19ae39f4378765dc6cc7c180c8
parent a5a8877f9c9f017853bf0cb8cf4fa5598f8e771b
Author: neutric <neutric@users.noreply.github.com>
Date:   Wed, 26 Oct 2016 22:59:00 +0200

[ard] Fix typo


Diffstat:
Myoutube_dl/extractor/ard.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: