RedGifs updated their file URLs to be temporary.
With the current downloader it gives warning every time for subscriptions and downloading through direct link to watch page doesn't work.
I've updated the parsers and added a new URL class:
API parsers have been updated to pursue the watch page instead of direct file URL.
Watch parsers have been updated with:
Gets URL from meta tags
Grabs creator from meta og:title instead of title tag
Grabs unnamespaced tags from meta keywords tag
Grabs source time from datePublished in embedded json
Added a new URL class for the File URL and it is set to not associate with known files as it is temporary.
Any subscriptions should give an error once as it is still a new URL as far as it's concerned.
But after that one time it should no longer give error as it is now getting a pursue URL that is the same every time.
RedGifs updated their file URLs to be temporary. With the current downloader it gives warning every time for subscriptions and downloading through direct link to watch page doesn't work.
I've updated the parsers and added a new URL class:
API parsers have been updated to pursue the watch page instead of direct file URL.
Watch parsers have been updated with:
Added a new URL class for the File URL and it is set to not associate with known files as it is temporary.
Any subscriptions should give an error once as it is still a new URL as far as it's concerned. But after that one time it should no longer give error as it is now getting a pursue URL that is the same every time.