Adrián Chaves

Results 122 issues of Adrián Chaves

There are different aspects of cookie handling in Scrapy that we should improve. This issue aims to centralize a set of improvements that could be addressed as part of a...

enhancement
gsoc-candidate

From @Granitosaurus at https://github.com/scrapy/parsel/issues/25#issuecomment-727887878: > Not to derail this but I'd argue that implementing JSONpath[1] would actually be more fitting for parsel as it is xpath like. For example Jmespath...

enhancement

``` WARNING: unknown mimetype for _static/multiroot.html, ignoring WARNING: unknown mimetype for _static/selectors-sample1.html, ignoring ```

bug
docs

Changes: - A new module, ``parsel.parser``, hosts two new classes: ``HTMLParser`` and ``XMLParser``. These classes have a single, common method, ``parse``. They are wrappers for the corresponding ``lxml`` parsers. -...

enhancement

…make the use of TranslatorMixin.xpath_pseudo_element explicit https://lgtm.com/rules/7860084/

enhancement

Given: ``` >>> from parsel import Selector >>> sel = Selector(text=u""" ... ... Hello, Parsel! ... ... """) ``` For text, you get: ``` >>> subsel = sel.css('h1::text') >>> subsel...

enhancement
upstream issue

I’ve found reproducible steps to, using KDevelop, get a cryfs-mounted directory to make apps freeze when trying to interact with its contents. ## Steps to Reproduce the Problem 1. Create...

As part of https://github.com/scrapy-plugins/scrapy-splash/pull/269, the `url` parameter to `SplashRequest` is no longer optional. @elacuesta noticed that this is a backward-incompatible change. Moreover, the upcoming Scrapy 2.4 will make this change...