Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query by hash prefix #127

Merged
merged 17 commits into from
Sep 4, 2020
Merged

Query by hash prefix #127

merged 17 commits into from
Sep 4, 2020

Conversation

Joe-Dowd
Copy link
Contributor

@Joe-Dowd Joe-Dowd commented Aug 30, 2020

Continued from the work by https://github.com/Zegnat in #86

@Joe-Dowd Joe-Dowd mentioned this pull request Aug 30, 2020
@Joe-Dowd
Copy link
Contributor Author

branched off #114 so merge that first,

@Joe-Dowd
Copy link
Contributor Author

Joe-Dowd commented Sep 3, 2020

Video id is hashed using 1 pass sha256 hex digest

Interface:
GET /api/skipSegments/:hashPrefix?categories=["sponsor", "intro"]
response:

[
  {
    "videoID": "blah",
    "hash": "jhdshdjsd",
    "segments": ... /* Regular GET skipSegments response */
  }
]

@ajayyy ajayyy changed the base branch from testing to master September 4, 2020 03:45
@ajayyy ajayyy changed the base branch from master to testing September 4, 2020 03:45
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.

3 participants