We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11d4d95 + d93f70c commit d4aa1fcCopy full SHA for d4aa1fc
src/command/transcode.rs
@@ -67,7 +67,7 @@ async fn handle_url(
67
) -> anyhow::Result<()> {
68
lazy_static! {
69
static ref REDACTED_PERMA_LINK_REGEX: Regex = regex::Regex::new(
70
- r"(https://|http://)?redacted\.ch/torrents\.php\?id=(\d+)&torrentid=(\d+)"
+ r"(https://|http://)?redacted\.sh/torrents\.php\?id=(\d+)&torrentid=(\d+)"
71
)
72
.unwrap();
73
}
0 commit comments