Add regex for validating source URL (#285)

This commit is contained in:
Kieran
2024-06-06 11:54:39 -07:00
committed by GitHub
parent a20d06072f
commit 582eb53698
3 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ defmodule Pinchflat.SourcesFixtures do
collection_type: "channel",
custom_name: "Cool and good internal name!",
description: "This is a description",
original_url: "https://www.youtube.com/channel/#{Faker.String.base64(12)}",
original_url: "https://www.youtube.com/@#{Faker.String.base64(12)}",
media_profile_id: ProfilesFixtures.media_profile_fixture().id,
index_frequency_minutes: 60
}