aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/utils/urls.ts
blob: 664c6593162867e17216bc2690a6e96ebb5d4c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
const FIXTURE_URLS = {
  WEBTORRENT_VIDEO: 'https://peertube2.cpy.re/w/122d093a-1ede-43bd-bd34-59d2931ffc5e',

  HLS_EMBED: 'https://peertube2.cpy.re/videos/embed/969bf103-7818-43b5-94a0-de159e13de50',
  HLS_PLAYLIST_EMBED: 'https://peertube2.cpy.re/video-playlists/embed/73804a40-da9a-40c2-b1eb-2c6d9eec8f0a'
}

export {
  FIXTURE_URLS
}