aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-09 11:22:42 +0100
committerChocobozzz <me@florianbigard.com>2021-02-09 11:46:30 +0100
commit44d1f7f2e8119b8da6a11c3a7b9ef1dd5315d031 (patch)
tree204dfc3e7986b9a6fc3660e47bdb93df3baeeb94 /shared
parent80428d16a0acd1c0d1478d8861c3d5778745bb77 (diff)
downloadPeerTube-44d1f7f2e8119b8da6a11c3a7b9ef1dd5315d031.tar.gz
PeerTube-44d1f7f2e8119b8da6a11c3a7b9ef1dd5315d031.tar.zst
PeerTube-44d1f7f2e8119b8da6a11c3a7b9ef1dd5315d031.zip
Painfully debug concurrent import jobs
Diffstat (limited to 'shared')
-rw-r--r--shared/extra-utils/videos/video-imports.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/video-imports.ts b/shared/extra-utils/videos/video-imports.ts
index 259b8a314..81c0163cb 100644
--- a/shared/extra-utils/videos/video-imports.ts
+++ b/shared/extra-utils/videos/video-imports.ts
@@ -25,7 +25,7 @@ function getYoutubeHDRVideoUrl () {
25 * - 337 (2160p webm vp9.2 HDR) 25 * - 337 (2160p webm vp9.2 HDR)
26 * - 401 (2160p mp4 av01 HDR) 26 * - 401 (2160p mp4 av01 HDR)
27 */ 27 */
28 return 'https://www.youtube.com/watch?v=MSJ25EqI19c' 28 return 'https://www.youtube.com/watch?v=qR5vOXbZsI4'
29} 29}
30 30
31function getMagnetURI () { 31function getMagnetURI () {