Extracts data from the given HTML using this selector
List<String> extract(String html) { final document = html_parser.parse(html); return extractFromDocument(document); }