Invertex / RedGifs-AutoHD

Automatically changes RedGifs videos to HD mode, improves layout and strips annoyances
GNU General Public License v3.0
25 stars 2 forks source link

Fix downloading invalid video while scrolling #19

Closed KrissKim-rgb closed 2 months ago

KrissKim-rgb commented 2 months ago

Download button may configured with previous video while scrolling. The issue happened when video.src is initially set to previous video, and then updated to the correct one afterwards.

This fixes the issue by query video URL when clicking the download button.

Invertex commented 2 months ago

Thanks for fixing that, was meaning to get to it but didn't have the time to look into it.