Content deleted Content added
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1:
return config{
local config = {}
example1 = {
 
url = "'https://www.example1.com/a/$1/b.html"',
config.Bromo = {
id = 'id',
type = "Website",
alias = 'alias', -- добавлено
name = "Porno Andreya",
notes = 'notes' -- добавлено
url = "https://www.example1.com/a/$1/b.html"
},
example2 = {
url = "'https://www.example2.com/a/$1/b.html"',
id = 'id',
alias = 'alias', -- добавлено
notes = 'notes' -- добавлено
}
 
config.Example2 = {
type = "Studio",
name = "Example Studio 2",
url = "https://www.example2.com/a/$1/b.html"
}
 
return config