Last-child is not supported on SwiftSoup, but nth-last-child is. Therefore, sources must use nth-child or nth-last-child instead of the first-child and last-child aliases. Signed-off-by: kingbri <bdashore3@gmail.com>