mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
disable turbovid
Seems to be offline
This commit is contained in:
parent
1c41c7d868
commit
2a66410857
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export const turbovidSourceScraper = makeSourcerer({
|
|||
id: 'turbovidSource',
|
||||
name: 'TurboVid',
|
||||
rank: 120,
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue