-
У меня есть сомнения по поводу того, как работает обработчик ошибок.
![image](https://user-images.githubusercontent.com/459389/35406563-4a8ec1dc-021a-11e8-82a2-77ce20ecddf3.png)
Допустим, `concu…
-
https://github.com/hellock/icrawler/blob/1d70132eda2652bf2036f1696ea994a4b7bfc297/icrawler/downloader.py#L45
-
```
from imapclient import IMAPClient
server = IMAPClient('imap-mail.outlook.com', port=993, use_uid=True, ssl=True)
```
Barfs like so:
```
$ python3 foo.py
Traceback (most recent call las…
-
Hey, I tried to run the `Google example` but got the following error
`Traceback (most recent call last):
File "google.py", line 1, in
from icrawler.builtin import BaiduImageCrawler, BingIm…
-
Hi there,
first of all: keep up the good work! I really like icrawler. :)
I'm currently trying to use the `GoogleImageCrawler`, but want to subsitute the downloader class. I tried overwriting it…
-
Hi, thanks for the great package!
I am trying to get minimum and maximum date working for Google Image Search. My minimum example
```python
from icrawler.builtin import GoogleImageCrawler
from…
-
Just curious on if people have their IP blacklisted by google by using this and tips to avoid it, eg max number of requests in X amount of time? What measures does the crawler already take in this reg…
-
Hello, is it possible to setup a prefix for the files generates by the `google\bing\flicker` downloder?
for example file can start `google_0001.jpg` or something like that
thanks
-
I found that phantomjs returns -1 status code on some url.
(but connected properly)
I set a Breakpoint on CmdGrabber to figure out the problem.
URLs returning -1 status code didn't make any out…
-
I tried to used the built-in crawler to crawl images from google. I have a list of keywords to crawl and the crawler works well with most of the keywords. I only changed the keyword for searching, and…