Can we help webmasters of piped/invidious instances display their message of the day? #26796

Open
opened 2026-02-21 14:29:25 -05:00 by deekerman · 0 comments
Owner

Originally created by @mk-pmb on GitHub (Jan 26, 2024).

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

For some alternative frontends like piped/invidious, we currently just transform it to the original site's extractor (YouTube in this case). That's a good approach. Nonetheless, I'd like a way for those webmasters to still convey their message of the day, often a request for funding. What would be a good way to do that? Should we just check for an HTML element with class="ytdl-motd" and try to display its text in a console-appropriate way above the download progress? Is there a more standardized way for labeling such kinds of messages? (For maximum compatibility with other kinds of alternative frontends.)

Or maybe we should check for a potential text file like /meta/motd.txt? That way webmasters could craft a message specific to console clients, potentially even specific to the user agent. In case of HTTP 404 the reply could be much shorter and cheaper to render server-side, than the usual HTML page.

Originally created by @mk-pmb on GitHub (Jan 26, 2024). ## Checklist - [x] I'm asking a question - [x] I've looked through the README and FAQ for similar questions - [x] I've searched the bugtracker for similar questions including closed ones ## Question For some alternative frontends like piped/invidious, we currently just transform it to the original site's extractor (YouTube in this case). That's a good approach. Nonetheless, I'd like a way for those webmasters to still convey their message of the day, often a request for funding. What would be a good way to do that? Should we just check for an HTML element with `class="ytdl-motd"` and try to display its text in a console-appropriate way above the download progress? Is there a more standardized way for labeling such kinds of messages? (For maximum compatibility with other kinds of alternative frontends.) Or maybe we should check for a potential text file like `/meta/motd.txt`? That way webmasters could craft a message specific to console clients, potentially even specific to the user agent. In case of HTTP 404 the reply could be much shorter and cheaper to render server-side, than the usual HTML page.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#26796
No description provided.