mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
ComCarCoffIE: do not recognise HTTPS URIs. also, allow bare front page URL.
This commit is contained in:
parent
dc65a213fd
commit
c62159ea91
|
@ -8,7 +8,7 @@ from ..utils import (
|
|||
)
|
||||
|
||||
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 = [
|
||||
{
|
||||
'url': 'http://comediansincarsgettingcoffee.com/miranda-sings-happy-thanksgiving-miranda/',
|
||||
|
|
Loading…
Reference in a new issue