scraper
scraper copied to clipboard
Dom Nodes closes prematurely on recursion
While traversing, the html tags were malformed on both while and for loops.
you can see the example at: the body and other nested tags closed unexpectedly,
https://github.com/SycaPerse/sytags/blob/main/src/bin/sytree.rs
can you please look into it?