spider_world icon indicating copy to clipboard operation
spider_world copied to clipboard

🕷spider world with me

Results 6 spider_world issues
Sort by recently updated
recently updated
newest added

类似这样~ https://blog.csdn.net/weixin_44918243/article/details/100289927

``` python3 douyin_crawl.py Traceback (most recent call last): File "douyin_crawl.py", line 342, in douyin.grab_comment_main(aweme_id, 0) File "douyin_crawl.py", line 157, in grab_comment_main has_more = self.__grab_comment(aweme_id, upvote_bound) File "douyin_crawl.py", line 216, in...

None Traceback (most recent call last): File "video_download_run.py", line 38, in douyin_crawl.grab_user_media(sys.argv[-1], "USER_LIKE") File "../www_douyin_com/spiders/douyin_crawl.py", line 110, in grab_user_media hasmore, max_cursor = self.grab_video(user_id, action, content) File "../www_douyin_com/spiders/douyin_crawl.py", line 141, in...

__init__() missing 1 required positional argument: 'token'

![douyin_error01](https://user-images.githubusercontent.com/11832667/56075896-3b53cc00-5dfc-11e9-9963-5eb95882ac51.png) ![douyin_error02](https://user-images.githubusercontent.com/11832667/56075899-40b11680-5dfc-11e9-8496-a9990ea51b6b.png) 请帮助解决一下,另外此爬虫系统可以把下载短视频部分的代码改造成多进程或者协程吗?

``` python video_download_run.py -m -upost 58065297584 Traceback (most recent call last): File "video_download_run.py", line 11, in from www_douyin_com.spiders.douyin_crawl import DouyinCrawl File "..\www_douyin_com\spiders\douyin_crawl.py", line 4, in from backports import csv ModuleNotFoundError:...