Last active
August 19, 2024 04:18
-
-
Save 9214/4b8d66800bfdebd6a4f2f00258f6cfc0 to your computer and use it in GitHub Desktop.
The world's smallest web scraper.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Red [ | |
Title: "A Parse-based port of Michael Gilliland's web scraper" | |
Author: @9214 | |
Date: 16-Oct-2020 | |
Link: https://youtu.be/HDMa4gcgEgI | |
] | |
page: read-thru/binary to url! system/script/args | |
link: [copy match [ahead https:// url!]] | |
rule: [collect any [link keep (to url! match) | skip]] | |
parse page rule |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example: