Skip to content

feat: add public playlist endpoint - #50

Merged
Priveetee merged 2 commits into
mainfrom
dev
Jun 14, 2026
Merged

Priveetee merged 2 commits into
mainfrom
dev

Conversation

@Priveetee

Copy link
Copy Markdown
Member

Summary

  • update PipePipeExtractor to the upstream playlist lockup fix
  • add public GET /playlist extraction for YouTube playlists
  • return playlist metadata, videos, and nextpage cursor for frontend queues
  • document the new endpoint in OpenAPI and cover routing with focused tests

Verification

  • JAVA_HOME=/usr/lib/jvm/java-25-openjdk PATH=/usr/lib/jvm/java-25-openjdk/bin:$PATH ./gradlew test --tests dev.typetype.server.PublicPlaylistRoutesTest validateOpenApi --no-daemon
  • JAVA_HOME=/usr/lib/jvm/java-25-openjdk PATH=/usr/lib/jvm/java-25-openjdk/bin:$PATH ./gradlew clean check shadowJar --no-daemon
  • local runtime /playlist curl on a public YouTube playlist returns HTTP 200 with metadata and 100 videos

@Priveetee
Priveetee merged commit a87b7b6 into main Jun 14, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant