11 lines
404 B
Markdown
11 lines
404 B
Markdown
# VideoWeb
|
|
|
|
Utilities for metadata of videos published on the web starting with YouTube / [Invidious](https://invidious.io/) for [GTookit](https://gtoolkit.com/) / [Pharo](https://pharo.org/).
|
|
|
|
To install it, first install [ExoRepo](https://code.sustrato.red/Offray/ExoRepo) and then run from a _playground_:
|
|
|
|
```smalltalk
|
|
ExoRepo new
|
|
repository: 'https://code.sustrato.red/Offray/VideoWeb';
|
|
load
|
|
``` |