项目作者: mvdicarlo

项目描述 :
A simple Fur Affinity export tool
高级语言: TypeScript
项目地址: git://github.com/mvdicarlo/furaffinity-export.git
创建时间: 2019-01-02T18:06:41Z
项目社区:https://github.com/mvdicarlo/furaffinity-export

开源协议:

下载


Fur Affinity Export

This project was generated with Angular CLI version 7.1.3.

Export Format

Application returns a file with an extension .faxp (fa export)
Formatting is JSON

JSON will be a list of individual submissions that are from Fur Affinity.
Each item in the list will be in this format

  1. {
  2. imageURL: string; // the download url for the submission file
  3. title: string;
  4. description: string;
  5. rating: string; // 'General', 'Mature', 'Adult'
  6. scraps: boolean;
  7. tags: string[];
  8. }