slight update

master
bel 2020-12-14 22:06:49 -07:00
parent f884f743c9
commit b25befca9b
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ func handle(vpntor, outdir, content string) error {
func findMagnets(s string) []string {
patterns := []string{
`magnet:.xt[^ $"]*`,
`https:..[^"]*\.torrent`,
`https:..[^ "]*\.torrent`,
}
matches := []string{}
for _, pattern := range patterns {