Sign inSign up

k3ck3c/captvty

By k3ck3c

Updated over 1 year ago

Captvty to get the catch-up tv of french speaking TV (french, swiss, belgian, canadian)

Image
2

8.2K

k3ck3c/captvty repository overview

Version 2.11 publiée le 13 juin 2025.

clean according to trivy on the 06th of june 2020

k3ck3c/captvty (ubuntu 14.04) Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

Squashed using

https://github.com/goldmann/docker-squash (thanks to Marek Goldmann)

Size reduced

Squashed image size: 2798.29 MB k3ck3c/captvty latest c04c094cf386 4 weeks ago 3.38GB

Captvty is a Windows freeware available at http://captvty.fr/

French, swiss (french and german), belgian and Canadian (from Québec) TV replays are available.

In the options of Captvty you may enter a proxy if needed.

To launch it, for example,

docker run --name captvty --rm -e DISPLAY --net=host k3ck3c/captvty

Add a --restart=always if you want it to start when you boot your computer

You can copy your downloaded videos with a docker cp command, such as

docker cp $(docker ps -qf name=captvty):path/file path

example: docker cp $(docker ps -qf name=captvty):/home/gg/Captvty/Vidéos/ ~

will copy the downloaded vidéos in ~/Vidéos

When a new version is available, you are notified and can download the latest version with the browser included in this container. When the download completes in Téléchargements of the container, you update with, from the host

docker exec -it $(docker ps -qf name=captvty) unzip -d ~/Captvty ~/Téléchargements/captvty-2.3.10.zip

Answer

Yes to All

, as you want to replace all the files with the latest version.

(captvty-2.3.10.zip is an example, the version changes each time, of course)

and then clean with a

docker exec -it $(docker ps -qf name=captvty) rm ~/Téléchargements/captvty-2.3.10.zip

You then reload it in order to have the new version by clicking on the top of the windows (if you launch it with --restart=always)

You can also try the new (and experimental) Captvty V3 (http://v3.captvty.fr/)

https://hub.docker.com/r/k3ck3c/captvty_v3_1/

which lets you do a search in all the TV replays

Tag summary

Content type

Image

Digest

sha256:4795d3b43

Size

1.6 GB

Last updated

over 1 year ago

docker pull k3ck3c/captvty