Support itunes:owner in podcast feed

pull/6346/head
Chocobozzz 2024-04-11 09:32:57 +02:00
parent f2b4f409a3
commit c67dfb979b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 6 additions and 6 deletions

View File

@ -104,7 +104,7 @@
"@opentelemetry/sdk-trace-base": "^1.15.1",
"@opentelemetry/sdk-trace-node": "^1.15.1",
"@opentelemetry/semantic-conventions": "^1.15.1",
"@peertube/feed": "^5.1.2",
"@peertube/feed": "^5.1.3",
"@peertube/http-signature": "^1.7.0",
"@smithy/node-http-handler": "^2.1.7",
"@uploadx/core": "^6.0.0",

View File

@ -43,7 +43,7 @@ export function initFeed (parameters: {
favicon: webserverUrl + '/client/assets/images/favicon.png',
copyright: `All rights reserved, unless otherwise specified in the terms specified at ${webserverUrl}/about` +
` and potential licenses granted by each content's rightholder.`,
generator: `Toraifōsu`, // ^.~
generator: `PeerTube - ${webserverUrl}`,
medium: medium || 'video',
feedLinks: {
json: `${webserverUrl}/feeds/${resourceType}.json${queryString}`,

View File

@ -1775,10 +1775,10 @@
dependencies:
"@opentelemetry/core" "^1.1.0"
"@peertube/feed@^5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.1.2.tgz#a7677b4a46c3f4c39f5c31a17ce4c0eb7522878b"
integrity sha512-YChsI7v+yzWk80dLKC66TebtuYF/joWutAKSK68ecV+lZXl5YzkadfFpciBYDaD8TAqABPFqjAJPXmaFsvJ/Gw==
"@peertube/feed@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@peertube/feed/-/feed-5.1.3.tgz#ebf7ae180f0b3b0f14aea8dc8a980cd2a6091f2c"
integrity sha512-73eRzZnpYBZMNS4FOsDjCfiu2CM60lCO1o3En/AB+LthYUd1dXEOG36PwQLMVlujAcHgQmGXdk08PMAUMj/Pug==
dependencies:
xml-js "^1.6.11"