Compare commits
2 Commits
v1.0.1
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
866903da98
|
|||
|
4347bf733c
|
@@ -8,7 +8,7 @@ replace github.com/lrstanley/go-ytdlp => github.com/dubyatp/go-ytdlp v0.0.0-2026
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/bwmarrin/discordgo v0.29.0
|
github.com/bwmarrin/discordgo v0.29.0
|
||||||
github.com/lrstanley/go-ytdlp v1.2.7
|
github.com/lrstanley/go-ytdlp v1.3.2
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|||||||
@@ -46,11 +46,8 @@
|
|||||||
.venv/bin/pip install -r ./app/requirements.txt
|
.venv/bin/pip install -r ./app/requirements.txt
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
fi
|
fi
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
|
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
|
||||||
>>>>>>> v1-refactor
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user