0.5.9: Add built-in multi-threading
- compare changes to previous version
- creates new file I/O threads if writing to more than 1 file
- see commit 58c5fab for details
- supports scraping multiple channels from a txt file containing urls
- see Scraping multiple channels from a file simultaneously with multi-threading section in python README for usage details
- see
__init__.py
file for code changes