Content deleted Content added
Created page with "local S = {} S.channels = { ["Sexy Hot"] = { name = "Sexy Hot", type = "Television Network", genre = "Straight", streaming = "https://hotgo.com", category = {"Sexy Hot models", "Adult Television Networks"} }, ["Red Fire TV"] = { name = "Red Fire TV", type = "Channel", genre = "Straight", xvideos = "https://xvideos.com/channels/redfiretv", category = "Red Fire TV models" } }..."
 
No edit summary
Line 1:
-- Channel data for names starting with 'S'
local S = {}
 
-- Channel data
S.channels = {
["Sexy Hot"] = {
name = "Sexy Hot",
aliases = {"sexyhot", "sexy-hot"}, -- Alternative search names
type = "Television Network",
genre = "Straight",
streaming = "https://hotgo.com",
category = {"SexyBrazilian HotTelevision modelsNetworks", "Adult Television Networks"},
notes = "Available on Hot Go streaming platform"
},
["Red Fire TV"] = {
name = "Red Fire TV",
type = "Channel",
genre = "Straight",
xvideos = "https://xvideos.com/channels/redfiretv",
category = "Red Fire TV models"
}
}
 
-- Redirects for alternative names
S.redirects = {
["sexy hot tv"] = "Sexy Hot",
["hot tv"] = "Sexy Hot"
}