mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
add inputmask
This commit is contained in:
parent
ab84f1e730
commit
e07838c6c7
203 changed files with 29712 additions and 5216 deletions
2
node_modules/@videojs/http-streaming/scripts/create-test-data.js
generated
vendored
2
node_modules/@videojs/http-streaming/scripts/create-test-data.js
generated
vendored
|
@ -21,7 +21,7 @@ const getManifests = () => (fs.readdirSync(manifestsDir) || [])
|
|||
.map((f) => path.resolve(manifestsDir, f));
|
||||
|
||||
const getSegments = () => (fs.readdirSync(segmentsDir) || [])
|
||||
.filter((f) => ((/\.(ts|mp4|key|webm|aac|ac3)/).test(path.extname(f))))
|
||||
.filter((f) => ((/\.(ts|mp4|key|webm|aac|ac3|vtt)/).test(path.extname(f))))
|
||||
.map((f) => path.resolve(segmentsDir, f));
|
||||
|
||||
const buildManifestString = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue