1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-12 17:57:22 +08:00

Address PR comments

This commit is contained in:
Matt Crupi 2017-07-30 12:12:42 -07:00
parent 3ba12dfd1f
commit 7cfcc1b6ef

View File

@ -15,7 +15,7 @@ class MLBIE(InfoExtractor):
(?:[\da-z_-]+\.)*mlb\.com/ (?:[\da-z_-]+\.)*mlb\.com/
(?: (?:
(?: (?:
(?:.*?/)?video/(?:topic/[\da-z_-]+/)?(?:v|(?:.*?/)c-)| (?:.*?/)?video/(?:topic/[\da-z_-]+/)?(?:v|.*?/c-)|
(?: (?:
shared/video/embed/(?:embed|m-internal-embed)\.html| shared/video/embed/(?:embed|m-internal-embed)\.html|
(?:[^/]+/)+(?:play|index)\.jsp| (?:[^/]+/)+(?:play|index)\.jsp|
@ -96,15 +96,7 @@ class MLBIE(InfoExtractor):
}, },
{ {
'url': 'https://www.mlb.com/video/hargrove-homers-off-caldwell/c-1352023483?tid=67793694', 'url': 'https://www.mlb.com/video/hargrove-homers-off-caldwell/c-1352023483?tid=67793694',
'md5': 'b2af6c81fcd6c8edd9c74daea0676359', 'only_matching': True,
'info_dict': {
'id': '1352023483',
'ext': 'mp4',
'title': 'Hargrove homers off Caldwell',
'description': '7/31/82: Mike Hargrove shows off a lengthy batting routine, then homers off Mike Caldwell',
'timestamp': 396934380,
'upload_date': '19820731',
}
}, },
{ {
'url': 'http://m.mlb.com/shared/video/embed/embed.html?content_id=35692085&topic_id=6479266&width=400&height=224&property=mlb', 'url': 'http://m.mlb.com/shared/video/embed/embed.html?content_id=35692085&topic_id=6479266&width=400&height=224&property=mlb',