mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
add media_proxy :3
This commit is contained in:
parent
027ff27e8d
commit
acad845b30
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ const {
|
|||
} = require("../ptutils/libpt-coreutils.js");
|
||||
const media_proxy = require("../libpoketube-video.js");
|
||||
const atmos = require("../../../pokeatmosurls.json");
|
||||
const config = require("../../../config.json");
|
||||
|
||||
function linkify(text) {
|
||||
// regular expression to match URLs
|
||||
|
@ -279,6 +280,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
twitter,
|
||||
k,
|
||||
dm,
|
||||
media_proxy_url : config.media_proxy,
|
||||
instagram,
|
||||
useragent: req.useragent,
|
||||
verify,
|
||||
|
|
Loading…
Reference in a new issue