(self,str)
| 85 | result['total'] = 999999 |
| 86 | return result |
| 87 | def cleanSpace(self,str): |
| 88 | return str.replace('\n','').replace('\t','').replace('\r','').replace(' ','') |
| 89 | def detailContent(self,array): |
| 90 | aid = array[0] |
| 91 | url = "https://api.bilibili.com/x/web-interface/view?aid={0}".format(aid) |
nothing calls this directly
no outgoing calls
no test coverage detected