Open mwaterbu opened 1 month ago
Hey there @joostlek, mind taking a look at this issue as it has been labeled with an integration (media_extractor
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
media_extractor documentation media_extractor source (message by IssueLinks)
The problem
No matter what is entered for the
format_query
on theextract_media_url
action, "best" is used, and the user input is ignored.What version of Home Assistant Core has the issue?
core-2024.9.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Media Extractor
Link to integration documentation on our website
https://www.home-assistant.io/integrations/media_extractor
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
From the example YAML above requesting "bestaudio", the url returned should contain
itag=140
but it returnsitag=18
which is the "best" format. Selecting a specific id, such as "251" also still returnsitag=18
instead ofitag=251
Please see https://github.com/home-assistant/core/issues/103984#issuecomment-2187334311 for additional details/example