Skip to content

Commit

Permalink
Update sources.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iswilljr authored Dec 29, 2024
1 parent 7e4c797 commit 14f1c91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ export const SOURCES: Source[] = [
movieUrl: 'https://vidsrc.pro/embed/movie/{id}',
tvUrl: 'https://vidsrc.pro/embed/tv/{id}/{season}/{episode}',
},
{
id: 'vidlink.pro',
name: 'Vid Link',
movieUrl: `https://vidlink.pro/movie/{id}${vidLinkParams}`,
tvUrl: `https://vidlink.pro/tv/{id}/{season}/{episode}${vidLinkParams}`,
},
{
id: 'superembed',
name: 'Super Embed',
Expand Down Expand Up @@ -51,6 +45,12 @@ export const SOURCES: Source[] = [
movieUrl: 'https://moviesapi.club/movie/{id}',
tvUrl: 'https://moviesapi.club/tv/{id}-{season}-{episode}',
},
{
id: 'vidlink.pro',
name: 'Vid Link',
movieUrl: `https://vidlink.pro/movie/{id}${vidLinkParams}`,
tvUrl: `https://vidlink.pro/tv/{id}/{season}/{episode}${vidLinkParams}`,
},
{
id: 'vidsrc.vip',
name: 'VidSrc.vip',
Expand Down

0 comments on commit 14f1c91

Please sign in to comment.