1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-09 04:53:21 +08:00

update tests to use official peertube instance

This commit is contained in:
Andrew Morgan 2019-09-16 10:17:41 +01:00
parent 24d0fcaaa1
commit b452e73b4c

View File

@ -423,7 +423,7 @@ class PeerTubeIE(InfoExtractor):
(?P<id>%s) (?P<id>%s)
''' % (_INSTANCES_RE, _UUID_RE) ''' % (_INSTANCES_RE, _UUID_RE)
_TESTS = [{ _TESTS = [{
'url': 'https://peertube.moe/videos/watch/2790feb0-8120-4e63-9af3-c943c69f5e6c', 'url': 'https://peertube.cpy.re/videos/watch/2790feb0-8120-4e63-9af3-c943c69f5e6c',
'md5': '80f24ff364cc9d333529506a263e7feb', 'md5': '80f24ff364cc9d333529506a263e7feb',
'info_dict': { 'info_dict': {
'id': '2790feb0-8120-4e63-9af3-c943c69f5e6c', 'id': '2790feb0-8120-4e63-9af3-c943c69f5e6c',