# -*- coding: utf-8 -*-
import logging
SITES_FOR_PARSING = {
'http://www.tmz.com/': [
'//div[@class="featured-stories-widget"]//a[@class="hover-text has-adid"]',
],
# 'http://www.gossipcop.com/': [
#
# ],
# 'http://radaronline.com/': [
#
# ],
# 'http://hollywoodlife.com/': [
#
# ],
# 'http://rumorfix.com/': [
#
# ],
# 'http://www.usmagazine.com/': [
#
# ]
}
THREADS_COUNT = 5
LOGGING_LEVEL = logging.DEBUG