Spaces:
Running
Running
Commit
·
467fe95
1
Parent(s):
bcc7dba
Updates
Browse files
scripts/process-manuscript.cjs
CHANGED
|
@@ -4,8 +4,7 @@ const path = require('path');
|
|
| 4 |
function modifyTranscript(transcriptObj, index) {
|
| 5 |
return {
|
| 6 |
...transcriptObj,
|
| 7 |
-
|
| 8 |
-
wordCount: transcriptObj.text.split(' ').length
|
| 9 |
};
|
| 10 |
}
|
| 11 |
|
|
|
|
| 4 |
function modifyTranscript(transcriptObj, index) {
|
| 5 |
return {
|
| 6 |
...transcriptObj,
|
| 7 |
+
mediaAbsPaths: []
|
|
|
|
| 8 |
};
|
| 9 |
}
|
| 10 |
|