GithubHelp home page GithubHelp logo

s-frei / tracksearch Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 5.0 835 KB

Search on YouTube and/or SoundCloud for tracks, get their metadata, and expose the underlying audio stream

License: Apache License 2.0

Java 100.00%
audio-streams youtube soundcloud expose music streams stream java http-client search

tracksearch's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar s-frei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tracksearch's Issues

Faulty encoding when using `getCleanTitle()`

Hello. Found a problem with the encoding in the title of this video. Perhaps this problem may also manifest in channel names. The track.getCleanTitle() method returns the string "Iglooghost - Rust GenomeгЂЊVisualiserгЂЌ". I was able to fix the encoding this way:

new String(input.getBytes("windows-1251"), StandardCharsets.UTF_8);

This results in the correct "Iglooghost - Rust Genome「Visualiser」" string.

If this matters: I'm using Java SDK 17 on Windows 10.

FeatureRequest: Get related videos.

A method to fetch related videos which takes in the video URL and gives the list of related tracks, by opening the url and getting the videos which is displayed in the right side of the video player.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.