Alaric

Results 3 issues of Alaric

* Commit f041e3932e27a6b2c266b8fa9cdb2855cf956b18 introduced an error: Since `id` is not defined as a member of `MainHandler` in `Ignaleo.py` after the commit, the code below would raise error. > voter=Voter(proxy,worker_loop,localsession,id=self.id) *...

bug
fixed

~~我为什么要闲的蛋疼去抓动态接口~~ 综述:`/dynamic_svr/v1/dynamic_svr/dynamic_num`接口是关于动态的一系列接口的整合体。 结合web版,目前抓到了这几个: ## 获取整个动态页 此时的query: uid:用户uid type:动态的类型,如下图所示 ![image](https://user-images.githubusercontent.com/36405110/56914525-e47e1000-6ae6-11e9-949b-485dc2a6f9af.png) 各动态栏目有各自固定的type |栏目|type参数的值| |---|---| |全部|268435455| |追番|512| |专栏|64| |小视频|16| |投稿视频|8| |图片|2| 返回的是一个如下的描述动态页面内容的json。 ```json { "code": 0, "msg": "", "message": "", "data": { "new_num":...

![image](https://user-images.githubusercontent.com/36405110/66249878-f9815e00-e76c-11e9-859b-eef212935694.png) ![image](https://user-images.githubusercontent.com/36405110/66249881-0b630100-e76d-11e9-88a8-e2bda2361436.png)