Commit 9c0cf894 authored by litaolemo's avatar litaolemo

update

parent 7edb7b21
......@@ -186,7 +186,7 @@ def single_thead(processe,name):
crawler = get_crawler(platform)()
for single_data in crawler.releaser_page_by_time(start_time=start_time,
end_time=int(now.timestamp() * 1e3), url=releaser_body["releaserUrl"],
allow=allow,**kwargs_dict,proxies_num=proxies_num):
allow=allow,proxies_num=proxies_num,**kwargs_dict):
count_has = True
video_time = single_data.get("release_time")
if video_time:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment