osint-dashboard/news/scraper/newsScraper/items.py

13 lines
267 B
Python
Raw Normal View History

# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class NewsscraperItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass