Skip to content

Commit

Permalink
初始导入
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 1, 2019
1 parent c23c4d1 commit fd458d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sina_scrapy/spiders/sina_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def __init__(self):
}

self.cookies = {
'SCF': 'Al6oYEOIHG6uNyht6TbHJp7SLcrD339k-BxY3pGt5lGPZyZ3AzUo06ViWBPnaNv0KmkdfjZM2l-Om8g7ID6QdLQ.',
'SUB': '_2A25wERk0DeRhGeVG7FcZ9yvPzT-IHXVT_ad8rDV6PUJbkdAKLRbSkW1NT5gs2CiaURmtMaZbhWzmdEvfYno07yQM',
'SUHB': '0JvgjOCg8alBIo',
'_T_WM': 80799919764
'SCF': 'XXXXXXXXXXXXXXXXXXXXXX',
'SUB': 'XXXXXXXXXXXXXXXXXXXXXXXXX',
'SUHB': 'XXXXXXXXXX',
'_T_WM': 0000000000000
}

def start_requests(self):
Expand Down

0 comments on commit fd458d2

Please sign in to comment.