slight update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user