youtube-dl

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

commit 93462856e107237f85295357f978f2207d15723c
parent fcd9e423ec15ac51844786541e1f5cb464eb429a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 31 Aug 2015 21:05:23 +0600

[fc2] Relax _VALID_URL (Closes #3171)

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

diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py @@ -15,7 +15,7 @@ from ..utils import ( class FC2IE(InfoExtractor): - _VALID_URL = r'^http://video\.fc2\.com/(?:[^/]+/)?content/(?P<id>[^/]+)' + _VALID_URL = r'^http://video\.fc2\.com/(?:[^/]+/)*content/(?P<id>[^/]+)' IE_NAME = 'fc2' _NETRC_MACHINE = 'fc2' _TESTS = [{