New FimFiction.net API downloading:
authorNiki Roo <niki@nikiroo.be>
Wed, 12 Jul 2017 19:52:17 +0000 (21:52 +0200)
committerNiki Roo <niki@nikiroo.be>
Wed, 12 Jul 2017 19:56:08 +0000 (21:56 +0200)
commit315f14ae3752d90c683a07fa20f1aa53f6010d6d
tree71fa5c6f950451329d68eeca29cb2b25be41e8fe
parent211f7ddb50f68aa8a999023ef6d63d5756bdace6
New FimFiction.net API downloading:
- the new class FimfictionApi can download stories from the new API
- it will only do so if a token (or a client key/pass) is conigured
- Cache was adapted to use directories (shorter filenames)
- Cache now supports GET/POST parameters
- Cache now supports OAuth2 (enough for Fimfiction new API)
- Debug mode will now output cache hit/miss on stderr
changelog.md
libs/nikiroo-utils-2.1.0-sources.jar [moved from libs/nikiroo-utils-2.0.0-sources.jar with 76% similarity]
src/be/nikiroo/fanfix/Cache.java
src/be/nikiroo/fanfix/Instance.java
src/be/nikiroo/fanfix/bundles/Config.java
src/be/nikiroo/fanfix/bundles/config.properties
src/be/nikiroo/fanfix/supported/BasicSupport.java
src/be/nikiroo/fanfix/supported/FimfictionApi.java [new file with mode: 0644]
src/be/nikiroo/fanfix/supported/YiffStar.java