Browse Source

[baidu] Add localized name

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
446e764500
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/baidu.py

+ 1
- 0
youtube_dl/extractor/baidu.py View File

@ -8,6 +8,7 @@ from ..compat import compat_urlparse
class BaiduVideoIE(InfoExtractor):
IE_DESC = '百度视频'
_VALID_URL = r'http://v\.baidu\.com/(?P<type>[a-z]+)/(?P<id>\d+)\.htm'
_TESTS = [{
'url': 'http://v.baidu.com/comic/1069.htm?frp=bdbrand&q=%E4%B8%AD%E5%8D%8E%E5%B0%8F%E5%BD%93%E5%AE%B6',


Loading…
Cancel
Save