You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
561 B
20 lines
561 B
# Changelog
|
|
|
|
## 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.
|
|
|
|
|
|
## 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.
|