Skip to content

readability drops some <h5> content  #65

@clockfly

Description

@clockfly

link:

https://webscraping.ai/faq/colly/how-do-i-handle-redirects-in-colly

after paring

...

 adjusting Colly's redirect handling settings, you can ensure that your web scraper behaves exactly as needed when encountering redirects during the scraping process.

            Related Questions
  !!!!!!!! HERE SOME h5 part text is missing !!!!!!!!

missed part:

seems h5 tag is not kept after readability parsing.

<h2 class="mt-5">Related Questions</h2>

      <div class="card mb-3">
        <div class="card-body">
          <h5 class="card-title mb-0"><a href="/faq/colly/how-can-i-integrate-colly-with-a-database-to-store-scraped-data">How can I integrate Colly with a database to store scraped data?</a></h5>
        </div>
      </div>
      <div class="card mb-3">
        <div class="card-body">
          <h5 class="card-title mb-0"><a href="/faq/colly/is-it-possible-to-scrape-images-or-files-with-colly">Is it possible to scrape images or files with Colly?</a></h5>
        </div>
      </div>
      <div class="card mb-3">
        <div class="card-body">
          <h5 class="card-title mb-0"><a href="/faq/colly/how-do-i-use-colly-s-callback-functions-effectively">How do I use Colly&#39;s callback functions effectively?</a></h5>
        </div>
      </div>
</div>
image

expected behavior

expect h5 tag to be kept.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions