Skip to content

Commit

Permalink
Update release sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Dec 1, 2024
1 parent 73cb74c commit afb551f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions modules/releasesource.groovy
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
def custom_releases = [
// Platform name is for internal use only, aliases are used to match the filename
[platform: "Bilibili.tv", aliases: ["B-Global", "BiliIntl", "BILI"]],
[platform: "Prime Video", aliases: ["AMZN"]],
[platform: "U-NEXT", aliases: ["UNEXT"]],
[platform: "ABEMA", aliases: ["ABEMA"]],
[platform: "Bilibili.tv", aliases: ["B-Global", "BiliIntl", "BILI"]],
[platform: "Hulu", aliases: ["HULU"]],
[platform: "MeWatch", aliases: ["MW.WEB-DL"]],
[platform: "Netflix", aliases: ["NF.WEB-DL", "NF WEB"]],
[platform: "Prime Video", aliases: ["AMZN"]],
[platform: "TVer", aliases: ["TVER"]],
[platform: "Shahid", aliases: ["SHAHID"]],
[platform: "U-NEXT", aliases: ["UNEXT"]],
[platform: "YouTube", aliases: ["YT.WEB-DL", "YOUTUBE", "YTB"]],
[platform: "Netflix", aliases: ["NF.WEB-DL", "NF WEB"]],
]

// List of groups that re-encode or modified even further the video from specific source
Expand Down

0 comments on commit afb551f

Please sign in to comment.