Skip to content

Commit 12e9fbe

Browse files
committed
Add Kusonime
1 parent d45108a commit 12e9fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/releasesource.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232

3333
// List of groups that re-encode or modified even further the video from specific source
34-
def reencode_group = ["ASW", "Judas", "JRx7", "EMBER", "GuodongSubs", "SAMEHADAKU"]
34+
def reencode_group = ["ASW", "Judas", "JRx7", "EMBER", "GuodongSubs", "SAMEHADAKU", "Kusonime"]
3535
def bdreencode_group = ["DB"]
3636
def tvreencode_group = ["Ruri-Saizen"]
3737
// List of groups that directly rip the video from specific source
@@ -57,7 +57,7 @@
5757
} {
5858
bdreencode_group.find { g_ -> group == g_ || unlisted_group == g_ } ? "BDRip" : ""
5959
} {
60-
tvreencode_group.find { g_ -> group == g__ || unlisted_group == g__} ? "HDTVRip" : ""
60+
tvreencode_group.find { g_ -> group == g_ || unlisted_group == g_ } ? "HDTVRip" : ""
6161
} {
6262
def mtag = release_group.find { r_ -> group == r_ || unlisted_group == r_} ? "WEB-DL" : ""
6363
(source == "Erai-raws" && vcf.upper() == "HEVC") ? "WEBRip" : mtag

0 commit comments

Comments
 (0)