X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fdramafever.py;h=a34aad4867c36df4e5bb185466372dd0460187b6;hb=44773ad125001ee42cba3aaf85d98d40ff840981;hp=c4b7c0b68afb3e85c98fca16790a774efe81bd3f;hpb=463b2e5542a85d5cd41b255a71833fec7b4f51e0;p=youtube-dl.git 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[0-9]+/[0-9]+)' + _VALID_URL = r'https?://(?:www\.)?dramafever\.com/drama/(?P[0-9]+/[0-9]+)(?:/|$)' _TEST = { 'url': 'http://www.dramafever.com/drama/4512/1/Cooking_with_Shin/', 'info_dict': {