From 9bcd7ddecf84074d6fb64f29a96d09ae9562c41a Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sun, 1 Mar 2015 10:49:03 -0800 Subject: [PATCH] Remove unicode markers (inconsistent with rest of file) --- youtube_dl/extractor/tudou.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/youtube_dl/extractor/tudou.py b/youtube_dl/extractor/tudou.py index e85bb4259..a8fc77901 100644 --- a/youtube_dl/extractor/tudou.py +++ b/youtube_dl/extractor/tudou.py @@ -11,14 +11,14 @@ from .common import InfoExtractor class TudouIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?tudou\.com/(?:listplay|programs(?:/view)?|albumplay)/.*?/(?P[^/?#]+?)(?:\.html)?/?(?:$|[?#])' _TESTS = [{ - u'url': u'http://www.tudou.com/listplay/zzdE77v6Mmo/2xN2duXMxmw.html', - u'file': u'2xN2duXMxmw.f4v', - u'md5': u'140a49ed444bd22f93330985d8475fcb', - u'info_dict': { - u'id': u'159448201', - u'ext': u'f4v', - u'title': u'卡马乔国足开大脚长传冲吊集锦', - u'thumbnail': u're:^https?://.*\.jpg$', + 'url': 'http://www.tudou.com/listplay/zzdE77v6Mmo/2xN2duXMxmw.html', + 'file': '2xN2duXMxmw.f4v', + 'md5': '140a49ed444bd22f93330985d8475fcb', + 'info_dict': { + 'id': '159448201', + 'ext': 'f4v', + 'title': '卡马乔国足开大脚长传冲吊集锦', + 'thumbnail': 're:^https?://.*\.jpg$', } }, { 'url': 'http://www.tudou.com/programs/view/ajX3gyhL0pc/',