Releases: amkhrjee/wp
Releases · amkhrjee/wp
Release v0.1.10
Release v0.1.9
- Bulk downloads work without being stopped by panics
- Lots of ad hoc patches to accomodate bulk download without interruption
Release v0.1.8
- Removed the following sections for now:
References
,Infobox
,<ref>
tags. Will add these in a future version. - Fixed a bug where the parser was infinite looping for some badly formatted articles.
Release v0.1.7
- Fixed a bug where no args was causing panic
- Fixed a bug where scarper was aggregating bad links
- Other minor fixes
Release v0.1.6
- Ported link scraping functionality to Rust
- Downloading batches sequentially instead of via multiprocessing for better UX
- Removed all Python dependencies
- Updated usage instuctions
Release v0.1.5
- New! Auxillary script for bulk downloading all of wikipedia in any of the supported languages.
- More instructions in the readme
- More Windows compatibility
- Copy-pastable setup instructions
Release v0.1.4
- New! Bulk download articles from all links in a file
- New! Prety progress bar
- Better error handling and error messages
- Improved code origanization
Release v0.1.3
First release 🎉
- Major refactor of the old code
- Removed the display feature for now
- Articles can be downloaded to disk as plaintext
- Better code organization