Skip to content

Commit

Permalink
disable vidsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
JorrinKievit committed Apr 12, 2024
1 parent 3826b8d commit 89a78e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/content/1.get-started/4.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: 'Changelog'
# Version 2.3.0
- Fixed RidoMovies search results
- Added Insertunit, SoaperTV, and WarezCDN providers
- Disabled Showbox
- Disabled Showbox and VidSrc

# Version 2.2.9
- Fixed VidSrcTo (both Vidplay and Filemoon embeds)
Expand Down
1 change: 1 addition & 0 deletions src/providers/sources/vidsrc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const vidsrcScraper = makeSourcerer({
id: 'vidsrc',
name: 'VidSrc',
rank: 90,
disabled: true,
flags: [],
scrapeMovie,
scrapeShow,
Expand Down

0 comments on commit 89a78e4

Please sign in to comment.