Detect HTML Tags, Attributes and Attribute Values

  • + 1 comment

    try find_all_next instead of find_all, or if that still modifies the order after finding them, just loop over find_next and deal with them in order