Module:TVChannelList/S

From Porn Base Central
< Module:TVChannelList
Revision as of 01:53, 17 February 2025 by PeaceDeadC (talk | contribs) (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" } }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:TVChannelList/S/doc

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"
    }
}

return S