-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fallback to archive site for removed global Twitch emotes #1241
Comments
I like the idea of restoring deleted Twitch emotes such as |
Also OMGScoots. If you don't hard code the list of removed emotes in the program the only thing you can do is to connect to a website that lists all the removed emotes, and is updated. But I don't know of such website and I don't think it will ever exist. Using archive.org is simple and fixes the problem now, you can even keep a list of urls for each removed emote in case archive.org closes or something. |
Perhaps you can try hosting a service on GitHub.io to cache all these emote images and their corresponding keywords. This way, when the program encounters an emote image that cannot be found on Twitch, it can attempt to search for the corresponding emote image in this service by using keywords from the already downloaded chat files, and if found, download and use it. |
It only depends if ScrubN wants to fix it or not. |
Checklist
Edition
Command Line Interface
Describe your issue here
Older chats got the emote removed even if it hadn't expired back then. So the url for the image is there but can't be downloaded:
https://web.archive.org/web/20240928145854/https://static-cdn.jtvnw.net/emoticons/v2/86/default/dark/1.0
https://web.archive.org/web/20240928145714/https://static-cdn.jtvnw.net/emoticons/v2/86/default/dark/2.0
https://web.archive.org/web/20240928145956/https://static-cdn.jtvnw.net/emoticons/v2/86/default/dark/3.0
This could happen also to other images. If TwitchDownlaoderCLI can't get the images from twitch it can try from Web Archive.
This affects
chatdownload
chatupdate
chatrender
.chats:
2262876737.html.zip
2262876737.json.zip
Add any related files or extra information here
2262876737
The text was updated successfully, but these errors were encountered: