mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-07 02:03:49 -08:00
feat: make the downloads command use the mpv module to enable compatibility with mobile
This commit is contained in:
@@ -2,7 +2,11 @@ import shutil
|
||||
import subprocess
|
||||
|
||||
|
||||
def mpv(link, title, *custom_args):
|
||||
def mpv(
|
||||
link,
|
||||
*custom_args,
|
||||
title="anime",
|
||||
):
|
||||
MPV = shutil.which("mpv")
|
||||
if not MPV:
|
||||
args = [
|
||||
|
||||
Reference in New Issue
Block a user