Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@mansuf mansuf released this 29 Sep 16:16
· 91 commits to main since this release

What's new in v0.1.0 ?

There a lot of reworks and new features, including:

  • Reworked, optimized and fixed bugs in CLI
  • Added fast download
  • Added Documentation

For more informations about these updates, see below

For Embedding (API)

  • Added File.download_coro(). The parameters are same from File.download()
  • Added fast parameter for File.download_coro()
  • extract_info_coro() and download_coro() now have native async downloader (the previous one was from download module threaded)
  • extract_info_coro() and download_coro() now are faster than before when extracting info

For Command Line Interface (CLI)

  • Added --fast option for faster download. NOTE: You must add --async option in order to work
  • Fixed --filename option are not working
  • Optimized app