diff --git a/configuration.js b/configuration.js index 8d1d9a9..e845075 100644 --- a/configuration.js +++ b/configuration.js @@ -12,7 +12,8 @@ angular /*-----------------------------*/ // user: '*YOUR_USERNAME*', // pass: '*YOUR_SECRET_PASS*' - } + }, + directURL: '' // If supplied, links will be created to enable direct download from the aria2 server, requires appropriate webserver to be configured }) .constant('$enable', { diff --git a/css/download.css b/css/download.css index 2f42954..6b9c24d 100755 --- a/css/download.css +++ b/css/download.css @@ -100,3 +100,6 @@ overflow: hidden; text-overflow: ellipsis; } +.download-files a { + color: #fff; +} diff --git a/index.html b/index.html index b5a3da8..bf7d97c 100755 --- a/index.html +++ b/index.html @@ -44,6 +44,7 @@ + @@ -584,7 +585,10 @@
  •   {{download.dir}}
  • @@ -988,6 +992,21 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4
    + +
    + Direct Download +
    + +
    + +

    + If supplied, links will be created to enable direct download from the + aria2 server, requires appropriate webserver to be configured +

    +
    +
    +