logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 4e6e9d21bd62c4e2ab2576347e066891092a5783
parent d1feb308116f57ceae3888db5e1b93394300f564
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  8 May 2015 21:48:47 +0600

[mlb] Improve _VALID_URL

Diffstat:

Myoutube_dl/extractor/mlb.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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