Skip to content

0.5.9: Add built-in multi-threading

Compare
Choose a tag to compare
@shailshouryya shailshouryya released this 28 Jun 00:14
· 502 commits to main since this release
2eed940
  • compare changes to previous version
  • creates new file I/O threads if writing to more than 1 file
  • 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