Goldy
Goldy
yeah I'm getting the same error here on fedora
I just ended up installing an older version but let me try this later today and I'll get back to you.
> Delete .cargo dir. It has my config for cross-compilation. okay the removal of that fixed this error but now when I try to build with video support so I...
> Happening here on Arch Linux Linux Kernel 6.6.2-zen1-1-zen, 64-bit. Flatpak 1.15.6 > > ``` > flatpak update > Looking for updates… > > ID Branch Op Remote Download >...
Never messed around with shell completions so I have no idea how to do this. [Typer](https://typer.tiangolo.com/) is what handles shell completions. However it seems mov-cli [version 4.2.11](https://github.com/mov-cli/mov-cli/commit/5f7cb58d9f20d0c505bb5390477b940bfc98a955) broke auto complete...
Getting this to work with typer would be great.
Thanks for moving this to github, I think this is a really nice feature as it will also allow me to add per scraper configuration to the config file, like...
This is how things look like currently: ```toml [mov-cli.scrapers] # default = "films" yt = "youtube.DEFAULT" yt-music = {namespace = "youtube.DEFAULT", options.audio = true, options.shorts = false } yt-pytube =...
The scrapers config branch has now been merged into the [v4.4](https://github.com/mov-cli/mov-cli/tree/v4.4) branch.
> Btw, the "namespace" in youre config example, does it has to be that word? Or can ut be anything as the word namespace entails? in the second example yes...