Search for videos on the web and sort them by length and quality (work in progress).
Install the Nix package manager:
curl https://nixos.org/nix/install | sh
source ~/.nix-profile/etc/profile.d/nix.sh
./build.sh
./run.sh "Agent 327: Operation Barbershop"
Wait until at least one video is found, and press CTRL-C
to see the
results.
There is also a web app with the ability to play videos:
./run.sh serve 8080
Beware that this will spawn quite a lot of chromium
and ffprobe
instances in parallel and in the background. Depending on your
hardware configuration this could considerably slows down your
system. You can adjust the level of parallelism by setting the
environment variable SCRAPEAMING_JOBS
which defaults to 4 * number of cores
.
Please remember it's still work in progress.