soundcloud lolllllll

This commit is contained in:
lolcat 2023-09-03 22:41:44 -04:00
parent cfd44438ae
commit c8ab934b10
13 changed files with 982 additions and 18 deletions

View file

@ -161,6 +161,16 @@ $settings = [
"text" => "Mojeek"
]
]
],
[
"description" => "Music",
"parameter" => "scraper_music",
"options" => [
[
"value" => "sc",
"text" => "SoundCloud"
]
]
]
]
]
@ -235,7 +245,7 @@ echo
'<head>' .
'<meta http-equiv="Content-Type" content="text/html;charset=utf-8">' .
'<title>Settings</title>' .
'<link rel="stylesheet" href="/static/style.css">' .
'<link rel="stylesheet" href="/static/style.css?v3">' .
'<meta name="viewport" content="width=device-width,initial-scale=1">' .
'<meta name="robots" content="index,follow">' .
'<link rel="icon" type="image/x-icon" href="/favicon.ico">' .