aboutsummaryrefslogtreecommitdiffstats
path: root/fetch-scraper-sources
diff options
context:
space:
mode:
Diffstat (limited to 'fetch-scraper-sources')
-rwxr-xr-xfetch-scraper-sources8
1 files changed, 4 insertions, 4 deletions
diff --git a/fetch-scraper-sources b/fetch-scraper-sources
index e97e418..0afea10 100755
--- a/fetch-scraper-sources
+++ b/fetch-scraper-sources
@@ -2,10 +2,10 @@
# Should find quicker way to find scrapers
scrapers="$( (
- GET https://scraperwiki.com/tags/postjournal
- GET https://scraperwiki.com/tags/postjournal?page=2
- GET https://scraperwiki.com/tags/postjournal?page=3
- GET https://scraperwiki.com/tags/postjournal?page=4
+ GET https://classic.scraperwiki.com/tags/postjournal
+ GET https://classic.scraperwiki.com/tags/postjournal?page=2
+ GET https://classic.scraperwiki.com/tags/postjournal?page=3
+ GET https://classic.scraperwiki.com/tags/postjournal?page=4
) | grep owner | rev | cut -d/ -f3 | rev)"
mkdir -p scrapersources