Browse Source

[mlb] Improve _VALID_URL

master
Sergey M․ 9 years ago
parent
commit
4e6e9d21bd
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/mlb.py

2
youtube_dl/extractor/mlb.py

@ -22,7 +22,7 @@ class MLBIE(InfoExtractor):
)\?.*?\bcontent_id=
)
(?P<id>n?\d+)|
(?P<path>.+?)
(?:[^/]+/)*(?P<path>[^/]+)
)
'''
_TESTS = [

Loading…
Cancel
Save