-
ScrapTheChan ver. 0.5.1 Pre-Release
released this
2021-05-04 04:05:22 +04:00 | 0 commits to master since this releaseAdded
- Message when a file cannot be retrieved.
Fixed
- Removed excessive hash comparison when files has same name;
- A string forgotten to set to be a f-string, so now it displays a reason of why
thread wasn't found.
Downloads
-
ScrapTheChan ver. 0.5.0 Pre-Release
released this
2021-05-03 02:47:21 +04:00 | 5 commits to master since this releaseAdded
- Now program makes use of skip_posts argument. Use CLI option
-S <number>
or--skip-posts <number>
to set how much posts you want to skip.
Changed
- Better, minified messages;
- Fixed inheritance of
Scraper
's subclasses and its sane rewrite that led to
future easy extension with way less repeating. - Added a general class
TinyboardLikeParser
that implements post parser for
all imageboards based on it or the ones that have identical JSON API. From now
on all such generalisation classes will end with*LikeParser
; - Changed
file_base_url
for 8kun.top.
Removed
- Support for Lolifox, since it's gon
Downloads
- Now program makes use of skip_posts argument. Use CLI option
-
ScrapTheChan ver. 0.4.0 Pre-Release
released this
2020-11-19 01:34:33 +04:00 | 26 commits to master since this releaseAdded
- For 2ch.hk check for if a file is a sticker was added;
- Encoding for
!op.txt
file was explicitly set toutf-8
; - Handling of connection errors was added so now program won't crash if file
doesn't exist or not accessible for any other reason and if any damaged files
was created then they will be removed; - Added 3 retries if file was damaged during downloading;
- To a scraper was added matching of hashes of two files that happen to share
same name and size, but hash reported by an imageboard is not the same as of
a file. It results in excessive downloading and hash calculations. Hopefully,
that only the case for 2ch.hk.
Changed
- FileInfo class is now a frozen dataclass for memory efficiency.
Fixed
- Found that arguments for match function that matches for
image.ext
pattern
were mixed up in places all over the parsers; - Also for 2ch.hk checking for if
sub
andcom
was changed tosubject
and
comment
.
Downloads
-
ScrapTheChan ver. 0.3.0 Pre-Release
released this
2020-09-09 04:42:04 +04:00 | 38 commits to master since this release- Added lolifox.cc.
- Removed BasicScraper.
- Fixed User-Agent.
Downloads
-
ScrapTheChan ver. 0.2.2 Pre-Release
released this
2020-07-20 04:32:30 +04:00 | 40 commits to master since this releaseAdded 8kun.top support.
Downloads
-
ScrapTheChan ver. 0.2.1 Pre-Release
released this
2020-07-20 02:55:54 +04:00 | 49 commits to master since this releaseNow text output is more informational.
Downloads
-
ScrapTheChan ver. 0.2.0 Pre-Release
released this
2020-07-18 04:44:37 +04:00 | 52 commits to master since this releaseNow scraper is threaded and hella fast. So program became actually useful.
Downloads
-
ScrapTheChan ver. 0.1.0 Pre-Release
released this
2020-07-08 23:13:32 +04:00 | 56 commits to master since this releaseDownloads