Skip to content

Commit

Permalink
tccc utf-8 json
Browse files Browse the repository at this point in the history
  • Loading branch information
y12studio committed Oct 1, 2014
1 parent 8c5c972 commit 44b8438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crawler/tccc/tccc/settings.py
Expand Up @@ -12,9 +12,9 @@
NEWSPIDER_MODULE = 'tccc.spiders'
LOG_FILE = 'log.txt'

#FEED_EXPORTERS = {
# 'json': 'tccc.pipelines.UnicodeJsonItemExporter',
#}
FEED_EXPORTERS = {
'json': 'tccc.pipelines.UnicodeJsonItemExporter',
}

# Crawl responsibly by identifying yourself (and your website) on the user-agent
#USER_AGENT = 'taipei (+http://www.yourdomain.com)'

0 comments on commit 44b8438

Please sign in to comment.