Went back to using original_url over webpage_url to improve short detection (#447)
This commit is contained in:
@@ -95,7 +95,7 @@ defmodule Pinchflat.MediaFixtures do
|
||||
media_attributes = %{
|
||||
id: "video1",
|
||||
title: "Video 1",
|
||||
webpage_url: "https://example.com/video1",
|
||||
original_url: "https://example.com/video1",
|
||||
live_status: "not_live",
|
||||
description: "desc1",
|
||||
aspect_ratio: 1.67,
|
||||
|
||||
@@ -80,7 +80,7 @@ defmodule Pinchflat.SourcesFixtures do
|
||||
%{
|
||||
id: "video1",
|
||||
title: "Video 1",
|
||||
webpage_url: "https://example.com/video1",
|
||||
original_url: "https://example.com/video1",
|
||||
live_status: "not_live",
|
||||
description: "desc1",
|
||||
aspect_ratio: 1.67,
|
||||
@@ -90,7 +90,7 @@ defmodule Pinchflat.SourcesFixtures do
|
||||
%{
|
||||
id: "video2",
|
||||
title: "Video 2",
|
||||
webpage_url: "https://example.com/video2",
|
||||
original_url: "https://example.com/video2",
|
||||
live_status: "is_live",
|
||||
description: "desc2",
|
||||
aspect_ratio: 1.67,
|
||||
@@ -100,7 +100,7 @@ defmodule Pinchflat.SourcesFixtures do
|
||||
%{
|
||||
id: "video3",
|
||||
title: "Video 3",
|
||||
webpage_url: "https://example.com/video3",
|
||||
original_url: "https://example.com/video3",
|
||||
live_status: "not_live",
|
||||
description: "desc3",
|
||||
aspect_ratio: 1.0,
|
||||
|
||||
Reference in New Issue
Block a user