1
0
Fork 0
ScrapTheChan/CHANGELOG.md

25 lines
720 B
Markdown
Raw Permalink Normal View History

2020-07-08 22:53:39 +04:00
# Changelog
2020-07-18 05:10:31 +04:00
## 0.2.1 - 2020-07-18
## Changed
- Now program tells you what thread doesn't exist or about to be scraped. That
is useful in batch processing with scripts.
## 0.2.0 - 2020-07-18
### Added
- Threaded version of the scraper, so now it is fast as heck!
### Fixed
- Handled situation when OP's post has no comment and/or subject.
2020-07-08 22:53:39 +04:00
## 0.1.0 - 2020-07-08
### Added
- JSON parsers for 4chan.org, lainchan.org and 2ch.hk.
- Basic straightforward scraper that downloads files one by one.
### Issues
- 2ch.hk: I can't figure out what exactly it tells as a size and hash of a file.
Example: file may have a size of 127798 bytes (125K) but 2ch reports 150 and a
hash reported doesn't equal to a computed one.