diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-27 16:21:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-27 16:21:19 +0200 |
commit | e3c9ea722629a7d2b5656299ea51aec8c903b8ae (patch) | |
tree | 017bd8463c300d90b66e7ae26cbbb286beb9a949 /shared | |
parent | 41fb13c330de629df2d23379209e79c7af0f2e9a (diff) | |
download | PeerTube-e3c9ea722629a7d2b5656299ea51aec8c903b8ae.tar.gz PeerTube-e3c9ea722629a7d2b5656299ea51aec8c903b8ae.tar.zst PeerTube-e3c9ea722629a7d2b5656299ea51aec8c903b8ae.zip |
Add peertube import test
Diffstat (limited to 'shared')
-rw-r--r-- | shared/extra-utils/miscs/tests.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/extra-utils/miscs/tests.ts b/shared/extra-utils/miscs/tests.ts index dd86041fe..5b5430278 100644 --- a/shared/extra-utils/miscs/tests.ts +++ b/shared/extra-utils/miscs/tests.ts | |||
@@ -2,6 +2,9 @@ import { stat } from 'fs-extra' | |||
2 | import { basename, isAbsolute, join, resolve } from 'path' | 2 | import { basename, isAbsolute, join, resolve } from 'path' |
3 | 3 | ||
4 | const FIXTURE_URLS = { | 4 | const FIXTURE_URLS = { |
5 | peertube_long: 'https://peertube2.cpy.re/videos/watch/122d093a-1ede-43bd-bd34-59d2931ffc5e', | ||
6 | peertube_short: 'https://peertube2.cpy.re/w/3fbif9S3WmtTP8gGsC5HBd', | ||
7 | |||
5 | youtube: 'https://www.youtube.com/watch?v=msX3jv1XdvM', | 8 | youtube: 'https://www.youtube.com/watch?v=msX3jv1XdvM', |
6 | 9 | ||
7 | /** | 10 | /** |