Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View SkyzohKey's full-sized avatar

SkyzohKey SkyzohKey

View GitHub Profile
/**
* valac -o bandcamp-downloader --pkg libsoup-2.4 --pkg json-glib-1.0 --pkg posix main.vala
* ./bandcamp-downloader --band=bash38 --album=summer-time -o ~/Music/bash-summer-time
**/
private static string band_name = null;
private static string album_name = null;
private static string save_path = null;
private const GLib.OptionEntry[] options = {