htdocs/video/videos.js
2024-05-26 16:34:21 +01:00

5 lines
652 B
JavaScript
Executable File

let videos = [["aoh2-cherokee-part3.mp4","2024-05-26T15:31:10.667Z"],["stopit-getsomehelpdrives.mp4","2024-05-26T15:31:10.519Z"],["best-linux-game(virbox).mp4","2024-05-26T15:31:10.503Z"],["SPEEDUP332nd battlepack-stopmotion.mp4","2024-05-26T15:31:10.487Z"],["aoh2-cherokee-part2.mp4","2024-05-26T15:31:10.395Z"],["fastfetch.mp4","2024-05-26T15:31:10.239Z"],["iwbtg1.mp4","2024-05-26T15:31:10.231Z"],["conquest-of-america.mp4","2024-05-26T15:31:10.207Z"],["aoh2-cherokee.mp4","2024-05-26T15:31:10.147Z"],["Linus drops the hard R.mp4","2024-05-26T15:31:10.111Z"]]
if (typeof module !== 'undefined' && module.exports) {
module.exports = videos;
}