soundcloud lolllllll
This commit is contained in:
parent
cfd44438ae
commit
c8ab934b10
13 changed files with 982 additions and 18 deletions
12
settings.php
12
settings.php
|
@ -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">' .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue