Skip to content

Commit d93f70c

Browse files
author
Nikolas De Giorgis
authored
fix(transcode): update new RED Url for PL regex
1 parent a011255 commit d93f70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/transcode.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async fn handle_url(
6767
) -> anyhow::Result<()> {
6868
lazy_static! {
6969
static ref REDACTED_PERMA_LINK_REGEX: Regex = regex::Regex::new(
70-
r"(https://|http://)?redacted\.ch/torrents\.php\?id=(\d+)&torrentid=(\d+)"
70+
r"(https://|http://)?redacted\.sh/torrents\.php\?id=(\d+)&torrentid=(\d+)"
7171
)
7272
.unwrap();
7373
}

0 commit comments

Comments
 (0)