diff options
author | Remita Amine <remitamine@gmail.com> | 2016-07-06 00:15:16 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-07-06 00:16:41 +0100 |
commit | 001fffd004e25c51ceadec9408a1864d6bd4835d (patch) | |
tree | 695cb9d6b372d834251fabecaf46f7d7967e1f99 | |
parent | 0e94b4713dc6d5afb399fbfb1c90a7c47cb63811 (diff) |
[spiegel:article] update test(closes #10018)
-rw-r--r-- | youtube_dl/extractor/spiegel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/spiegel.py b/youtube_dl/extractor/spiegel.py index c67d556e7..3c552807e 100644 --- a/youtube_dl/extractor/spiegel.py +++ b/youtube_dl/extractor/spiegel.py @@ -113,6 +113,7 @@ class SpiegelArticleIE(InfoExtractor): 'ext': 'mp4', 'title': 'Faszination Badminton: Nennt es bloß nicht Federball', 'description': 're:^Patrick Kämnitz gehört.{100,}', + 'upload_date': '20140825', }, }, { 'url': 'http://www.spiegel.de/wissenschaft/weltall/astronaut-alexander-gerst-antwortet-spiegel-online-lesern-a-989876.html', |