Add https support for pandatv.

This commit is contained in:
huxuan 2017-06-25 14:26:51 +08:00
parent a7ce8f16c4
commit 6f5acccb81

View File

@ -10,7 +10,7 @@ from ..utils import (
class PandaTVIE(InfoExtractor): class PandaTVIE(InfoExtractor):
IE_DESC = '熊猫TV' IE_DESC = '熊猫TV'
_VALID_URL = r'http://(?:www\.)?panda\.tv/(?P<id>[0-9]+)' _VALID_URL = r'https?://(?:www\.)?panda\.tv/(?P<id>[0-9]+)'
_TEST = { _TEST = {
'url': 'http://www.panda.tv/10091', 'url': 'http://www.panda.tv/10091',
'info_dict': { 'info_dict': {