5 lines
475 B
JavaScript
5 lines
475 B
JavaScript
let videos = [["Linus drops the hard R.mp4","2023-12-21T20:00:56.000Z"],["aoh2-cherokee.mp4","2023-12-20T08:16:43.000Z"],["conquest-of-america.mp4","2023-12-19T20:34:29.000Z"],["iwbtg1.mp4","2023-09-21T19:28:42.000Z"],["covid.mp4","2023-08-12T17:13:02.000Z"],["Creeper.webm","2023-08-12T17:13:00.000Z"],["piston.webm","2023-08-12T17:08:27.000Z"],["coloride.webm","2023-08-12T16:14:03.000Z"]]
|
|
|
|
if (typeof module !== 'undefined' && module.exports) {
|
|
module.exports = videos;
|
|
} |