mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use link, keep data
This commit is contained in:
parent
ee0137f563
commit
602698f112
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ impl Page {
|
||||||
// Detect page meta
|
// Detect page meta
|
||||||
let meta = Regex::split_simple(
|
let meta = Regex::split_simple(
|
||||||
r"^(\d+)?\s([\w]+\/[\w]+)?",
|
r"^(\d+)?\s([\w]+\/[\w]+)?",
|
||||||
data,
|
&data,
|
||||||
RegexCompileFlags::DEFAULT,
|
RegexCompileFlags::DEFAULT,
|
||||||
RegexMatchFlags::DEFAULT,
|
RegexMatchFlags::DEFAULT,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue