youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 4fa5f402321c71d6b2d8a281b60b8a23041c0e8f
parent 9b15be97aa0e094cccaf13e181b51b4399347d4d
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat, 11 Jul 2015 00:52:56 +0800

[xuite] Add localized name

Diffstat:
Myoutube_dl/extractor/xuite.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/xuite.py b/youtube_dl/extractor/xuite.py @@ -13,6 +13,7 @@ from ..utils import ( class XuiteIE(InfoExtractor): + IE_DESC = '隨意窩Xuite影音' _REGEX_BASE64 = r'(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?' _VALID_URL = r'https?://vlog\.xuite\.net/(?:play|embed)/(?P<id>%s)' % _REGEX_BASE64 _TESTS = [{