Open argium opened 1 year ago
That first image seems to be lazy-loaded, this worked for me on Ubuntu using Chromium:
chromium --headless --window-size=1920,1080 --incognito --dump-dom https://meatsmith.com.au/blogs/recipes/a-comforting-beef-stroganoff | monolith - -I -b https://meatsmith.com.au/blogs/recipes/a-comforting-beef-stroganoff -o "Meatsmith - A COMFORTING BEEF STROGANOFF.html"
Monolith does not correctly save some images from this URL. The image's URL contains
%width%
instead of900
which returns a 404. Does this need to be piped from headless chromium?URL: https://meatsmith.com.au/blogs/recipes/a-comforting-beef-stroganoff
Command
monolith.exe -I -o "Meatsmith - A COMFORTING BEEF STROGANOFF.html" https://meatsmith.com.au/blogs/recipes/a-comforting-beef-stroganoff
Expected
Actual
Output: