From: Jaime Marquínez Ferrándiz Date: Sat, 31 May 2014 12:45:46 +0000 (+0200) Subject: [fc2] Recognize urls without language part (reported in #1154) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7e8fdb1aaeced1caf3c8c5365b32d4535d1d434e;p=youtube-dl [fc2] Recognize urls without language part (reported in #1154) --- diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py index fe1cf052c..18f91efac 100644 --- a/youtube_dl/extractor/fc2.py +++ b/youtube_dl/extractor/fc2.py @@ -13,7 +13,7 @@ from ..utils import ( class FC2IE(InfoExtractor): - _VALID_URL = r'^http://video\.fc2\.com/(?P[^/]+)/content/(?P[^/]+)' + _VALID_URL = r'^http://video\.fc2\.com/((?P[^/]+)/)?content/(?P[^/]+)' IE_NAME = 'fc2' _TEST = { 'url': 'http://video.fc2.com/en/content/20121103kUan1KHs',