Browse Source

[dramafever] Improve _VALID_URL

totalwebcasting
Sergey M․ 9 years ago
parent
commit
450d89ddc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/dramafever.py

+ 1
- 1
youtube_dl/extractor/dramafever.py View File

@ -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': {


Loading…
Cancel
Save