diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-11 00:52:56 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-11 00:52:56 +0800 | 
| commit | 4fa5f402321c71d6b2d8a281b60b8a23041c0e8f (patch) | |
| tree | b85a51e4f5acc29f8f7f33a1725a0fe366510d38 | |
| parent | 9b15be97aa0e094cccaf13e181b51b4399347d4d (diff) | |
[xuite] Add localized name
| -rw-r--r-- | youtube_dl/extractor/xuite.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/xuite.py b/youtube_dl/extractor/xuite.py index 81d885fdc..5aac8adb3 100644 --- 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 = [{ | 
