parent
100a5d66d9
commit
81ff7c3039
@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
command=( "${@}" )
|
||||
|
||||
if [ "$1" == "bash" ] || [ "$1" == "sh" ]; then
|
||||
exec "${@}"
|
||||
fi
|
||||
|
||||
if [ -n "$BAM_DB" ]; then
|
||||
command+=( "--db" "$BAM_DB" )
|
||||
fi
|
||||
|
@ -4,7 +4,7 @@ import os
|
||||
import hashlib
|
||||
import traceback
|
||||
from PIL import Image
|
||||
import youtube_dl
|
||||
import yt_dlp as youtube_dl
|
||||
import glob
|
||||
from io import BytesIO
|
||||
import base64
|
||||
|
@ -1,5 +1,5 @@
|
||||
import logging
|
||||
import youtube_dl
|
||||
import yt_dlp as youtube_dl
|
||||
from constants import tr_cli as tr
|
||||
import variables as var
|
||||
from media.item import item_builders, item_loaders, item_id_generators
|
||||
|
@ -1,5 +1,5 @@
|
||||
flask
|
||||
youtube-dl
|
||||
yt-dlp
|
||||
python-magic
|
||||
Pillow
|
||||
mutagen
|
||||
|
Loading…
x
Reference in New Issue
Block a user