aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dramafever.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-06-14 09:50:23 +0600
committerSergey M․ <dstftw@gmail.com>2015-06-14 09:50:23 +0600
commit70a2002399b46aa0cde2879d856d1bb68e2c6f67 (patch)
tree1c073038c77f66590ff5b4c96a98445a88a740ce /youtube_dl/extractor/dramafever.py
parenta617b10075d500c8a5198aba6ddadaa90642c6e5 (diff)
downloadyoutube-dl-70a2002399b46aa0cde2879d856d1bb68e2c6f67.tar.xz
[dramafever:series] Fix _VALID_URL (Closes #5973)
Diffstat (limited to 'youtube_dl/extractor/dramafever.py')
-rw-r--r--youtube_dl/extractor/dramafever.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/dramafever.py b/youtube_dl/extractor/dramafever.py
index 0f33a61a3..42e0df24e 100644
--- 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': {