aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dramafever.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-06-14 09:58:26 +0600
committerSergey M․ <dstftw@gmail.com>2015-06-14 09:58:26 +0600
commit450d89ddc12d80a500a2429632d35a0045cf630b (patch)
tree78116cf1d55ef7e165f2bc36304759c1d569f425 /youtube_dl/extractor/dramafever.py
parent463b2e5542a85d5cd41b255a71833fec7b4f51e0 (diff)
downloadyoutube-dl-450d89ddc12d80a500a2429632d35a0045cf630b.tar.xz
[dramafever] Improve _VALID_URL
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 c4b7c0b68..a34aad486 100644
--- a/youtube_dl/extractor/dramafever.py
+++ b/youtube_dl/extractor/dramafever.py
@@ -19,7 +19,7 @@ from ..utils import (
class DramaFeverIE(InfoExtractor):
IE_NAME = 'dramafever'
- _VALID_URL = r'https?://(?:www\.)?dramafever\.com/drama/(?P<id>[0-9]+/[0-9]+)'
+ _VALID_URL = r'https?://(?:www\.)?dramafever\.com/drama/(?P<id>[0-9]+/[0-9]+)(?:/|$)'
_TEST = {
'url': 'http://www.dramafever.com/drama/4512/1/Cooking_with_Shin/',
'info_dict': {