Skip to content
Snippets Groups Projects
Commit ba9c5e18 authored by David Rouquet's avatar David Rouquet
Browse files

Correction du chemin d'entrée dans extract_mp3

parent 91030a07
Branches
No related tags found
1 merge request!4Main
......@@ -275,9 +275,11 @@ test)
python "$SCRIPTS_DIR/src/test.py"
;;
extract-mp3)
for audio_file in "$SOURCES_DIR/contenu/media/"*.swf; do
for version in macao_12 macao_3; do
for audio_file in "$SOURCES_DIR/$version/contenu/media/"*.swf; do
"$SCRIPTS_DIR/extract_mp3.sh" "$@" --output-dir "$RESULTS_DIR/audio" "$audio_file"
done
done
;;
shell)
if [[ "$VERSION" = "each" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment