diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-02-27 14:48:59 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-02-27 14:51:44 +0100 |
commit | 7b56d911b7de57d1f4bbaf1ce94ba5b909a0847f (patch) | |
tree | 00eb4fd48aa51a52af1791f1465da8d0e8cded40 | |
parent | 07341ea71f0c84565279a46aeb83cec1386afbb8 (diff) |
Update to use new URLs.
-rwxr-xr-x | fetch-scraper-sources | 8 |
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 |