1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-10-19 12:09:36 +02:00

ComCarCoffIE: do not recognise HTTPS URIs. also, allow bare front page URL.

This commit is contained in:
felix 2014-12-12 20:17:38 +01:00
parent dc65a213fd
commit c62159ea91

View File

@ -8,7 +8,7 @@ from ..utils import (
) )
class ComCarCoffIE(InfoExtractor): class ComCarCoffIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?comediansincarsgettingcoffee\.com/(?P<id>[a-z0-9\-]+)/?' _VALID_URL = r'http://(?:www\.)?comediansincarsgettingcoffee\.com/(?P<id>[a-z0-9\-]*)/?'
_TESTS = [ _TESTS = [
{ {
'url': 'http://comediansincarsgettingcoffee.com/miranda-sings-happy-thanksgiving-miranda/', 'url': 'http://comediansincarsgettingcoffee.com/miranda-sings-happy-thanksgiving-miranda/',