An ad-less, multilingual, clean Soundcloud downloader with robust code. Adds a 'Download' button to all single track views.
Adds a 'Download' button to all single-track views.
Features:
| docker-compose.yml | |
| services: | |
| jenkins: | |
| container_name: jenkins | |
| image: jenkins/jenkins | |
| ports: | |
| - "8080:8080" | |
| volumes: | |
| - "$PWD/jenkins_home:/var/jenkins_home" |
| // ==UserScript== | |
| // @name Whisky.de-Forum ++ | |
| // @author WithKeys | |
| // @namespace tuxproject.de | |
| // @description Zusätzliche Funktionen für das Whisky.de-Forum. | |
| // @include /www.whisky.de\/forum\/.*/ | |
| // @include /www.whisky.de\/tfg\/forum.html$/ | |
| // @exclude /\.(jpe?g|png|gif)$/ | |
| // @require https://raw.githubusercontent.com/franciscop/umbrella/master/umbrella.min.js | |
| // @version 5.3 |
| create extension if not exists pgcrypto; | |
| create or replace function uuid_generate_v7() | |
| returns uuid | |
| as $$ | |
| declare | |
| output bytea; | |
| unixts bytea = e'\\000\\000\\000\\000\\000\\000\\000\\000\\000'; | |
| timestamp timestamptz; | |
| unix_time bigint; |