From aa84ea74af30b388221244b944239e85ea689db2 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 13 Jul 2012 13:22:00 +0200 Subject: Clean up source. --- fetch-scraper-sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetch-scraper-sources') diff --git a/fetch-scraper-sources b/fetch-scraper-sources index 6465ea3..e97e418 100755 --- a/fetch-scraper-sources +++ b/fetch-scraper-sources @@ -1,11 +1,11 @@ #!/bin/sh -scrapers="postliste-python-lib postliste-ballangen" - +# 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 ) | grep owner | rev | cut -d/ -f3 | rev)" mkdir -p scrapersources -- cgit v1.2.3