Alessandro Campolo

Results 7 comments of Alessandro Campolo

@costales I saw there is this library [`netifaces`](https://github.com/al45tair/netifaces) (unfortunately it is now unmaintained but still works on Ubuntu 22.04) that can retrieve IP addresses on all platforms without using system...

> @a13ssandr0 Yes this does work on Arch for me :) But I don't think `' '.join` should be done since systems having multiple network interfaces will return an array...

> Didn't think the `8.8.8.8` solution would be great since it needs to be able to connect to external IPs which might not always be possible for a machine. [...

Thank you very much for the help:+1:, I didn't consider the javascript. In the next few days I'll add the new code.

@nixxo As you suggested I modified the extractor and used regex only for extracting the name of the author and the time when the content was published. Is it ready...

@nixxo thank you for the patch. I only removed `int_or_none` that was not used in the code.

@pukkandan subtitles are now being extracted, thanks for pointing out