hydrusnetwork / hydrusnetwork/hydrus
Extraction of data directly from URL in addition to fetched html/JSON context
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
Extraction of data directly from URL in addition to fetched html/JSON context. Sometimes the page will not yield any useful data but the URL does. Or both has useful data but not full overlap. For cases like these it would be useful if we could regex data out of the URL.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Hydrus's existing HTML/JSON data extraction entry point and tracing how fetched context is processed. Determine where URL data could be supplied alongside that context, then define regex extraction behavior for URL-only and overlapping cases. Done means URL-derived data is available without breaking existing HTML/JSON extraction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100