Yanlong Wang

Results 61 comments of Yanlong Wang

~This website should be using some kind of anti-spider technique, where it would proactively close itself, failing the fetch process.~ Sorry, I take that back. Indeed seems to be a...

This was the behaviour of the turndown default rule. Now it should be better. https://github.com/jina-ai/reader/commit/ee008ebe10a172a31228d42e92d70bba45b5fd72

The current implementation should already support multiple target selectors. This could be achieved by passing multiple `X-Target-Selector` headers. And it will automatically ~~`X-Wait-For`~~ `X-Wait-For-Selector` ALL the selectors. This has a...

@MaSchVam No in that case please pass a single `x-target-selector` header and use `,`(without spaces) to seperate multiple selects. If there are multiple `x-target-selector` headers and any one of the...

@MaSchVam If you only specify `x-target-selector`, then `x-wait-for-selector` will take the value of your specified `x-target-selector`. You can also specify `x-wait-for-selector` explicitly, then only your specified `x-wait-for-selector` will be waited...

Resources on this page are lazy-loaded. Also, the gist iframes use table for layout, so it cannot be transformed into a `code` block or to a typical markdown table. We...

One of the dependencies had some issues with this particular site. See 4400bef95b328beef16cbec9a1d3cd187ff8d5ff. After the fix: ``` curl https://r.jina.ai/https://www.basspro.com/l/decoys/ -H 'x-timeout: 30' ```

Hi, @koalahbh We recently introduced some options to control some aspects of the resulting markdown. You can try with an additional `X-Md-Heading-Style: atx` and see if it would fix the...

We are using [turndown](https://github.com/mixmark-io/turndown) for HTML to Markdown transformation. Whether h1/h2 gets transformed into `##` or `==`/`--` can be configured with turndown, but we have not customized this option and...

Hi @seanbetts Can you provide a code snippet demonstrating your use case of Reader when this issue occurred? We need the exact featureset to diagnose. You can omit the authorization...