Skip to content

Commit

Permalink
Merge pull request #19 from luslucifer/dev
Browse files Browse the repository at this point in the history
Soaper is back in action.
  • Loading branch information
itzCozi authored Dec 7, 2024
2 parents e62c98b + 228dc5b commit bda3f91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@
"node-fetch": "^3.3.2",
"set-cookie-parser": "^2.7.0",
"unpacker": "^1.0.1"
}
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}
2 changes: 1 addition & 1 deletion src/providers/sources/soapertv/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { convertPlaylistsToDataUrls } from '@/utils/playlist';
import { InfoResponse } from './types';
import { SourcererOutput, makeSourcerer } from '../../base';

const baseUrl = 'https://soaper.tv';
const baseUrl = 'https://soaper.live';

const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Promise<SourcererOutput> => {
const searchResult = await ctx.proxiedFetcher('/search.html', {
Expand Down
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bda3f91

Please sign in to comment.