Change Log for DanbooruDownloader20151203
- Fix Issue #64: Add warning when file exists.
- Implement Feature #67: Option to replace underscore in Tag to space.
- Add Context Menu to open downloaded files.
- Set max width for data grid column to 300px.
- Add cookie login method for Gelbooru.
- Deprecate the UseAuth, replace with LoginType.
Q7: How to get cookie value?
A7: Follow this step:
- Press F12 on your Chrome browser and select Network tab.
- Go to the booru site and login.
- Click one of the entry and copy the Cookie value from the Request Header. See: http://imgur.com/M6BZeBQ
For gelbooru, it should like this: user_id=<number>; pass_hash=<long string>
- Paste the Cookie value to the Username field. See: http://imgur.com/rCCjnPs
Download link for danbooru downloader 20151203, source code in GitHub.
Donation Link on the side bar ==> 😀
EDIT: please re-download, updated some logic