2 Commits

Author SHA1 Message Date
Jorrin
cfe1acf7e8 Merge 89a78e4ae9 into 53fbc3b42d 2024-04-12 16:30:30 +00:00
Jorrin
89a78e4ae9 disable vidsrc 2024-04-12 18:30:21 +02:00
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,