Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 331 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 331 Bytes

mediawiki-spider

download all files and pages in mediawiki

config

// Wiki host
public static final String HOST_PREFIX = "";

// Your cookie
public static final String Cookie = "";

// Output folder
public static final String OUTPUT_FOLDER = "";

todo

  • Handle file name low/up case conflict