E574
Skip to content

[ie/lbry] Add storyboard support#16427

Open
neeshy wants to merge 1 commit intoyt-dlp:masterfrom
neeshy:master
Open

[ie/lbry] Add storyboard support#16427
neeshy wants to merge 1 commit intoyt-dlp:masterfrom
neeshy:master

Conversation

@neeshy
Copy link
Copy Markdown
@neeshy neeshy commented Apr 3, 2026

Closes #16408
Authored by: neeshy

Description of your pull request and other information

Fixes #16408

Template

Before submitting a pull request make sure you have:

In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check those that apply and remove the others:

  • I am the original author of the code in this PR, and I am willing to release it under Unlicense
  • I am not the original author of the code in this PR, but it is in the public domain or released under Unlicense (provide reliable evidence)
  • I have read the policy against AI/LLM contributions and understand I may be blocked from the repository if it is violated

What is the purpose of your pull request? Check those that apply and remove the others:

@neeshy
Copy link
Copy Markdown
Author
neeshy commented Apr 3, 2026

This can be tested on mpv with https://github.com/po5/thumbfast/tree/wip-storyboards and this patch:

--- a/thumbfast.lua
+++ b/thumbfast.lua
@@ -1265,6 +1265,7 @@
 }
 
 local function storyboard_supported_url(path, referer)
+    if true then return path end
     local video_url = string.match(path, naked_ytdl_id) or string.match(referer, naked_ytdl_id)
     if video_url then
         return video_url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ODYSEE] Add thumbnails/fragments to outputted json

1 participant

0