Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
set -euo pipefail
clear
echo
echo "Unofficial Android Studio Install for aarch64 Linux."
read -r -p "Hit [Enter] to continue, [CTRL-C] to quit. "
echo
echo "Please wait..."
@Sarlay
Sarlay / VfFilm.kt
Last active September 30, 2021 19:47
removed khttp
package com.lagradost.cloudstream3.movieproviders
import com.fasterxml.jackson.module.kotlin.readValue
import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.network.get
import com.lagradost.cloudstream3.network.post
import com.lagradost.cloudstream3.network.text
import com.lagradost.cloudstream3.network.url
import com.lagradost.cloudstream3.utils.ExtractorLink
import com.lagradost.cloudstream3.utils.Qualities