-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathScraper Tester.bat
More file actions
271 lines (234 loc) · 7.87 KB
/
Scraper Tester.bat
File metadata and controls
271 lines (234 loc) · 7.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
@ECHO OFF
CLS
GOTO Launch
:Launch
CLS
ECHO.
ECHO Welcome to Scraper Tester, Please Choose Your Option
ECHO.
ECHO 1. Test OpenScrapers En and En-Debrid
ECHO 2. Test OpenScrapers Foreign
ECHO 3. Test OpenScrapers Torrents
ECHO 4. Test Tempest Scrapers
ECHO 5. Test TheCrew Scrapers
ECHO 6. Exit
ECHO.
CHOICE /C 123456 /M "Enter your choice:"
:: Note - list ERRORLEVELS in decreasing order
IF ERRORLEVEL 6 GOTO End
IF ERRORLEVEL 5 GOTO TheCrew
IF ERRORLEVEL 4 GOTO Tempest
IF ERRORLEVEL 3 GOTO OS-Torrents
IF ERRORLEVEL 2 GOTO OS-Foreign
IF ERRORLEVEL 1 GOTO OS-En-Deb
:OS-En-Deb
CLS
ECHO Choose what type of test you would like to run
ECHO 1. Movie Test
ECHO 2. Episode Test
ECHO.
CHOICE /C 12 /M "Enter your choice:"
IF ERRORLEVEL 2 GOTO OS-En-Deb-Episode
IF ERRORLEVEL 1 GOTO OS-En-Deb-Movie
:: Example cmd for movie test: python scrape-test.py folders= test_type=1 test_mode=movie timeout_mode=true number_of_tests=15
:: Example cmd for episode test: python scrape-test.py folders= test_type=1 test_mode=movie timeout_mode=true number_of_tests=15
:OS-En-Deb-Movie
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=en,en_DebridOnly,en_Torrent test_type=1 test_mode=movie timeout_mode=true number_of_tests=15 > test-results\os\os-en-movie-scrape-test.txt
GOTO Retest
:OS-En-Deb-Episode
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=en,en_DebridOnly,en_Torrent test_type=1 test_mode=episode timeout_mode=true number_of_tests=15 > test-results\os\os-en-episode-scrape-test.txt
GOTO Retest
:OS-Foreign
CLS
ECHO Choose what type of test you would like to run
ECHO 1. Movie Test
ECHO 2. Episode Test
ECHO.
CHOICE /C 12 /M "Enter your choice:"
IF ERRORLEVEL 2 GOTO OS-Foreign-Episode
IF ERRORLEVEL 1 GOTO OS-Foreign-Movie
:OS-Foreign-Movie
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=de,es,fr,gr,ko,pl,ru test_type=1 test_mode=movie timeout_mode=true number_of_tests=15 > test-results\os\os-foreign-movie-scrape-test.txt
GOTO Retest
:OS-Foreign-Episode
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=de,es,fr,gr,ko,pl,ru test_type=1 test_mode=episode timeout_mode=true number_of_tests=15 > test-results\os\os-foreign-episode-scrape-test.txt
GOTO Retest
:OS-Torrents
CLS
ECHO Choose what type of test you would like to run
ECHO 1. Movie Test
ECHO 2. Episode Test
ECHO.
CHOICE /C 12 /M "Enter your choice:"
IF ERRORLEVEL 2 GOTO OS-Torrents-Episode
IF ERRORLEVEL 1 GOTO OS-Torrents-Movie
:OS-Torrents-Movie
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=en_Torrent test_type=1 test_mode=movie timeout_mode=true number_of_tests=15 > test-results\en_Torrent\os-torrents-movie-scrape-test.txt
GOTO Retest
:OS-Torrents-Episode
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=en_Torrent test_type=1 test_mode=episode timeout_mode=true number_of_tests=15 > test-results\en_Torrent\os-torrents-episode-scrape-test.txt
GOTO Retest
:Tempest
CLS
ECHO Choose what type of test you would like to run
ECHO 1. Movie Test
ECHO 2. Episode Test
ECHO.
CHOICE /C 12 /M "Enter your choice:"
IF ERRORLEVEL 2 GOTO Tempest-Episode
IF ERRORLEVEL 1 GOTO Tempest-Movie
:Tempest-Movie
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=tempest_en test_type=1 test_mode=movie timeout_mode=true number_of_tests=15 > test-results\scrapetest-tempest\tempest-movie-scrapetest.txt
GOTO Retest
:Tempest-Episode
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=tempest_en test_type=1 test_mode=episode timeout_mode=true number_of_tests=15 > test-results\scrapetest-tempest\tempest-episode-scrapetest.txt
GOTO Retest
:TheCrew
CLS
ECHO Choose what type of test you would like to run
ECHO 1. Movie Test
ECHO 2. Episode Test
ECHO.
CHOICE /C 12 /M "Enter your choice:"
IF ERRORLEVEL 2 GOTO TheCrew-Episode
IF ERRORLEVEL 1 GOTO TheCrew-Movie
:TheCrew-Movie
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=thecrew_en test_type=1 test_mode=movie timeout_mode=true number_of_tests=15 > test-results\scrapetest-thecrew\thecrew-movie-scrapetest.txt
GOTO Retest
:TheCrew-Episode
CLS
ECHO Running Scraper Test
ECHO.
ECHO Please Wait As This Can take up to 10-20mins
ECHO.
ECHO If this hangs for more than 10mins check test-results folder
ECHO and open text file for this test and check hanging providers
ECHO so you can move to to_be_fixed folder and then test again
ECHO.
ECHO Close Window or Press CTRL+C to terminate test if it hangs
ECHO.
python scrape-test.py folders=thecrew_en test_type=1 test_mode=episode timeout_mode=true number_of_tests=15 > test-results\scrapetest-thecrew\thecrew-episode-scrapetest.txt
GOTO Retest
:Retest
CLS
ECHO Would you like to start again or exit
ECHO 1. Start Again
ECHO 2. Exit
ECHO.
CHOICE /C 12 /M "Enter your choice:"
IF ERRORLEVEL 2 GOTO End
IF ERRORLEVEL 1 GOTO Launch
:End
CLS
ECHO Would you like to clean up .pyc files
ECHO 1. Yes
ECHO 2. No
ECHO.
CHOICE /C 12 /M "Enter your choice:"
IF ERRORLEVEL 2 GOTO End2
IF ERRORLEVEL 1 GOTO Cleanup
:Cleanup
CLS
ECHO Cleaning up .pyc files recursively...
del /s *.pyc
GOTO End2
:End2