diff options
Diffstat (limited to 'packages/tests/src/shared/tests.ts')
-rw-r--r-- | packages/tests/src/shared/tests.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/tests/src/shared/tests.ts b/packages/tests/src/shared/tests.ts index d2cb040fb..554ed0e1f 100644 --- a/packages/tests/src/shared/tests.ts +++ b/packages/tests/src/shared/tests.ts | |||
@@ -3,6 +3,7 @@ const FIXTURE_URLS = { | |||
3 | peertube_short: 'https://peertube2.cpy.re/w/3fbif9S3WmtTP8gGsC5HBd', | 3 | peertube_short: 'https://peertube2.cpy.re/w/3fbif9S3WmtTP8gGsC5HBd', |
4 | 4 | ||
5 | youtube: 'https://www.youtube.com/watch?v=msX3jv1XdvM', | 5 | youtube: 'https://www.youtube.com/watch?v=msX3jv1XdvM', |
6 | youtubeChapters: 'https://www.youtube.com/watch?v=TL9P-Er7ils', | ||
6 | 7 | ||
7 | /** | 8 | /** |
8 | * The video is used to check format-selection correctness wrt. HDR, | 9 | * The video is used to check format-selection correctness wrt. HDR, |
@@ -26,6 +27,8 @@ const FIXTURE_URLS = { | |||
26 | goodVideo: 'https://download.cpy.re/peertube/good_video.mp4', | 27 | goodVideo: 'https://download.cpy.re/peertube/good_video.mp4', |
27 | goodVideo720: 'https://download.cpy.re/peertube/good_video_720.mp4', | 28 | goodVideo720: 'https://download.cpy.re/peertube/good_video_720.mp4', |
28 | 29 | ||
30 | chatersVideo: 'https://download.cpy.re/peertube/video_chapters.mp4', | ||
31 | |||
29 | file4K: 'https://download.cpy.re/peertube/4k_file.txt' | 32 | file4K: 'https://download.cpy.re/peertube/4k_file.txt' |
30 | } | 33 | } |
31 | 34 | ||