Fix: www/ movido a raíz, estructura final

This commit is contained in:
Ricardo Monla
2026-05-04 13:52:29 -03:00
parent 1e13888679
commit 17ff243bfb
337 changed files with 46456 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
const fs = require('fs');
const p = 'descargar-curso/.mapa_videos.json';
const m = JSON.parse(fs.readFileSync(p, 'utf-8'));
m['1175436659'] = 'MX_video_1175436659.mp4';
fs.writeFileSync(p, JSON.stringify(m, null, 2));