From 657d00879bff8d50e4928027991d0f3db1533e38 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 21 Sep 2020 11:56:12 +0200 Subject: [PATCH] added explanation to expect format errors --- README.md | 6 +++++- script/gethtml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3ff16..4dd850f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,11 @@ This leaves me with 50 words that couldn't be found on ozdic. (See the TODO.md for the list of words yet to be added correctly.) These will be added manually from time to time over the coming winter semester 2020. -There might be some manual modifications from time to time but my implementation of this port is rather ugly, making adjustments cumbersome. +### Script + +The script I've implemented to rip from ozdic seems to work fine in general, but has a few issues from time to time. +Expect some weird formatting from time to time. +These will be fixed over the coming weeks. ## License diff --git a/script/gethtml b/script/gethtml index 08a34e2..53eea3b 100755 --- a/script/gethtml +++ b/script/gethtml @@ -1,4 +1,8 @@ #!/bin/zsh +# This script is just the initial step in porting the avl data to anki +# It does not work 100% reliable, but it's good enough for me +# Manual adjustments on the exported data should be expected +# This script is rather ugly in its Implementation [ -f cards.csv ] && rm cards.csv touch cards.csv