diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-16 20:56:53 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-16 20:56:53 +0800 | 
| commit | 1358b94163899d38cfe1106eb4d734996f42328e (patch) | |
| tree | b7e8d8e17d3979b253f27955470df6258a1517d3 | |
| parent | 350e02d40d93c341d73b23d630f458b14638fcb6 (diff) | |
[ae] Fix _TESTS
| -rw-r--r-- | youtube_dl/extractor/ae.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ae.py b/youtube_dl/extractor/ae.py index 3bc7c12fc..01c189d78 100644 --- a/youtube_dl/extractor/ae.py +++ b/youtube_dl/extractor/ae.py @@ -20,13 +20,14 @@ class AEIE(InfoExtractor):              'skip_download': True,          },          'add_ie': ['ThePlatform'], +        'expected_warnings': ['JSON-LD'],      }, {          'url': 'http://www.history.com/shows/mountain-men/season-1/episode-1',          'info_dict': {              'id': 'eg47EERs_JsZ',              'ext': 'mp4',              'title': "Winter Is Coming", -            'description': 'md5:a40e370925074260b1c8a633c632c63a', +            'description': 'md5:641f424b7a19d8e24f26dea22cf59d74',          },          'params': {              # m3u8 download  | 
