Skip to content

Commit d4aa1fc

Browse files
committed
Merge branch 'master' into stable
2 parents 11d4d95 + d93f70c commit d4aa1fc

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)