Créatio de l'item video
parent
2b0dfcd99e
commit
b27272d3a8
|
|
@ -8,7 +8,12 @@
|
||||||
import scrapy
|
import scrapy
|
||||||
|
|
||||||
|
|
||||||
class CinemscraperItem(scrapy.Item):
|
class video(scrapy.Item):
|
||||||
# define the fields for your item here like:
|
titre = scrapy.Field()
|
||||||
# name = scrapy.Field()
|
sousTitre = scrapy.Field()
|
||||||
|
description = scrapy.Field()
|
||||||
|
urlVideo = scrapy.Field()
|
||||||
|
urlCF = scrapy.Field()
|
||||||
|
dateUpload = scrapy.Field()
|
||||||
|
tags = scrapy.Field()
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue