feat: add uri to aria2

This commit is contained in:
Noah Hsu
2022-06-21 17:37:02 +08:00
parent 55c4a925ba
commit f6242d46b1
7 changed files with 119 additions and 18 deletions

View File

@ -6,8 +6,7 @@ import (
)
const (
Ready = iota
Downloading
Downloading = iota
Paused
Stopped
Completed