@tricoteuses/senat 2.21.2 → 2.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ export function parseDataNvs(nvs) {
103
103
  }
104
104
  export function buildSenatVodMasterM3u8FromNvs(nvsText) {
105
105
  // serverfiles://senat/2025/10/encoder10_20251022084451_2.mp4
106
- const m = nvsText.match(/serverfiles:\/\/senat\/(\d{4})\/(\d{2})\/(encoder\d+)_([0-9]{14})/i);
106
+ const m = nvsText.match(/serverfiles:\/\/senat\/(\d{4})\/(\d{2})\/(encoder\d+)_([0-9]{13,14})(?:_[0-9]+)?\.mp4/i);
107
107
  if (!m)
108
108
  return null;
109
109
  const [, yyyy, mm, encoder, stamp] = m;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tricoteuses/senat",
3
- "version": "2.21.2",
3
+ "version": "2.21.3",
4
4
  "description": "Handle French Sénat's open data",
5
5
  "keywords": [
6
6
  "France",