[zoom] Fix url parsing for url's containing /share/ and dots

This commit is contained in:
Roman Karwacik 2020-11-10 10:39:57 +01:00
parent da8fb75df5
commit 8f109ad4ad
No known key found for this signature in database
GPG Key ID: CBE97BCCD857BA6D
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from ..utils import (
class ZoomIE(InfoExtractor):
IE_NAME = 'zoom'
_VALID_URL = r'https://(?:.*).?zoom.us/rec(?:ording)?/play/(?P<id>[A-Za-z0-9\-_]+)'
_VALID_URL = r'https://(?:.*).?zoom.us/rec(?:ording)?/(play|share)/(?P<id>[A-Za-z0-9\-_.]+)'
_TEST = {
'url': 'https://zoom.us/recording/play/SILVuCL4bFtRwWTtOCFQQxAsBQsJljFtm9e4Z_bvo-A8B-nzUSYZRNuPl3qW5IGK',