clynamen / politodownloader

A simple course materials downloader written in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polito Downloader

A simple downloader written in scala

This software is currently in alpha

Alpha Version Interface


Features:

  • Item selection and download
  • Video lesson download
  • Maintain materials tree structure
  • Directory and sub-directory sync
  • File size label and download ETA
  • Better error handling

Install Requirements:

  • Java 8
  • JavaFX (Should be included in Java 8)

Just put the jar file in a directory with writable permissions. Files will be downloaded in the locally created 'Downloads' directory.

TODO:

  • cleanup current code
  • remove mutable variables
  • add error handling for actors
  • search for possible concurrency/lost message issues
  • add other unit tests

About

A simple course materials downloader written in scala

License:MIT License


Languages

Language:CSS 62.5%Language:Scala 37.5%