oiwn

Results 7 issues of oiwn

https://github.com/lorien/crawler/blob/master/crawler/base.py#L86 `init_hook` method called inside `__init__` So for instance if you're doing some work (db calls etc.) inside `init_hook` there is no way to change class attributes before calling init...

Would be nice to have something like pre/post request hooks, for instance to detect if request is banned by host, page does not match defined rules, to save some counters...

Implement cache backends like for grab. Sometimes it's really useful.

### Step 1: Provide a summary of your problem when i load my tmuxp session ```bash tmuxp load . ``` it print annoying `%` symbol on each window ``` %...

bug
cannot-reproduce

Trying to install dash docsets using `helm-dash-install-docstes` got error ``` Contacting host: api.github.com:443 helm-dash-available-docsets: Wrong type argument: integer-or-marker-p, nil ``` what could be wrong?

url not in self.collected_profiles ``` if url not in self.collected_profiles: File "pybloomfilter.pyx", line 210, in pybloomfilter.BloomFilter.__contains__ (src/pybloomfilter.c:4028) TypeError: expected bytes, str found ```

There is ImageField missed, so it's just not displayed in admin interface.