xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
620 stars 57 forks source link

Temporary fix for uc@3.1.x and py310 #85

Closed Meodinger closed 2 years ago

Meodinger commented 2 years ago

undetected_chromedriver两个月前发布了3.1.0,downloader不能在此版本下正常工作; 如果pip指定安装3.0.4,又可能会因为用户使用的是Py3.10,而Python 3.10废弃了collections.Mapping等使得uc不能正常工作。 目前简单的解法就是使用uc._compat,即uc#3.1.x以前的uc v1。 当然,更好的解法是使用v2的api。