dart_web_scraper/parsers/image_parser library

Functions

imageParser({required Parser parser, required Data parentData, required Map<String, Object> allData, required bool debug}) Data?
Extracts image src URLs from HTML img elements Returns Data object with image URL or null if not found
imgHandler(Parser parser, Element source, {required String selectr}) Object?
Handles image extraction by finding img element and extracting src attribute Returns image URL string or null if not found