diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-20 04:03:57 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-20 04:03:57 +0800 |
commit | f15a9ca301799c44300d16ac7e61e5b36d67fd31 (patch) | |
tree | 16b283afe536e6f6d5eab80b25a1499cc2a5b48d /youtube_dl/extractor/weiqitv.py | |
parent | 65ced034b851f890f894ce79d8069de852208dfc (diff) |
[weiqitv] Rename the extractor - capitilize 'TV'
Diffstat (limited to 'youtube_dl/extractor/weiqitv.py')
-rw-r--r-- | youtube_dl/extractor/weiqitv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/weiqitv.py b/youtube_dl/extractor/weiqitv.py index b72df1e8d..24389d4bb 100644 --- a/youtube_dl/extractor/weiqitv.py +++ b/youtube_dl/extractor/weiqitv.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals from .common import InfoExtractor -class WeiqitvIE(InfoExtractor): +class WeiqiTVIE(InfoExtractor): IE_DESC = 'WQTV' _VALID_URL = r'http://www\.weiqitv\.com/index/video_play\?videoId=(?P<id>[A-Za-z0-9]+)' |