mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-28 21:48:42 +00:00
disabled upcloud and vidcloud
This commit is contained in:
parent
45a3f2835d
commit
f6871f8c64
2 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export const upcloudScraper = makeEmbed({
|
|||
id: 'upcloud',
|
||||
name: 'UpCloud',
|
||||
rank: 200,
|
||||
disabled: true,
|
||||
async scrape(ctx) {
|
||||
// Example url: https://dokicloud.one/embed-4/{id}?z=
|
||||
const parsedUrl = new URL(ctx.url.replace('embed-5', 'embed-4'));
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ export const vidCloudScraper = makeEmbed({
|
|||
id: 'vidcloud',
|
||||
name: 'VidCloud',
|
||||
rank: 201,
|
||||
disabled: true,
|
||||
async scrape(ctx) {
|
||||
// Both vidcloud and upcloud have the same embed domain (rabbitstream.net)
|
||||
const result = await upcloudScraper.scrape(ctx);
|
||||
|
|
|
|||
Loading…
Reference in a new issue