From 8cdad64b49e0002380599110c4630c145e12cc75 Mon Sep 17 00:00:00 2001 From: tinybug Date: Wed, 6 Aug 2014 17:14:31 +0800 Subject: [PATCH] Update arte.py fix Error with arte concert on empty list #3433 --- youtube_dl/extractor/arte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py index 9591bad8a..ec7f6fefa 100644 --- a/youtube_dl/extractor/arte.py +++ b/youtube_dl/extractor/arte.py @@ -101,7 +101,7 @@ class ArteTVPlus7IE(InfoExtractor): return True # Return true if that format is in the language of the url if lang == 'fr': - l = 'F' + l = 'A' elif lang == 'de': l = 'A' else: