X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fnormalboots.py;h=77e09107299824f5ae4063817d73e505e893c2af;hb=5eb7db4ee96c97d98a87d8d7df46e8c6a607b682;hp=78e75266fcc739c0c7679d3f441ec0be59e25193;hpb=531572578e542fcee26f1a30fd9f87ad158e6594;p=youtube-dl.git diff --git a/youtube_dl/extractor/normalboots.py b/youtube_dl/extractor/normalboots.py index 78e75266f..77e091072 100644 --- a/youtube_dl/extractor/normalboots.py +++ b/youtube_dl/extractor/normalboots.py @@ -1,8 +1,6 @@ # encoding: utf-8 from __future__ import unicode_literals -import re - from .common import InfoExtractor from ..utils import ( @@ -11,7 +9,7 @@ from ..utils import ( class NormalbootsIE(InfoExtractor): - _VALID_URL = r'http://(?:www\.)?normalboots\.com/video/(?P[0-9a-z-]*)/?$' + _VALID_URL = r'https?://(?:www\.)?normalboots\.com/video/(?P[0-9a-z-]*)/?$' _TEST = { 'url': 'http://normalboots.com/video/home-alone-games-jontron/', 'md5': '8bf6de238915dd501105b44ef5f1e0f6',