Add optional advanced flag to guess.py for debugging

This commit is contained in:
2024-04-28 13:00:17 +02:00
parent 283ba04f5e
commit 67cbf674b1
2 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{pkgs ? import <nixpkgs> {}}: let
python = pkgs.python311.withPackages (ps:
python = pkgs.python312.withPackages (ps:
with ps; [
guessit
aiohttp