projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd9e42
)
[fc2] Relax _VALID_URL (Closes #3171)
author
Sergey M․
<dstftw@gmail.com>
Mon, 31 Aug 2015 15:05:23 +0000
(21:05 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 31 Aug 2015 15:05:23 +0000
(21:05 +0600)
youtube_dl/extractor/fc2.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fc2.py
b/youtube_dl/extractor/fc2.py
index e4f7195a8ab345175b8d474a17955c5d015071d1..1c6dc5bd939d4f9ddadc415eea5c788516d36513 100644
(file)
--- 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 = [{