Browse Source

[mlb] Fix regex

Philipp Hagemeister 11 years ago
parent
commit
38e292b112
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/mlb.py

+ 1 - 1
youtube_dl/extractor/mlb.py

@@ -11,7 +11,7 @@ from ..utils import (
 
 
 
 
 class MLBIE(InfoExtractor):
 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 = [
     _TESTS = [
         {
         {
             'url': 'http://m.mlb.com/sea/video/topic/51231442/v34698933/nymsea-ackley-robs-a-home-run-with-an-amazing-catch/?c_id=sea',
             'url': 'http://m.mlb.com/sea/video/topic/51231442/v34698933/nymsea-ackley-robs-a-home-run-with-an-amazing-catch/?c_id=sea',