Skip to content

LowLevelSubmarine/YouTubeMusicAPI

Repository files navigation

YouTubeMusic API (in-official)

This API is made to scrape data from youtube music while avoiding their api services. The API will work fast, due to the fact that its not loading the real site and is instead accessing the data directly via the youtube music data endpoint.

Easy to use!

Just create a new YTMA object and start with the search(String) method ;)

Download

Gradle

dependencies {
   implementation 'com.github.LowLevelSubmarine:YouTubeMusicAPI:v1.1.1'
}

repositories {
    maven { url 'https://jitpack.io' }
}

Maven

<dependency>
    <groupId>com.github.LowLevelSubmarine</groupId>
    <artifactId>YouTubeMusicAPI</artifactId>
    <version>v1.1.1</version>
</dependency>
<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>

About

unofficial

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages