A package to bypass ouo.io and ouo.press link shortener.
- Bypass reCAPTCHA v3.
- Bypass ouo.io and ouo.press link shortener.
go get github.com/love98ooo/ouo-bypass-go
import (
"fmt"
ouoBypass "github.com/love98ooo/ouo-bypass-go"
)
func main() {
url := "https://ouo.io/xxxxxx"
bypassedURL, err := ouoBypass.Resolve(url)
if err != nil {
fmt.Println(err)
} else {
fmt.Println(bypassedURL)
}
}
Issue and PR welcome.
ouo-bypass-go is inspired by the following projects and so on:
This project is licensed under the MIT License. See the LICENSE file for details.