Last active
August 19, 2024 04:18
-
-
Save 9214/4b8d66800bfdebd6a4f2f00258f6cfc0 to your computer and use it in GitHub Desktop.
Revisions
-
9214 revised this gist
Mar 30, 2024 . No changes.There are no files selected for viewing
-
9214 revised this gist
Mar 30, 2024 . No changes.There are no files selected for viewing
-
9214 revised this gist
Oct 16, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ Red [ Title: "A Parse-based port of Michael Gilliland's web scraper" Author: @9214 Date: 16-Oct-2020 Link: https://youtu.be/HDMa4gcgEgI -
9214 revised this gist
Oct 16, 2020 . No changes.There are no files selected for viewing
-
9214 revised this gist
Oct 16, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,6 @@ Red [ 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 -
9214 revised this gist
Oct 16, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,6 @@ Red [ ] page: read-thru/binary to url! system/script/args link: [copy match [ahead https:// url!]] parse page [collect any [link keep (to url! match) | skip]] -
9214 revised this gist
Oct 16, 2020 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,11 @@ Red [ Title: "The world's smallest 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!] (take/last match)] parse page [collect any [link keep (to url! match) | skip]] -
9214 created this gist
Oct 16, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ Red [ Title: "The world's smallest web scraper" Author: @9214 File: %scrape.red Date: 16-Oct-2020 Link: https://youtu.be/HDMa4gcgEgI ] link: [copy match [ahead https:// url!] (take/last match)] parse read-thru/binary to url! system/script/args [ collect any [link keep (to url! match) | skip] ]