MCPcopy Create free account
hub / github.com/krau/SaveAny-Bot / Parse

Method Parse

pkg/parser/parser.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, url string)

Source from the content-addressed store, hash-verified

9type Parser interface {
10 CanHandle(url string) bool
11 Parse(ctx context.Context, url string) (*Item, error)
12}
13
14type ConfigurableParser interface {

Callers 15

createParsedTaskMethod · 0.95
handleDlCmdFunction · 0.65
handleYtdlpCmdFunction · 0.65
TestYtdlpArgumentParsingFunction · 0.65
handleUpdateCmdFunction · 0.65
handleUpdateCallbackFunction · 0.65
listenMediaMessageEventFunction · 0.65
handleTextMessageFunction · 0.65
handleConfigFnameTmplFunction · 0.65
TfileOptionsFunction · 0.65
ParseWithContextFunction · 0.65

Implementers 3

jsParserparsers/js/js.go
TwitterParserparsers/native/twitter/parser.go
KemonoParserparsers/native/kemono/kemono.go

Calls

no outgoing calls

Tested by 1

TestYtdlpArgumentParsingFunction · 0.52