philborman

Results 5 comments of philborman

The problem is in builtin/google.py replace the parse function around line 148 with this... def parse(self, response): soup = BeautifulSoup( response.content.decode('utf-8', 'ignore'), 'lxml') images = soup.find_all(name='img') uris = [] for...

The downloading error is easy to fix, Just add this line before uris.append if 'images/branding/' not in img['src']: On Mon, 19 Dec 2022, 20:45 Julian Freyberg, ***@***.***> wrote: > I...

I think maybe there is another API? This company has WhatsApp messaging with group support, don't know what API they use... https://green-api.com/en/ Thanks for looking into this. On Wed, 26...

That's a lazylibrarian config message, you need to configure some column names. See https://lazylibrarian.gitlab.io/config_calibre_sync/

A bit late, this is an old thread, but after building/installing libunrar with make lib; make install-lib you might also need to run ldconfig so it finds the new library