Skip to content

Commit

Permalink
boston news URL updates per Joel A.
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkp committed Oct 14, 2010
1 parent 149e262 commit 1bec813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion obdemo/bin/import_boston_news.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python seeclickfix_retrieval.py || die
#python bpdnews_retrieval.py || die

# more feeds from Joel. Local blog news:
python add_news.py "http://search.boston.com/search/api?q=*&sort=-articleprintpublicationdate&scope=blogs&count=400&subject=massachusetts&format=atom"
python add_news.py "http://search.boston.com/search/api?q=*&sort=-articleprintpublicationdate&scope=blogs&count=250&subject=massachusetts&format=atom"


echo Adding building permits...
Expand Down
2 changes: 1 addition & 1 deletion obdemo/obdemo/scrapers/add_news.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main(argv=None):
if argv:
url = argv[0]
else:
url = 'http://search.boston.com/search/api?q=*&sort=-articleprintpublicationdate&subject=boston&scope=bonzai'
url = 'http://search.boston.com/search/api?q=*&sort=-articleprintpublicationdate&subject=massachusetts&scope=bonzai'
schema = 'local-news'

try:
Expand Down

0 comments on commit 1bec813

Please sign in to comment.