Fuan

Results 119 comments of Fuan

Added a Dockerfile in https://github.com/glubsy/livestream_saver/pull/79 Closing this as this is conflicting with the main branch now.

Docker support added in https://github.com/glubsy/livestream_saver/pull/79 Also uploaded an image (based on Debian, might be a bit big) here: https://hub.docker.com/r/glubsy/livestream_saver

~~From my testing webp are completely ignored. Might need further work on this.~~ For Arch Linux you might need to install webp-pixbuf-loader, but even then deduplicating webp files does not...

Side note: [tudorminator's fork](https://github.com/tudorminator/h5ai) seems to have exactly the same commits as [my fork](https://github.com/glubsy/h5ai) currently.

Why not download the stream as it is being broadcasted? There are tools available for that: example [here](https://github.com/mrwnwttk/livestream_scripts). Triggering download on the VOD as soon as it ends would not...

> Nota : I think the problem comes from the player function present in the "innertube.py" file (within pytube). Typical error message : "this video is unavailable" and from playererrormessage...

I experienced a similar issue and reported it [here](https://github.com/arsenetar/dupeguru/pull/1069)

dg_rc.py is only generated at build time and it is used to load some resource files if I remember correctly. You probably have to build the application first before trying...

From what I recall, dupeguru is not designed to be instantiated more than once. You could try using shelve instead of sqlite (check settings) but I doubt this will help...