Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
Parser
interface
{
10
CanHandle(url string) bool
11
Parse(ctx context.Context, url string) (*Item, error)
12
}
13
14
type
ConfigurableParser
interface
{
Callers
15
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
handleConfigFnameTmpl
Function · 0.65
TfileOptions
Function · 0.65
GetFilesFromUpdateLinkMessageWithReplyEdit
Function · 0.65
ParseWithContext
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
1
TestYtdlpArgumentParsing
Function · 0.52