Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 408 Bytes

afreeca-downloader

Afreeca video downloader written in Rust.

  • Parsing HTML file to get m3u8 playlist.
  • Parsing m3u8 files to get list of ts files.
  • Downloading ts files from server.
  • Joining ts files.
  • Convert result ts file to mp4.
  • Adding Progress bar. (Single progress bar, will be updated to multiple one when adding thread).
  • Reducing download time using thread.