mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #676] [MERGED] Implement Mediafire log source handler #738
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/676
Author: @13xforever
Created: 11/19/2020
Status: ✅ Merged
Merged: 11/19/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (3)
ed45c50improve error messaging for invalid log archivesbcecd54implement mediafire log source handlerd508201update 3rd party dependencies📊 Changes
10 files changed (+263 additions, -12 deletions)
View changed files
➕
Clients/MediafireClient/Client.cs(+91 -0)➕
Clients/MediafireClient/MediafireClient.csproj(+12 -0)➕
Clients/MediafireClient/POCOs/LinksResult.cs(+26 -0)📝
CompatBot/CompatBot.csproj(+9 -8)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs(+1 -1)➕
CompatBot/EventHandlers/LogParsing/SourceHandlers/MediafireHandler.cs(+113 -0)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+1 -0)📝
discord-bot-net.sln(+7 -0)📄 Description
Unfortunately official API requires apikey, and that has been discontinued for years, so resort to usual web page scraping. It seems to be working at low volume traffic.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.