youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

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.py | 2+-
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 = [