↓ 1 callersFunctionparse_chapters_single_page(
html: &Document,
base_url: &str,
referer_url: &str,
manga_title: &str,
chapter_list_selector: &str,
)
templates/gigaviewer/src/parser.rs:65
↓ 1 callersFunctionparse_response(
html: &Document,
base_url: &str,
item_selector: &str,
title_selector: &str,
cover_selector: &str,
cove
templates/gigaviewer/src/parser.rs:20