Ruben Borg Nielsen · @eldamir
36 followers · 306 posts · Server hachyderm.io

Gotta say working with () is scary. The Open XML Sdk is so low level with no guard rails. Must understand all of the underlying XML to be able to do anything meaningful, so what’s the point? And all the libraries I’ve looked at doesn’t support what I want to do.
At this point, I’m taking a swing at processing the XML by hand with . Seems to do the trick 😅

#openxml #OOXML #beautifulsoup4

Last updated 1 year ago

retiolus · @retiolus
826 followers · 4692 posts · Server mamot.fr

@okwithmydecay maybe we could use for that...?

#beautifulsoup4

Last updated 1 year ago

Brian :fedora: :python: · @bpepple
225 followers · 1472 posts · Server fosstodon.org

Spends a bit of time writing a web scraper for the League of Comics website, and totally remember why I never spend my time on web scrapers.

#python #beautifulsoup4

Last updated 2 years ago

Qyv (;* Mr. Squelch *;) 🍍 · @PhotonQyv
380 followers · 15685 posts · Server mastodon.xyz

So I've been playing with again, finally realised how to fix a problem with conflicting versions of . Not bs4's fault, but actually a problem with requiring an older version of it.

Turned out all I needed to do was to tweak the setup.py for pycaption, correct the dependencies versioning, clean, rebuild, and re-install locally.

Now I don't have to be careful how I run (:*

#python #beautifulsoup4 #pycaption #gnomecast

Last updated 6 years ago