diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-22 14:20:05 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-22 14:20:07 +0100 |
commit | a9c2896e2252839c2e4801189f10acce7ff6413e (patch) | |
tree | c466c3f8056e0c69ab3caa74e97e15745be076dd /youtube_dl/extractor/arte.py | |
parent | fa154d1dbe3c8dec53c227e3c19b586516e17c43 (diff) |
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:')
Diffstat (limited to 'youtube_dl/extractor/arte.py')
-rw-r--r-- | youtube_dl/extractor/arte.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', }, } |