Compare commits

..

23 Commits

Author SHA1 Message Date
0365232a73 readabilite: custom xpath for article detection
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-21 08:04:45 +02:00
a523518ae8 cache: avoid name collision 2021-09-21 08:04:45 +02:00
52c48b899f readability: better var names 2021-09-21 08:04:45 +02:00
9649cabb1b morss: do not crash on empty pages 2021-09-21 08:04:45 +02:00
0c29102788 drone: full module install 2021-09-21 08:04:45 +02:00
10535a17c5 cache: fix isort 2021-09-21 08:04:45 +02:00
7d86972e58 Add Redis cache backend 2021-09-21 08:04:45 +02:00
62e04549ac Optdeps in REAMDE and Dockerfile 2021-09-21 08:04:45 +02:00
5da7121a77 Fix Options class behaviour 2021-09-21 08:04:45 +02:00
bb82902ad1 Move cache code to its own file 2021-09-21 08:04:45 +02:00
04afa28fe7 crawler: cache pickle'd array 2021-09-21 08:04:45 +02:00
75bb69f0fd Make mysql optdep 2021-09-21 08:04:45 +02:00
97d9dda547 crawler: support 308 redirects 2021-09-21 08:04:45 +02:00
0c31d9f6db ci: add spell check dict 2021-09-21 08:04:45 +02:00
49e29208ef ci: fix spell check 2021-09-21 08:04:45 +02:00
d8d608a4de ci: fix pylint install 2021-09-21 08:04:45 +02:00
5437e40a15 drone: use alpine image (to benefit from pkgs) 2021-09-21 08:04:45 +02:00
6c1f8da692 ci: added pylint (triggered upon error w/ score < 8 only) 2021-09-21 08:04:45 +02:00
a1a26d8209 README: add ci badge 2021-09-21 08:04:45 +02:00
edbb580f33 ci/cd: fix isort args 2021-09-21 08:04:45 +02:00
4fd730b983 Further isort implementation 2021-09-21 08:04:45 +02:00
198353d6b9 ci/cd attempt 2021-09-21 08:04:45 +02:00
0b3e6d7749 Apply isort 2021-09-21 08:04:23 +02:00

View File

@ -18,8 +18,6 @@
import os.path
import sys
sys.path.append('/home/paul/Documents/Code/morss/lib')
import csv
import json
import re