--list was causing problems + move reader
authorNiki Roo <niki@nikiroo.be>
Sat, 11 Feb 2017 22:12:44 +0000 (23:12 +0100)
committerNiki Roo <niki@nikiroo.be>
Sat, 11 Feb 2017 22:12:44 +0000 (23:12 +0100)
commit89cb07a69f3ee217f9ea6a4284bec0df94ef77fa
tree62e618f9a97815e63f99dbbbedf5684eb45ec168
parent08fe2e33007063e30fe22dc1d290f8afaa18eb1d
--list was causing problems + move reader
Fix a bug in Cache.java which made it impossible to download,
even from the local cache, if the current referer was not set
+ move CliReader into a new package and use an interface,
so it will work better with the second reader (simple HTML
sent to the local browser, still not ready)
src/be/nikiroo/fanfix/Cache.java
src/be/nikiroo/fanfix/Main.java
src/be/nikiroo/fanfix/package-info.java
src/be/nikiroo/fanfix/reader/FanfixReader.java [new file with mode: 0644]
src/be/nikiroo/fanfix/reader/cli/CliReader.java [moved from src/be/nikiroo/fanfix/reader/CliReader.java with 53% similarity]