Export: add LINK.txt with PeerTube watch URLs to file ZIP export

This commit is contained in:
Pontoporeia
2026-05-20 13:21:41 +02:00
parent a251aeb500
commit 6246174fc5
3 changed files with 84 additions and 3 deletions

View File

@@ -36,7 +36,8 @@ xamxam-files-2026-05-07.zip
│ ├── 2025_LILA_DUBOIS_KARIM_NASSAR/
│ │ ├── nixing_the_fix_report_final.pdf
│ │ ├── bbb_sunflower_1080p_30fps_normal_mp4.zip
│ │ ── carte_loire_a_velo_france.pdf
│ │ ── carte_loire_a_velo_france.pdf
│ │ └── LINK.txt ← si vidéos PeerTube présentes
│ └── …
└── 2026/
└── …
@@ -69,6 +70,15 @@ xamxam-files-2026-05-07.zip
"label": "Mémoire principal",
"sort_order": 1
}
],
"peertube_links": [
{
"uuid": "abc123def",
"url": "https://videos.erg.be/videos/watch/abc123def",
"type": "video",
"label": "Vidéo de présentation",
"name": "presentation.mp4"
}
]
}
}