mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 05:47:20 +08:00
[aparat] Fixed RegexNotFoundError
This commit is contained in:
parent
10709fc7c6
commit
98c13ec598
@ -11,7 +11,7 @@ from ..utils import (
|
||||
|
||||
|
||||
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 = [{
|
||||
'url': 'http://www.aparat.com/v/wP8On',
|
||||
|
Loading…
x
Reference in New Issue
Block a user