Go to file
stabbedbybrick f7428845e8 refactor(ITV): Change authentication from credentials to cookies
- ITV has started to add telemetry to login requests to combat bot usage, so we now use cookies to authenticate.
- The cookie should hopefully only be needed once per account. Any subsequent session will use cached tokens.
2024-06-29 14:58:48 +02:00
services refactor(ITV): Change authentication from credentials to cookies 2024-06-29 14:58:48 +02:00
.gitignore initial commit 2024-04-07 05:14:51 +02:00
README.md README 2024-04-07 05:23:07 +02:00

Usage:

Clone repository:

git clone https://cdm-project.com/stabbedbybrick/devine-services.git

Add folder to devine.yaml:

directories:
    services: "path/to/services"

See help text for each service:

devine dl SERVICE -?