pyspider icon indicating copy to clipboard operation
pyspider copied to clipboard

A Powerful Spider(Web Crawler) System in Python.

Results 113 pyspider issues
Sort by recently updated
recently updated
newest added

updating requests packages to 2,31,0 to resolve vulnerability ![image](https://github.com/binux/pyspider/assets/81183603/6e1305d3-4e1d-4756-9f07-a178bf68fa1a)

* pyspider version: 0.3.10 & 0.4.0 * Operating system: macos 14.0 (M1) * Start up command: pyspider ### Can't pickle : it's not the same object as pyspider.run.cli $ pyspider...

* pyspider version: 0.3.10 * Operating system: MacOS 12.6.3 * Start up command: pyspider ### Expected behavior WebUI should be coming up next ### Actual behavior WebUI exiting... ### How...

$ pyspider -h `Traceback (most recent call last): File "/home/usr/.local/bin/pyspider", line 5, in from pyspider.run import main File "/home/usr/.local/lib/python3.8/site-packages/pyspider/run.py", line 231 async=True, get_object=False, no_input=False): ^ SyntaxError: invalid syntax` How to...

大家都是用谁家服务器安装的? ---- ERROR: Cannot install pyspider==0.3.0, pyspider==0.3.1, pyspider==0.3.10, pyspider==0.3.2, pyspider==0.3.3, pyspider==0.3.4, pyspider==0.3.5, pyspider==0.3.6, pyspider==0.3.7, pyspider==0.3.8 and pyspider==0.3.9 because these package versions have conflicting dependencies. The conflict is caused by: pyspider...

I've tried chrome, firefox on both Win 10 and Mac pyspider version 0.3.9 ![image](https://user-images.githubusercontent.com/3040410/30902865-74946e84-a39f-11e7-80d1-c8416ad8ba96.png) ![image](https://user-images.githubusercontent.com/3040410/30902869-7b73134a-a39f-11e7-8b62-24188f1c3d39.png)

### What happened? There are 1 security vulnerabilities found in lxml 4.3.3 - [MPS-2022-14974](https://www.oscs1024.com/hd/MPS-2022-14974) ### What did I do? Upgrade lxml from 4.3.3 to 4.9.1 for vulnerability fix ### What...

### What happened? There are 1 security vulnerabilities found in tornado 4.5.3 - [CVE-2018-1000518](https://www.oscs1024.com/hd/CVE-2018-1000518) ### What did I do? Upgrade tornado from 4.5.3 to 5.1 for vulnerability fix ### What...

Remedied a bunch of pylint warnings, deprecated modules, simplification of conditional statements and more.