Module:TVChannelList/R

From Porn Base Central
Jump to navigation Jump to search

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

-- Channel data for names starting with 'R'
local R = {}

-- Channel data
R.channels = {
    ["Red Fire TV"] = {
        name = "Red Fire TV",
        aliases = {"redfire", "redfire-tv"},  -- Alternative search names
        type = "Channel",
        genre = "Straight",
        xvideos = "https://www.xvideos.com/channels/red_fire_tv",
        category = {"Red Fire TV models", "Adult Channel Models"},
        notes = "Available online and via multiple streaming platforms"
    }
}

-- Redirects for alternative names
R.redirects = {
    ["red fire "] = "Red Fire TV",
}

return R