hydrusnetwork / hydrusnetwork/hydrus

Global Variables for String Modification

Open
#653 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request system:downloading
Dominant language
Python
Stars
3.2k
Forks
207
PR merge metrics
No merged PRs in 30d

Description

The concept itself is this: Add a new option to define variables, and then allow those variables to be appended or prepended to strings alongside the existing string modifiers.
The idea stems from the Google Drive API requiring an API key. As of now, the key has to be added to every url class, but with something like this, it could be defined as a single variable with placeholder text, and included in the downloader, so that users would only have to modify one thing.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the downloader, URL classes, and existing string-modifier handling mentioned in the issue. Trace how URL values are assembled and how Google Drive API keys are currently repeated. Done means a defined variable can be reused as a placeholder when prepending or appending to strings, with the design and affected downloader behavior agreed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.