htdocs/video/videos.js

5 lines
652 B
JavaScript
Raw Normal View History

2024-05-26 17:32:18 +02:00
let videos = [["aoh2-cherokee-part3.mp4","2024-05-26T15:24:38.816Z"],["stopit-getsomehelpdrives.mp4","2024-05-26T15:24:38.680Z"],["best-linux-game(virbox).mp4","2024-05-26T15:24:38.664Z"],["SPEEDUP332nd battlepack-stopmotion.mp4","2024-05-26T15:24:38.644Z"],["aoh2-cherokee-part2.mp4","2024-05-26T15:24:38.552Z"],["fastfetch.mp4","2024-05-26T15:24:38.392Z"],["iwbtg1.mp4","2024-05-26T15:24:38.384Z"],["conquest-of-america.mp4","2024-05-26T15:24:38.360Z"],["aoh2-cherokee.mp4","2024-05-26T15:24:38.296Z"],["Linus drops the hard R.mp4","2024-05-26T15:24:38.260Z"]]
if (typeof module !== 'undefined' && module.exports) {
2023-12-29 23:24:45 +01:00
module.exports = videos;
}