I'm trying to evaluate this double integral: $$I=\int_{0}^{1}\int_{0}^{1}\frac{x^2y^3\log{(x)}\log{(y)}}{(1-x^2)(1-y^2)(1-x^2y^2)}dxdy$$ Here is the closed-form: $$\frac{91π^4}{11520}+\frac{21}{32} ζ(3)-\frac{7}{8} ζ(3)\log{2}-\text{Li}_4 (\frac{1}{2})+\frac{π^2}{24}\log^2{2}-\frac{π^2}{16}\log{2}-\frac{1}{24}\log^4{2}$$
My try: because of its symmetry we can rewrite it as:$$2I=\int_{0}^{1}\int_{0}^{1}\frac{(x^2y^3+x^3y^2)\log{(x)}\log{(y)}}{(1-x^2)(1-y^2)(1-x^2y^2)}dxdy$$
Then use the substitution: $x\to \frac{1}{x}$ and $y\to \frac{1}{y}$, now it becomes:
$$I=\int_{1}^{\infty}\int_{1}^{\infty}\frac{\log{(x)}\log{(y)}}{x(1-x^2)(1-y^2)(x^2y^2-1)}dxdy$$
Seem I could get rid of the power of $x$ and $y$ from numerator, but after splitting:$$I=\int_{1}^{\infty}\frac{\log{(x)}}{x(1-x^2)}dx\int_{1}^{\infty}\frac{\log{(y)}}{(1-y^2)(x^2y^2-1)}dy$$
The latter integral gives (Mathematica):$$\fbox{$-\frac{-2 x \text{Li}_2\left(x^2\right)+8 x \text{Li}_2(x)+2 x \log ^2(-x)-2 x \log ^2(x)+\pi ^2}{8 \left(x^2-1\right)}\text{ if }\Im(x)\neq 0\lor -1<\Re\left(\frac{1}{x}\right)<1$}$$
Now, I don't know how to process further. Maybe I misdirected at the beginning. Can you guys help me with this? Thank you very much.