Brendan Carpio

Results 10 comments of Brendan Carpio

I just wanted to add some new data that might make this feature more attainable. I read an [article](https://www.benawad.com/scraping-recipe-websites/) that talks about how google implements their cards for recipes. Some...

I suppose I should contribute my quick script too! I'm more of a terminal guy so I wrote a quick python script to convert a recipe into markdown that can...

I took a gander at this one. The website is very nicely designed in the asthetic sense, but unfortunately looks like it uses some blogger software that doesn't use any...

I'm going to add some random slightly thought out things: - Remove schema based scrapers that have no overloads: They generate no value since they use the default schema implementation,...

> Let's try to remember to apply changes like this to the template scraper early in the process -- that way we get ahead of additional incoming scrapers As in...

I'd like to take a stab at the networking code. I've got a couple of ideas ranging from lazily adding a callback to writing some terrible `XFactoryFactory` OOP code.

I'll admit, I haven't worked on this repo in a long time. I'll be quite busy the next couple months as well. Funny how life challenges your priorities. Yes, I...

[`extruct`](https://github.com/scrapinghub/extruct) seems to already incorporate `mf2py` within it. However, I'm not familiar with the package or this repo enough to say whether it's being used in a way that incorporates...

> What do you do when there are multiple formats like this? Especially one with the format such as the old version. You may want to check on the [farmhousedelivery](https://github.com/hhursev/recipe-scrapers/blob/master/recipe_scrapers/farmhousedelivery.py)...

> Wayback If we do something like this, I don't think we should run this check or more than once a month. I'd even say lets give us closer to...