diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-03-04 13:46:38 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-03-04 13:46:38 +0800 | 
| commit | d58cb3ec7e115cf07a6cf6e035cbba2b5c6861fd (patch) | |
| tree | c1bc27c9a185cd319bd4b3906e5a18f4599054a9 | |
| parent | 8a370aedace161f97b7bff572275f3e8dd59da2e (diff) | |
[leeco] Skip an invalid test. test_LePlaylist_1 is sufficient
| -rw-r--r-- | youtube_dl/extractor/leeco.py | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/youtube_dl/extractor/leeco.py b/youtube_dl/extractor/leeco.py index 9c2bce036..df47e88ba 100644 --- a/youtube_dl/extractor/leeco.py +++ b/youtube_dl/extractor/leeco.py @@ -217,14 +217,8 @@ class LePlaylistIE(InfoExtractor):          'playlist_mincount': 96      }, {          'url': 'http://tv.le.com/pzt/lswjzzjc/index.shtml', -        'info_dict': { -            'id': 'lswjzzjc', -            # The title should be "劲舞青春", but I can't find a simple way to -            # determine the playlist title -            'title': '乐视午间自制剧场', -            'description': 'md5:b1eef244f45589a7b5b1af9ff25a4489' -        }, -        'playlist_mincount': 7 +        # This series is moved to http://www.le.com/tv/10005297.html +        'only_matching': True,      }, {          'url': 'http://www.le.com/comic/92063.html',          'only_matching': True,  | 
