- _TEST = {
- u'url': u'http://video.sina.com.cn/news/vlist/zt/chczlj2013/?opsubject_id=top12#110028898',
- u'file': u'110028898.flv',
- u'md5': u'd65dd22ddcf44e38ce2bf58a10c3e71f',
- u'info_dict': {
- u'title': u'《中国新闻》 朝鲜要求巴拿马立即释放被扣船员',
- }
- }
+ _TESTS = [
+ {
+ 'url': 'http://video.sina.com.cn/news/vlist/zt/chczlj2013/?opsubject_id=top12#110028898',
+ 'file': '110028898.flv',
+ 'md5': 'd65dd22ddcf44e38ce2bf58a10c3e71f',
+ 'info_dict': {
+ 'title': '《中国新闻》 朝鲜要求巴拿马立即释放被扣船员',
+ }
+ },
+ {
+ 'url': 'http://video.sina.com.cn/v/b/101314253-1290078633.html',
+ 'info_dict': {
+ 'id': '101314253',
+ 'ext': 'flv',
+ 'title': '军方提高对朝情报监视级别',
+ },
+ },
+ ]