Update dlive.py

This commit is contained in:
Sergey M 2019-07-31 01:43:19 +07:00 committed by GitHub
parent 7591fa8651
commit 537cba90f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ from ..utils import int_or_none
class DLiveVODIE(InfoExtractor): class DLiveVODIE(InfoExtractor):
IE_NAME = 'dlive:vod' IE_NAME = 'dlive:vod'
_VALID_URL = r'https?://(?:www\.)?dlive\.tv/p/(?P<uploader_id>.+?)\+(?P<id>[a-zA-Z0-9-]+)' _VALID_URL = r'https?://(?:www\.)?dlive\.tv/p/(?P<uploader_id>.+?)\+(?P<id>[^/?#&]+)'
_TESTS = [{ _TESTS = [{
'url': 'https://dlive.tv/p/pdp+3mTzOl4WR', 'url': 'https://dlive.tv/p/pdp+3mTzOl4WR',
'info_dict': { 'info_dict': {