This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Define here the models for your scraped items | |
# | |
# See documentation in: | |
# https://doc.scrapy.org/en/latest/topics/items.html | |
# | |
# -*- coding: utf-8 -*- | |
# Define here the models for your scraped items |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */ | |
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block} | |
audio,canvas,video{display:inline-block;*display:inline;*zoom:1} | |
audio:not([controls]){display:none;height:0} | |
[hidden]{display:none} | |
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%} | |
html,button,input,select,textarea{font-family:sans-serif} | |
body{margin:0} | |
a:focus{outline:thin dotted} | |
a:active,a:hover{outline:0} |