[PR #677] [MERGED] Add support for Ya.Disk log links #741

Closed
opened 2026-02-15 15:56:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/677
Author: @13xforever
Created: 11/20/2020
Status: Merged
Merged: 11/20/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (1)

  • 8ac2c40 add support for ya.disk log links

📊 Changes

9 files changed (+213 additions, -6 deletions)

View changed files

📝 Clients/MediafireClient/Client.cs (+2 -4)
Clients/YandexDiskClient/Client.cs (+63 -0)
Clients/YandexDiskClient/POCOs/ResourceInfo.cs (+20 -0)
Clients/YandexDiskClient/YandexDiskClient.csproj (+12 -0)
📝 CompatBot/CompatBot.csproj (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/MediafireHandler.cs (+0 -2)
CompatBot/EventHandlers/LogParsing/SourceHandlers/YandexDiskHandler.cs (+107 -0)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -0)
📝 discord-bot-net.sln (+7 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/677 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/20/2020 **Status:** ✅ Merged **Merged:** 11/20/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`8ac2c40`](https://github.com/RPCS3/discord-bot/commit/8ac2c40c1a2a86bbffb68c632ee42933c0e52af3) add support for ya.disk log links ### 📊 Changes **9 files changed** (+213 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Clients/MediafireClient/Client.cs` (+2 -4) ➕ `Clients/YandexDiskClient/Client.cs` (+63 -0) ➕ `Clients/YandexDiskClient/POCOs/ResourceInfo.cs` (+20 -0) ➕ `Clients/YandexDiskClient/YandexDiskClient.csproj` (+12 -0) 📝 `CompatBot/CompatBot.csproj` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/MediafireHandler.cs` (+0 -2) ➕ `CompatBot/EventHandlers/LogParsing/SourceHandlers/YandexDiskHandler.cs` (+107 -0) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -0) 📝 `discord-bot-net.sln` (+7 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:45 -05:00
yindo closed this issue 2026-02-15 15:56:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#741