I tried to use the tool on a youtube page, and it failed (while strangely other pages works) with a regexp error.
So I tried to build the image in order to have the lastest version (it appears the regexp problem is not on the latest version). But it failed because latest version seems to store informations in ~/.cache (which tries to store that in /.cache due to $HOME being /) which fails because when run as user, there is no right to create /.cache
I tried to use the tool on a youtube page, and it failed (while strangely other pages works) with a regexp error.
So I tried to build the image in order to have the lastest version (it appears the regexp problem is not on the latest version). But it failed because latest version seems to store informations in ~/.cache (which tries to store that in /.cache due to $HOME being /) which fails because when run as user, there is no right to create /.cache
This PR fixed that problem