@@ -2,24 +2,24 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing; |
4 | 4 | |
5 | -use nntmux\NZB; |
|
6 | -use nntmux\NNTP; |
|
7 | -use nntmux\db\DB; |
|
8 | -use nntmux\Genres; |
|
9 | -use nntmux\ColorCLI; |
|
10 | -use nntmux\Releases; |
|
5 | +use App\Models\Category; |
|
11 | 6 | use App\Models\Group; |
7 | +use App\Models\MultigroupPoster; |
|
12 | 8 | use App\Models\Predb; |
13 | -use nntmux\Categorize; |
|
14 | 9 | use App\Models\Release; |
15 | -use App\Models\Category; |
|
10 | +use App\Models\ReleaseRegex; |
|
11 | +use App\Models\ReleasesGroups; |
|
16 | 12 | use App\Models\Settings; |
13 | +use nntmux\Categorize; |
|
14 | +use nntmux\ColorCLI; |
|
17 | 15 | use nntmux\ConsoleTools; |
18 | -use nntmux\ReleaseImage; |
|
16 | +use nntmux\Genres; |
|
17 | +use nntmux\NNTP; |
|
18 | +use nntmux\NZB; |
|
19 | 19 | use nntmux\ReleaseCleaning; |
20 | -use App\Models\ReleaseRegex; |
|
21 | -use App\Models\ReleasesGroups; |
|
22 | -use App\Models\MultigroupPoster; |
|
20 | +use nntmux\ReleaseImage; |
|
21 | +use nntmux\Releases; |
|
22 | +use nntmux\db\DB; |
|
23 | 23 | |
24 | 24 | class ProcessReleases |
25 | 25 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing; |
4 | 4 | |
5 | -use nntmux\NZBMultiGroup; |
|
6 | 5 | use App\Models\MultigroupPoster; |
6 | +use nntmux\NZBMultiGroup; |
|
7 | 7 | |
8 | 8 | class ProcessReleasesMultiGroup extends ProcessReleases |
9 | 9 | { |
@@ -2,15 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing\tv; |
4 | 4 | |
5 | -use App\Models\Video; |
|
6 | -use App\Models\TvInfo; |
|
7 | -use App\Models\Release; |
|
8 | 5 | use App\Models\Category; |
6 | +use App\Models\Release; |
|
9 | 7 | use App\Models\Settings; |
10 | 8 | use App\Models\TvEpisode; |
9 | +use App\Models\TvInfo; |
|
10 | +use App\Models\Video; |
|
11 | +use nntmux\processing\Videos; |
|
11 | 12 | use nntmux\utility\Country; |
12 | 13 | use nntmux\utility\Utility; |
13 | -use nntmux\processing\Videos; |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Class TV -- abstract extension of Videos |
@@ -21,12 +21,12 @@ |
||
21 | 21 | |
22 | 22 | namespace nntmux\processing; |
23 | 23 | |
24 | -use nntmux\db\DB; |
|
25 | -use App\Models\Video; |
|
26 | 24 | use App\Models\TvInfo; |
25 | +use App\Models\Video; |
|
27 | 26 | use App\Models\VideoAlias; |
28 | 27 | use Illuminate\Support\Carbon; |
29 | 28 | use Illuminate\Support\Facades\Cache; |
29 | +use nntmux\db\DB; |
|
30 | 30 | |
31 | 31 | /** |
32 | 32 | * Parent class for TV/Film and any similar classes to inherit from. |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
5 | +use App\Models\Category; |
|
6 | 6 | use App\Models\Group; |
7 | 7 | use App\Models\Release; |
8 | -use App\Models\Category; |
|
8 | +use nntmux\db\DB; |
|
9 | 9 | |
10 | 10 | class Regexes |
11 | 11 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
6 | 5 | use App\Models\Category; |
6 | +use nntmux\db\DB; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Handles removing of various unwanted releases. |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
5 | +use App\Models\Category; |
|
6 | 6 | use App\Models\Group; |
7 | 7 | use App\Models\Release; |
8 | -use App\Models\Category; |
|
9 | 8 | use App\Models\Settings; |
10 | -use nntmux\utility\Utility; |
|
11 | 9 | use Illuminate\Support\Carbon; |
12 | 10 | use Illuminate\Support\Facades\Cache; |
11 | +use nntmux\db\DB; |
|
12 | +use nntmux\utility\Utility; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Class Releases. |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
6 | -use App\Models\Category; |
|
7 | 5 | use App\Extensions\util\Versions; |
6 | +use App\Models\Category; |
|
8 | 7 | use App\Models\Tmux as TmuxModel; |
8 | +use nntmux\db\DB; |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * Class Tmux. |
@@ -2,19 +2,19 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
5 | +use App\Models\Category; |
|
6 | 6 | use App\Models\Genre; |
7 | 7 | use App\Models\Release; |
8 | -use App\Models\XxxInfo; |
|
9 | -use App\Models\Category; |
|
10 | 8 | use App\Models\Settings; |
9 | +use App\Models\XxxInfo; |
|
11 | 10 | use Illuminate\Support\Carbon; |
11 | +use Illuminate\Support\Facades\Cache; |
|
12 | +use nntmux\db\DB; |
|
12 | 13 | use nntmux\processing\adult\ADE; |
13 | 14 | use nntmux\processing\adult\ADM; |
14 | 15 | use nntmux\processing\adult\AEBN; |
15 | -use nntmux\processing\adult\Popporn; |
|
16 | -use Illuminate\Support\Facades\Cache; |
|
17 | 16 | use nntmux\processing\adult\Hotmovies; |
17 | +use nntmux\processing\adult\Popporn; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * Class XXX. |