~hacktivista

https://hacktivista.org

Escuela de técnica y cultura hacker <hacktivista.org>

~hacktivista/hacktivista-dev

Last active 1 year, 5 months ago

~hacktivista/pi

Last active 2 years ago
View more

Recent activity

[PATCH] Captions support 2 years ago

From Felix Freeman to ~cadence/tube-devel

---
 api/captions.js | 19 +++++++++++++++++++
 pug/video.pug   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 api/captions.js

diff --git a/api/captions.js b/api/captions.js
new file mode 100644
index 0000000..d23272c
--- /dev/null
+++ b/api/captions.js
@@ -0,0 +1,19 @@
const fetch = require("node-fetch")
const {getUser} = require("../utils/getuser")
[message trimmed]