Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volhovm/ubu
Universal board utilite -- tool to fetch imageboards for pictures
https://github.com/volhovm/ubu
Last synced: 8 days ago
JSON representation
Universal board utilite -- tool to fetch imageboards for pictures
- Host: GitHub
- URL: https://github.com/volhovm/ubu
- Owner: volhovm
- Created: 2014-09-18T18:12:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T18:23:56.000Z (over 10 years ago)
- Last Synced: 2023-09-01T05:40:00.109Z (over 1 year ago)
- Language: Java
- Size: 578 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Universal board utility
=======================Usage: run this program with java [-javaoptions] -jar UBU.jar [-options],
where [-options] can be:
* -ver or -v: display version of UBU and exit;
* --help or -help or -h: display help info and exit;
* -merge: merge all folders in /Pack/ into one and exit;
* -thr [-extraargs] http://2ch.hk/$SECTION$/res/$THREADNUMBER1$.html http://2ch.hk/$SECTION$/res/$THREADNUMBER2$.html and so on: download all post pictures from threads into auto named folders;
* -sec [-extraargs] /b/ /e/ and so on: download all post pictures from threads in this section (from page 0 to 10 actually);
Now about [-extraargs] -- these can be:* -manual-naming: you will decide the name pictures from a certain thread will be put;
* -section-pages X Y: pages from X to Y would only be parsed (works only after -sec);
Example: java -jar UBU.jar -sec -section-pages 0 5 /wp/ -sec -thr -manual-naming http://2ch.hk/b/res/63223407.html
The application saves all images in /Pack directory where UBU.jar is located.