forked from indymedia/epicyon
Comments
parent
dadf850e5b
commit
f40739e986
|
@ -83,15 +83,17 @@ def _addEmbeddedVideoFromSites(translate: {}, content: str,
|
||||||
return content
|
return content
|
||||||
|
|
||||||
if '"https://' in content:
|
if '"https://' in content:
|
||||||
# A selection of the current larger peertube sites, mostly
|
|
||||||
# French and German language
|
|
||||||
# These have been chosen based on reported numbers of users
|
|
||||||
# and the content of each has not been reviewed, so mileage could vary
|
|
||||||
# Also see https://peertube_isolation.frama.io/list/ for
|
|
||||||
# adversarial instances
|
|
||||||
if peertubeInstances:
|
if peertubeInstances:
|
||||||
peerTubeSites = peertubeInstances
|
peerTubeSites = peertubeInstances
|
||||||
else:
|
else:
|
||||||
|
# A default selection of the current larger peertube sites,
|
||||||
|
# mostly French and German language
|
||||||
|
# These have been chosen based on reported numbers of users
|
||||||
|
# and the content of each has not been reviewed, so mileage
|
||||||
|
# could vary
|
||||||
|
# Also see https://peertube_isolation.frama.io/list/ for
|
||||||
|
# adversarial instances. Nothing in that list should be
|
||||||
|
# in the defaults below.
|
||||||
peerTubeSites = ('peertube.mastodon.host', 'share.tube',
|
peerTubeSites = ('peertube.mastodon.host', 'share.tube',
|
||||||
'tube.tr4sk.me', 'videos.elbinario.net',
|
'tube.tr4sk.me', 'videos.elbinario.net',
|
||||||
'hkvideo.live',
|
'hkvideo.live',
|
||||||
|
|
Loading…
Reference in New Issue