[mlb] Improve _VALID_URL

This commit is contained in:
Sergey M․ 2015-05-08 21:48:47 +06:00
parent d1feb30811
commit 4e6e9d21bd
1 changed files with 1 additions and 1 deletions

View File

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