mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-01 05:02:54 +08:00
Update unity.py
This commit is contained in:
committed by
GitHub
Unverified
parent
25e7fd79ec
commit
19e130cedf
@@ -5,7 +5,7 @@ from .youtube import YoutubeIE
|
||||
|
||||
|
||||
class UnityIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?unity3d\.com/learn/tutorials/(?:.*)/(?P<id>[0-9a-zA-Z-]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?unity3d\.com/learn/tutorials/(?:[^/]+/)*(?P<id>[^/?#&]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://unity3d.com/learn/tutorials/topics/animation/animate-anything-mecanim',
|
||||
'info_dict': {
|
||||
|
||||
Reference in New Issue
Block a user