Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/krau/SaveAny-Bot
/ Parser
Interface
Parser
pkg/parser/parser.go:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
Parser
interface
{
10
CanHandle(url string) bool
11
Parse(ctx context.Context, url string) (*Item, error)
12
}
13
14
type
ConfigurableParser
interface
{
15
Parser
Callers
11
ParseWithContext
Function · 0.65
CanHandle
Function · 0.65
createParsedTask
Method · 0.65
createParsedTask
Method · 0.95
handleDlCmd
Function · 0.65
handleYtdlpCmd
Function · 0.65
TestYtdlpArgumentParsing
Function · 0.65
handleUpdateCmd
Function · 0.65
handleUpdateCallback
Function · 0.65
listenMediaMessageEvent
Function · 0.65
handleTextMessage
Function · 0.65
Implementers
3
jsParser
parsers/js/js.go
TwitterParser
parsers/native/twitter/parser.go
KemonoParser
parsers/native/kemono/kemono.go
Calls
no outgoing calls
Tested by
no test coverage detected