From 7cfcc1b6ef521cb2ad9d2844164f4403b6d6567e Mon Sep 17 00:00:00 2001 From: Matt Crupi Date: Sun, 30 Jul 2017 12:12:42 -0700 Subject: [PATCH] Address PR comments --- youtube_dl/extractor/mlb.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/youtube_dl/extractor/mlb.py b/youtube_dl/extractor/mlb.py index 59b42d732..4d45f960e 100644 --- a/youtube_dl/extractor/mlb.py +++ b/youtube_dl/extractor/mlb.py @@ -15,7 +15,7 @@ class MLBIE(InfoExtractor): (?:[\da-z_-]+\.)*mlb\.com/ (?: (?: - (?:.*?/)?video/(?:topic/[\da-z_-]+/)?(?:v|(?:.*?/)c-)| + (?:.*?/)?video/(?:topic/[\da-z_-]+/)?(?:v|.*?/c-)| (?: shared/video/embed/(?:embed|m-internal-embed)\.html| (?:[^/]+/)+(?:play|index)\.jsp| @@ -96,15 +96,7 @@ class MLBIE(InfoExtractor): }, { 'url': 'https://www.mlb.com/video/hargrove-homers-off-caldwell/c-1352023483?tid=67793694', - 'md5': 'b2af6c81fcd6c8edd9c74daea0676359', - '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', - } + 'only_matching': True, }, { 'url': 'http://m.mlb.com/shared/video/embed/embed.html?content_id=35692085&topic_id=6479266&width=400&height=224&property=mlb',