[PR #43] [MERGED] Add download client customizable url base #287

Closed
opened 2025-10-09 17:00:53 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/43
Author: @Flaminel
Created: 1/17/2025
Status: Merged
Merged: 3/19/2025
Merged by: @Flaminel

Base: mainHead: add_url_base


📝 Commits (3)

  • 6821869 added download client customizable url base
  • 368450b fixed url building
  • c25f9d9 fixed variables docs

📊 Changes

10 files changed (+59 additions, -7 deletions)

View changed files

📝 README.md (+3 -0)
📝 code/Common/Configuration/DownloadClient/DelugeConfig.cs (+5 -1)
📝 code/Common/Configuration/DownloadClient/QBitConfig.cs (+5 -1)
📝 code/Common/Configuration/DownloadClient/TransmissionConfig.cs (+5 -1)
📝 code/Executable/appsettings.Development.json (+3 -0)
📝 code/Executable/appsettings.json (+3 -0)
📝 code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs (+7 -2)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+5 -1)
📝 code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs (+5 -1)
📝 variables.md (+18 -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/Cleanuparr/Cleanuparr/pull/43 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_url_base` --- ### 📝 Commits (3) - [`6821869`](https://github.com/Cleanuparr/Cleanuparr/commit/682186970030dfc8441afd521c5c785d46efd237) added download client customizable url base - [`368450b`](https://github.com/Cleanuparr/Cleanuparr/commit/368450b7270bbc2d1dcf68d3049bb8ee8861e210) fixed url building - [`c25f9d9`](https://github.com/Cleanuparr/Cleanuparr/commit/c25f9d964bba4da0f0cdd48da28a0a64ef3e652d) fixed variables docs ### 📊 Changes **10 files changed** (+59 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) 📝 `code/Common/Configuration/DownloadClient/DelugeConfig.cs` (+5 -1) 📝 `code/Common/Configuration/DownloadClient/QBitConfig.cs` (+5 -1) 📝 `code/Common/Configuration/DownloadClient/TransmissionConfig.cs` (+5 -1) 📝 `code/Executable/appsettings.Development.json` (+3 -0) 📝 `code/Executable/appsettings.json` (+3 -0) 📝 `code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeClient.cs` (+7 -2) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+5 -1) 📝 `code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs` (+5 -1) 📝 `variables.md` (+18 -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>
giteasync added the
pull-request
label 2025-10-09 17:00:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#287
No description provided.