VideoWeb/README.md

11 lines
404 B
Markdown
Raw Permalink Normal View History

2022-12-28 19:06:57 +00:00
# VideoWeb
2023-01-03 22:07:02 +00:00
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
```