1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-23 12:19:34 +00:00

[mlb] Fix _VALID_URL

This commit is contained in:
Sergey M․ 2014-07-18 21:43:01 +07:00
parent 5e95cb27d6
commit 0c1ffe980d

View file

@ -11,7 +11,7 @@ from ..utils import (
class MLBIE(InfoExtractor):
_VALID_URL = r'http?://m\.mlb\.com/video/(?:topic/[\da-z_-]+/)?v(?P<id>n?\d+)'
_VALID_URL = r'https?://m\.mlb\.com/video/(?:topic/[\da-z_-]+/)?v(?P<id>n?\d+)'
_TESTS = [
{
'url': 'http://m.mlb.com/video/topic/81536970/v34496663/mianym-stanton-practices-for-the-home-run-derby',