MCPcopy Create free account
hub / github.com/coslyk/moonplayer / parse

Method parse

src/parserBase.cpp:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36void ParserBase::parse(const QUrl &url, bool download)
37{
38 m_url = url;
39 m_download = download;
40 result.title.clear();
41 result.stream_types.clear();
42 result.streams.clear();
43 result.danmaku_url.clear();
44 runParser(url);
45}
46
47
48void ParserBase::finishParsing()

Callers 1

addUrlMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected