Erreur: Échec de la résolution: com.github.haarigerharald: Android-YoutubeExtractor: v1.7.0

allprojects {
    repositories {
        google()
        jcenter()
        maven { url "https://jitpack.io" } // this is the line that you probably need
    }
}

you probably forgot the maven dependancy
siyanda.zama