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
from w3lib.html import replace_escape_chars | |
import scrapy, json | |
from ..utils import cookie_parse | |
class InstaSpider(scrapy.Spider): | |
name = 'insta' | |
allowed_domains = ['www.instagram.com'] | |
# start_urls = ['http://www.instagram.com/'] | |
headers = { | |
"x-asbd-id": 198387, |