hey im not dead, curlie scraper ok bye

This commit is contained in:
lolcat 2024-01-06 19:38:11 -05:00
parent 479545165a
commit fa6cefb6ed
2 changed files with 322 additions and 1 deletions

View file

@ -895,7 +895,8 @@ class frontend{
"yep" => "Yep",
"mojeek" => "Mojeek",
"marginalia" => "Marginalia",
"wiby" => "wiby"
"wiby" => "wiby",
"curlie" => "Curlie"
]
];
break;
@ -948,6 +949,7 @@ class frontend{
"display" => "Scraper",
"option" => [
"sc" => "SoundCloud"
//"spotify" => "Spotify"
]
];
break;
@ -1022,6 +1024,11 @@ class frontend{
$lib = new wiby();
break;
case "curlie":
include "scraper/curlie.php";
$lib = new curlie();
break;
case "yep":
include "scraper/yep.php";
$lib = new yep();
@ -1032,6 +1039,11 @@ class frontend{
$lib = new sc();
break;
case "spotify":
include "scraper/spotify.php";
$lib = new spotify();
break;
case "pinterest":
include "scraper/pinterest.php";
$lib = new pinterest();