mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
fix(slickvpn/updater): only keep 11 servers
- this reverts most of commit e806fe02db.
This commit is contained in:
@@ -22,12 +22,6 @@ func MatchData(data string) MatchFunc {
|
||||
}
|
||||
}
|
||||
|
||||
func MatchClasses(classStrings ...string) MatchFunc {
|
||||
return func(node *html.Node) (match bool) {
|
||||
return HasClassStrings(node, classStrings...)
|
||||
}
|
||||
}
|
||||
|
||||
func DirectChild(parent *html.Node,
|
||||
matchFunc MatchFunc,
|
||||
) (child *html.Node) {
|
||||
|
||||
Reference in New Issue
Block a user