Browse Source

[yinyuetai] Do not capture unused group

totalwebcasting
Sergey M․ 9 years ago
parent
commit
082a0140ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/yinyuetai.py

+ 1
- 1
youtube_dl/extractor/yinyuetai.py View File

@ -7,7 +7,7 @@ from ..utils import ExtractorError
class YinYueTaiIE(InfoExtractor):
IE_NAME = 'yinyuetai:video'
_VALID_URL = r'https?://v\.yinyuetai\.com/video(/h5)?/(?P<id>[0-9]+)'
_VALID_URL = r'https?://v\.yinyuetai\.com/video(?:/h5)?/(?P<id>[0-9]+)'
_TESTS = [{
'url': 'http://v.yinyuetai.com/video/2322376',
'md5': '6e3abe28d38e3a54b591f9f040595ce0',


Loading…
Cancel
Save