API - ZHANITEST/Xaru GitHub Wiki

κ°œμš”

자주 μ“°λŠ”λŒ€λ„ κΉŒλ¨Ήμ–΄μ„œ 정리해둠.

class Cartoon

this( string id );

μƒμ„±μž - λ§Œν™” id

string getCoverImage();

λ§Œν™”μ˜ 컀버이미지 URL μ£Όμ†Œ 값을 리턴.

string getTitle();

λ§Œν™” 제λͺ© 값을 리턴.

string[string][] getList();

[ [key:value], [key:value], ...] μŠ€νƒ€μΌλ‘œ "nν™”:url" 리턴.

string[string] getListByArray();

[key:value, key:value, ...] μŠ€νƒ€μΌλ‘œ "nν™”:url" 리턴.

void download( string key, string path=".", bool fix_name=true, bool cre_zip=false );

  • key
  • path: λ‹€μš΄λ‘œλ“œ 받을 파일경둜
  • fix_name: 0~9λ²ˆμ§ΈκΉŒμ§€μ˜ νŒŒμΌλ“€μ˜ μ„œμ‹ μ μš©μ—¬λΆ€
  • cre_zip: ZIP 파일 생성 μ—¬λΆ€

enum Category

SHORT

["λ‹¨νŽΈ", "27"]

WEEK

["μ£Όκ°„", "28"]

WEEK1

["격주", "29"]

MONTH

["μ›”κ°„", "30"]

MONTH1

["격월/λΉ„μ •κΈ°", "31"]

ONCE

["단행본","32"]

END

["μ™„κ²°", "33"]

ANG

["뢕탁", "34"]

Y

["와이!", "35"]

OTOKONOKO

["μ˜€ν† μ½”λ…Έμ½”+μ—”μ†”λ‘œμ§€," "36"]

SHEMALE

["μ—¬μž₯μ†Œλ…„+μ—”μ†”λ‘œμ§€", "37"]

OTOKONOKO1

["μ˜€ν† μ½”λ…Έμ½”νƒ€μž„", "38"]

ANG_END

["뢕탁+μ™„κ²°", "39"]