summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-04-14 02:06:15 +0200
committeremkael <emkael@tlen.pl>2017-04-14 02:06:15 +0200
commitbed78f3f27f66a0411b27b8989e8e7b6c2333eb9 (patch)
tree4ff47c96705a3d7a1be787c2f29fa0593337e520 /bin
parentda4e3a5b6670e5116c95d7c6db8d7155d66968e6 (diff)
Extended page subtitles, with ranking edition detailed titles
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh
index 4cd0f90..14b4f98 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -9,7 +9,7 @@ cat config/dates.json |
xargs -n4 |
while read DATE URL INDEX NAME
do
- python ranking.py $DATE $PREV_DATE > $DIR/$URL
+ python ranking.py "$NAME" $INDEX $DATE $PREV_DATE > $DIR/$URL
PREV_DATE=$DATE
done
find $DIR -maxdepth 1 -type f -name \*.html |