TeamNewPipe / TeamNewPipe/NewPipeExtractor
Distinguish between "content unavailable" and "content could not be extracted"
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 602
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 6
Description
In the YouTube extractor currently ContentNotAvailableExceptions are thrown both when the content is blocked/deleted/paid, but also in some cases where we could not extract it (e.g. because YouTube replied with invalid JSON). See https://github.com/TeamNewPipe/NewPipe/pull/13133.
Contributor guide
No contributing guide indexed for this repository
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 reviewing the linked pull request 13133 and tracing how the YouTube extractor throws ContentNotAvailableException. The change is complete when blocked, deleted, or paid content is distinguished from extraction failures such as invalid JSON; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100