youtube-dl

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

commit 250a9bdfe27ecf3d0acf179b4c21ff2126c64990
parent 6317a3e9da42f5d60e514fddcb89eec7f5768294
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 26 Feb 2015 21:16:35 +0600

[mpora] Improve _VALID_URL

Diffstat:
Myoutube_dl/extractor/mpora.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/mpora.py b/youtube_dl/extractor/mpora.py @@ -5,7 +5,7 @@ from ..utils import int_or_none class MporaIE(InfoExtractor): - _VALID_URL = r'https?://(www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)' + _VALID_URL = r'https?://(?:www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)' IE_NAME = 'MPORA' _TEST = {