| Conditions | 1 |
| Total Lines | 5 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | # -*- coding: utf-8 -*- |
||
| 14 | def __init__(self, check_items): |
||
| 15 | self.check_items = check_items |
||
| 16 | self.base_url = "https://api.juejin.cn/" |
||
| 17 | self.headers = { |
||
| 18 | "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) " |
||
| 19 | "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36" |
||
| 56 |