Santhosh Solomon

Results 8 comments of Santhosh Solomon

@roniemartinez I would like to start with this issue. But I could not completely understand the structure of the code base. Is there any document or architecture diagram to start...

> @FluffyDietEngine All of the scrapers are using `ScraperAbstract` https://github.com/roniemartinez/dude/blob/master/dude/base.py#L433 > > For this feature, you also need to modify the following: > > 1. Playwright's `launch()`: https://github.com/roniemartinez/dude/blob/6d846aad770dc2afb36785e406dfff47a68fdef2/dude/playwright_scraper.py#L170 > 2....

@roniemartinez I am going through the code. Firstly, hats off. The thought process for the `ScraperAbstract` class is so inspiring. While working on this issue, I came across few questions...

@roniemartinez Apologies for the delayed response. Been busy with some work. I want to resume here. And I am seeing pretty much of changes and kind of lost in the...

In my opinion it is adding one more layer of complication by adding a framework like scrapy into a framework.

Looks like the issue is from underlying pendulum parser. ``` Python 3.11.5 (main, Aug 24 2023, 12:23:19) [Clang 15.0.0 (clang-1500.0.40.1)] on darwin Type "help", "copyright", "credits" or "license" for more...

In my opinion, this is a great translation. But there are no words for programming code, computer terminal in tamil, which has been translated with different context here. For example,...

@alejsdev I believe still the [problem](https://github.com/tiangolo/fastapi/pull/5500#issuecomment-1475062330) exists in many places. Would not recommend to merge the PR.