1
0
Fork 0
ScrapTheChan/scrapthechan
Alexander Andreev f3ef07af68
Rewrite of Parser class because it was fucked up. Now there's no problems with inheritance and its subclasses now more pleasant to write. ThreadNotFoundError now has a reason field.
2021-05-03 02:38:46 +04:00
..
cli Added option --skip-posts and messages are now takes just one line. 2021-05-03 02:35:31 +04:00
parsers A new generalised class for all imageboards based on Tinyboard or having identical API. 2021-05-03 02:34:38 +04:00
scrapers Now incrementing _files_downloaded happens when _progress_callback is set. And made super() with no args. 2021-05-03 02:33:14 +04:00
__init__.py Version updated to 0.4.1. 2021-04-28 02:49:59 +04:00
fileinfo.py Added order=True for FIleInfo to make sure that order of fields is preserved. 2021-05-03 02:36:17 +04:00
parser.py Rewrite of Parser class because it was fucked up. Now there's no problems with inheritance and its subclasses now more pleasant to write. ThreadNotFoundError now has a reason field. 2021-05-03 02:38:46 +04:00
scraper.py Added a missing return True statement in _check_file 2021-05-03 02:30:31 +04:00