forked from e-alfred/ocdownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
23 lines (22 loc) · 1.01 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<info>
<id>ocdownloader</id>
<name>ocDownloader</name>
<summary>Easy to use download manager for Nextcloud</summary>
<description>Easy to use download manager using Curl/Aria2 and youtube-dl to allow downloading HTTP(S), FTP(S), YouTube videos and BitTorrent files. For more information on how to install, please go to https://github.com/e-alfred/ocdownloader/blob/master/README.md
</description>
<version>1.7.2</version>
<licence>agpl</licence>
<author>e-alfred</author>
<author>Nibbels</author>
<author>Xavier Beurois</author>
<website>https://github.com/e-alfred/ocdownloader</website>
<bugs>https://github.com/e-alfred/ocdownloader/issues</bugs>
<documentation>https://github.com/e-alfred/ocdownloader/</documentation>
<screenshot>https://raw.githubusercontent.com/e-alfred/ocdownloader/master/appinfo/Screenshot.jpg</screenshot>
<repository>https://github.com/e-alfred/</repository>
<dependencies>
<nextcloud min-version="14" max-version="17" />
<lib>curl</lib>
</dependencies>
</info>