projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a617b10
)
[dramafever:series] Fix _VALID_URL (Closes #5973)
author
Sergey M․
<dstftw@gmail.com>
Sun, 14 Jun 2015 03:50:23 +0000
(09:50 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 14 Jun 2015 03:50:23 +0000
(09:50 +0600)
youtube_dl/extractor/dramafever.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dramafever.py
b/youtube_dl/extractor/dramafever.py
index 0f33a61a3abe03996154614e260bb7f4cef1714e..42e0df24ec575185a524d1c9b24c3b3aed7c3bfe 100644
(file)
--- a/
youtube_dl/extractor/dramafever.py
+++ b/
youtube_dl/extractor/dramafever.py
@@
-99,7
+99,7
@@
class DramaFeverIE(InfoExtractor):
class DramaFeverSeriesIE(InfoExtractor):
IE_NAME = 'dramafever:series'
- _VALID_URL = r'https?://(?:www\.)?dramafever\.com/drama/(?P<id>[0-9]+)(?:/(?:(?!\d).+)?)?$'
+ _VALID_URL = r'https?://(?:www\.)?dramafever\.com/drama/(?P<id>[0-9]+)(?:/(?:(?!\d
+(?:/|$)
).+)?)?$'
_TESTS = [{
'url': 'http://www.dramafever.com/drama/4512/Cooking_with_Shin/',
'info_dict': {