mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-01 08:27:46 +00:00
Add .zip to gitignore
This commit is contained in:
parent
75eca93f0d
commit
ba6a61f85f
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ config.json
|
||||||
obj/
|
obj/
|
||||||
*.user
|
*.user
|
||||||
dalamud/Auracite/bin
|
dalamud/Auracite/bin
|
||||||
|
*.zip
|
||||||
|
|
|
@ -76,7 +76,6 @@ pub fn parse_lodestone(data: &str) -> CharacterData {
|
||||||
{
|
{
|
||||||
let re = Regex::new(r"([^<]+)<br>([^\/]+)\s\/\s(\W)").unwrap();
|
let re = Regex::new(r"([^<]+)<br>([^\/]+)\s\/\s(\W)").unwrap();
|
||||||
let inner_html = block_name.inner_html();
|
let inner_html = block_name.inner_html();
|
||||||
dbg!(&inner_html);
|
|
||||||
let captures = re.captures(&inner_html).unwrap();
|
let captures = re.captures(&inner_html).unwrap();
|
||||||
|
|
||||||
char_data.race =
|
char_data.race =
|
||||||
|
|
Loading…
Add table
Reference in a new issue