1
0
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:
Sergey M
2017-10-19 04:44:58 +07:00
committed by GitHub
Unverified
parent 25e7fd79ec
commit 19e130cedf
+1 -1
View File
@@ -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': {