[Bugfix] Improve YouTube shorts detection for new YouTube pants (#618)

* Update youtube shorts detection to support youtube pants

* Updates a test
This commit is contained in:
Kieran 2025-02-20 15:49:09 -08:00 committed by GitHub
parent 464a595045
commit b62eb2bc6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -269,7 +269,7 @@ defmodule Pinchflat.YtDlp.MediaTest do
response = %{
"original_url" => "https://www.youtube.com/watch?v=TiZPUDkDYbk",
"aspect_ratio" => 0.5,
"duration" => 59,
"duration" => 150,
"upload_date" => "20210101"
}