I don't think I specifically got blocked. I haven't done anything to get around scraping restrictions like setting a fake User-Agent. If a website doesn't want to be scraped I'll just use inspect element.
Some other current limitations:
- Might miss items in a SPA that loads additional assets outside the initial html
- Misses images/SVG's that are loaded with external css with background:url(...);
In Firefox: Cmd/Ctrl-I, click the Media tab, find the image you want and click Save As. This works even on sites that try to prevent media from being saved (by blocking referrer-less loads, etc.).
19 comments
[ 3.2 ms ] story [ 53.7 ms ] threadThe web page says nothing about what it does. The <title> says "ful.co - a svelte and sveltekit related blog and agency". Very confusing.
Add the HN title to the web page?
Some other current limitations:
- Might miss items in a SPA that loads additional assets outside the initial html - Misses images/SVG's that are loaded with external css with background:url(...);
Thanks! Saves me the chore of opening the Network tab on the inspector to manually do this stuff.
And of course ImageMagick to easily convert images to different formats.
Works: https://ful.co/https://www.apple.com
Won't work: https://ful.co/www.apple.com