mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
62f3e5ca5e
[ci skip] [skip ci]
14 lines
255 B
PHP
14 lines
255 B
PHP
<?php
|
|
|
|
return [
|
|
0 => [
|
|
'id' => 1,
|
|
'group_regex' => '^alt\\.binaries\\.sony\\.psvita$',
|
|
'regex' => '/.*/ ',
|
|
'status' => 1,
|
|
'description' => '',
|
|
'ordinal' => 50,
|
|
'categories_id' => 1120,
|
|
],
|
|
];
|