disable vidsrc

This commit is contained in:
Jorrin 2024-04-12 18:30:21 +02:00
parent 3826b8d887
commit 89a78e4ae9
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ title: 'Changelog'
# Version 2.3.0 # Version 2.3.0
- Fixed RidoMovies search results - Fixed RidoMovies search results
- Added Insertunit, SoaperTV, and WarezCDN providers - Added Insertunit, SoaperTV, and WarezCDN providers
- Disabled Showbox - Disabled Showbox and VidSrc
# Version 2.2.9 # Version 2.2.9
- Fixed VidSrcTo (both Vidplay and Filemoon embeds) - Fixed VidSrcTo (both Vidplay and Filemoon embeds)

View File

@ -6,6 +6,7 @@ export const vidsrcScraper = makeSourcerer({
id: 'vidsrc', id: 'vidsrc',
name: 'VidSrc', name: 'VidSrc',
rank: 90, rank: 90,
disabled: true,
flags: [], flags: [],
scrapeMovie, scrapeMovie,
scrapeShow, scrapeShow,