py/gadict_srs_anki.py
changeset 647 6ae5399c8087
parent 646 2d488cfc4c0c
child 650 b13c09aaa9a3
--- a/py/gadict_srs_anki.py	Tue Nov 08 19:01:27 2016 +0200
+++ b/py/gadict_srs_anki.py	Wed Nov 09 03:16:32 2016 +0200
@@ -309,6 +309,8 @@
 
     for (headwords, translations) in DOM[1:]:
         identity = headwords[0].headword
+        if 'rare' in identity.attrs:
+            continue
         freqtags = []
         for (freqtag, freqset) in FREQ_SOURCES:
             if identity in freqset: