summaryrefslogtreecommitdiff
path: root/scrap.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-01-12 18:00:44 +0100
committerkdx <kikoodx@paranoici.org>2023-01-12 18:00:44 +0100
commitd1c29717fcff974e51d8a6bd83851a1607f3ffd9 (patch)
tree0b635ef237bebb17c081a03c7eca14b54fe91307 /scrap.sh
downloadcite-scrapper-d1c29717fcff974e51d8a6bd83851a1607f3ffd9.tar.gz
scrap allocine to generate citebd screenings
Diffstat (limited to 'scrap.sh')
-rwxr-xr-xscrap.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scrap.sh b/scrap.sh
new file mode 100755
index 0000000..7a2943d
--- /dev/null
+++ b/scrap.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+./build.sh || exit 1
+curl -o seances.xml 'http://www.citebd.org/IMG/xml/allocineseances-4.xml' || exit 1
+./cite seances.xml >cite.html || exit 1
+firefox cite.html