[comments.py] Added new source_url column
This commit is contained in:
parent
3d32ab6054
commit
1acf5c2106
@ -6,10 +6,10 @@ from scrapy.http import FormRequest
|
||||
from fbcrawl.items import FbcrawlItem
|
||||
|
||||
class FacebookSpider(scrapy.Spider):
|
||||
"""
|
||||
'''
|
||||
Parse FB pages (needs credentials)
|
||||
"""
|
||||
name = "fb"
|
||||
'''
|
||||
name = 'fb'
|
||||
custom_settings = {
|
||||
'FEED_EXPORT_FIELDS': ['source','shared_from','date','text', \
|
||||
'reactions','likes','ahah','love','wow', \
|
||||
|
Loading…
Reference in New Issue
Block a user