1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-04 06:05:04 +08:00

Fixed uuid char range

This commit is contained in:
Parth Verma
2018-05-04 17:01:25 +05:30
Unverified
parent 4cc0397872
commit 6f22764024
+1 -1
View File
@@ -9,7 +9,7 @@ from .common import InfoExtractor
class PeertubeIE(InfoExtractor):
IE_DESC = 'Peertube Videos'
IE_NAME = 'Peertube'
_VALID_URL = r'(?:https?:)//peertube\.touhoppai\.moe\/videos\/watch\/(?P<id>[0-9|a-z]{8}-[0-9|a-z]{4}-[0-9|a-z]{4}-[0-9|a-z]{4}-[0-9|a-z]{12})'
_VALID_URL = r'(?:https?:)//peertube\.touhoppai\.moe\/videos\/watch\/(?P<id>[0-9|a-f]{8}-[0-9|a-f]{4}-[0-9|a-f]{4}-[0-9|a-f]{4}-[0-9|a-f]{12})'
_TEST = {
'url': 'https://peertube.touhoppai.moe/videos/watch/7f3421ae-6161-4a4a-ae38-d167aec51683',
'md5': 'a5e1e4a978e6b789553198d1739f5643',