This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
class SpyderController:
def getBilibiliVideoList(self,videoCount,threadCount,waitTime):
"""
整个爬虫的调用程序
:param videoCount: 爬取的视频数量,若不限制可设置为999
:param threadCount: 爬取的线程并发数量
:param waitTime:float: 每个线程的等待时间,单位秒(避免爬取过快)
:return: list[BilibiliVideo] 返回处理完成后的videoList