diff options
| author | demo <demo@antix1> | 2026-05-28 16:43:29 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-28 16:43:29 -0400 |
| commit | 828562584138f27f4b75209dcf665a5033bd0881 (patch) | |
| tree | 0c17deb8bcf246d0e15ca42f2d7dc5a5c0ec78a6 | |
| parent | 0d4e903fef12b5ed7d79cc097f3b18d2869ada29 (diff) | |
chore: add urls.csv shortcodes file
This file contains convenient shortcode mappings to eliminate the need
to remember URLs I scrape frequently for testing purposes.
| -rw-r--r-- | urls.csv | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/urls.csv b/urls.csv new file mode 100644 index 0000000..0cf70f0 --- /dev/null +++ b/urls.csv @@ -0,0 +1,8 @@ +shortcode,url +fantasy,learnwebscraping.dev/practice/ecommerce/ +wikipedia,en.wikipedia.org/wiki/Main_Page +scrapethissite,www.scrapethissite.com/pages/ +json,jsonplaceholder.typicode.com +httpbin,httpbin.org +webscraper,webscraper.io/test-sites +quotes,quotes.toscrape.com |
