From 7b56d911b7de57d1f4bbaf1ce94ba5b909a0847f Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 27 Feb 2014 14:48:59 +0100 Subject: Update to use new URLs. --- fetch-scraper-sources | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fetch-scraper-sources') 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 -- cgit v1.2.3