[feat] dynamicaly create remote device list

This commit is contained in:
Julian Sparber
2017-04-19 18:28:08 +02:00
parent 148106b7d6
commit 212533a1f5
5 changed files with 32 additions and 192 deletions

View File

@@ -100,6 +100,7 @@ get (char *url, const gchar *output_file_path)
int main ()
{
//url and absoulte path to download dir
get ("http://juliansparber.com/index.html", "./test_download");
return 0;
}