Skip to content

Commit

Permalink
Create items.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acredjb authored Aug 22, 2018
1 parent 74272ba commit 031313e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions items.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# -*- coding: utf-8 -*-

# Define here the models for your scraped items
#
# See documentation in:
# https://doc.scrapy.org/en/latest/topics/items.html

import scrapy


class PeilvItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()

cc = scrapy.Field()#changci
odd = scrapy.Field()#oddset
li = scrapy.Field()#libo
b5 = scrapy.Field()#bet365
inte = scrapy.Field()#interwetten
wl = scrapy.Field()#weilian
w = scrapy.Field()#weide
ao = scrapy.Field() # aomen
b10 = scrapy.Field()#10bet
res = scrapy.Field()#result
bstype = scrapy.Field()#bisaitype

0 comments on commit 031313e

Please sign in to comment.