From a9c2896e2252839c2e4801189f10acce7ff6413e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 22 Mar 2014 14:20:05 +0100 Subject: Make missing test definition fields an error If the result is not testable (for example, because a description changes often), either pass in a type or a regular expression (a string starting with 're:') --- youtube_dl/extractor/arte.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/arte.py') diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py index 548442166..979481b21 100644 --- a/youtube_dl/extractor/arte.py +++ b/youtube_dl/extractor/arte.py @@ -302,5 +302,6 @@ class ArteTVConcertIE(ArteTVPlus7IE): 'ext': 'mp4', 'title': 'The Notwist im Pariser Konzertclub "Divan du Monde"', 'upload_date': '20140128', + 'description': 'md5:486eb08f991552ade77439fe6d82c305', }, } -- cgit v1.2.3