TeamNewPipe / TeamNewPipe/NewPipeExtractor
Implement get video url with timestamp
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 602
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 6
Description
We would provide the duration in seconds and it should return the video URL with the good timestamp
E.g for 79s: <video-url>&t=79 on YouTube, <video-url>#t=79 on SoundCloud and media.ccc.de, <video-url>&start=1m19s on PeerTube…
@TobiGr
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
The issue names no files, tests, or entry points. Start by locating the existing video-URL handling in the extractor library and compare the timestamp formats shown for YouTube, SoundCloud, media.ccc.de, and PeerTube. Done means a duration in seconds produces the appropriate timestamped URL for each listed service.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100