|
@@ -9,7 +9,7 @@ class WebDouYin:
|
9
|
9
|
self.proxies = {
|
10
|
10
|
}
|
11
|
11
|
def get_signature(self,url=None,method='_signature'):
|
12
|
|
- with open('signature.js', 'r', encoding='utf-8') as f:
|
|
12
|
+ with open('/mnt/shop_live_scraper/signature.js', 'r', encoding='utf-8') as f:
|
13
|
13
|
b = f.read()
|
14
|
14
|
|
15
|
15
|
c = execjs.compile(b)
|