Traceback (most recent
call
last):
File
"D:/code/github/kuaishou-crawler/crawl.py"
, line 23,
in
<module>
crawl()
File
"D:/code/github/kuaishou-crawler/crawl.py"
, line 19,
in
crawl
crawler.crawl()
File
"D:\code\github\kuaishou-crawler\lib\crawler.py"
, line 73,
in
crawl
self.__crawl_user(uid)
File
"D:\code\github\kuaishou-crawler\lib\crawler.py"
, line 113,
in
__crawl_user
self.__crawl_work(dir, works[j], j + 1)
File
"D:\code\github\kuaishou-crawler\lib\crawler.py"
, line 167,
in
__crawl_work
v_url = re.search(pattern, html).
group
(1)+
".mp4"
AttributeError:
'NoneType'
object has no attribute
'group'