1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 08:57:15 +08:00

[aparat] Fixed RegexNotFoundError

This commit is contained in:
Bayan 2020-08-17 08:36:23 +04:30
parent 10709fc7c6
commit 98c13ec598

View File

@ -11,7 +11,7 @@ from ..utils import (
class AparatIE(InfoExtractor): class AparatIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?aparat\.com/(?:v/|video/video/embed/videohash/)(?P<id>[a-zA-Z0-9]+)' _VALID_URL = r'https?://(?:www\.)?aparat\.com/(?:v/|video/video/embed/videohash/)(?P<id>[a-zA-Z0-9]+)/vt/frame'
_TESTS = [{ _TESTS = [{
'url': 'http://www.aparat.com/v/wP8On', 'url': 'http://www.aparat.com/v/wP8On',