root/examples/experimental/imdb/imdb/items.py
@
1934:de2fcdd683dc
| Revision 1934:de2fcdd683dc, 284 bytes (checked in by Rolando Espinoza La fuente <darkrho@…>, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | # Define here the models for your scraped items |
| 2 | # |
| 3 | # See documentation in: |
| 4 | # http://doc.scrapy.org/topics/items.html |
| 5 | |
| 6 | from scrapy.item import Item, Field |
| 7 | |
| 8 | class ImdbItem(Item): |
| 9 | # define the fields for your item here like: |
| 10 | # name = Field() |
| 11 | title = Field() |
| 12 | url = Field() |
Note: See TracBrowser
for help on using the browser.
