17
17
18
18
###
19
19
# Things in this part are meant for debugging and toggling certaint things.
20
- use_test_file = True
20
+ use_test_file = False
21
21
test_small_file = True
22
22
test_large_file = False
23
23
SKIP_SITE_CHECK = True
24
24
#
25
25
###
26
26
27
- version = "1.5.0 "
27
+ version = "1.5.1 "
28
28
owd = os .getcwd ()
29
29
platform = sys .platform
30
30
@@ -190,23 +190,23 @@ def selection(config, available, user_agents_list, proxy_list=""):
190
190
}
191
191
192
192
uploader_classes = {
193
- "PixelDrain " : PixelDrain ,
194
- "GoFile " : GoFile ,
193
+ "Pixeldrain " : Pixeldrain ,
194
+ "Gofile " : Gofile ,
195
195
"Oshi" : Oshi ,
196
196
"FileBin" : FileBin ,
197
197
"Delafil" : Delafil ,
198
198
"Files.dp.ua" : Files_dp_ua ,
199
- "FilesFM " : FilesFM ,
199
+ "FilesFm " : FilesFm ,
200
200
"Krakenfiles" : Krakenfiles ,
201
- "Transfer" : Transfer ,
201
+ "Transfer.sh " : Transfer_sh ,
202
202
"TmpFiles" : TmpFiles ,
203
- "MixDrop " : MixDrop ,
203
+ "Mixdrop " : Mixdrop ,
204
204
"1Fichier" : OneFichier ,
205
205
"Fileio" : Fileio ,
206
206
"EasyUpload" : EasyUpload ,
207
207
"AnonTransfer" : AnonTransfer ,
208
208
"1CloudFile" : OneCloudFile ,
209
- "AnonymFile " : AnonymFile ,
209
+ "Anonymfile " : Anonymfile ,
210
210
"FileSi" : FileSi ,
211
211
"FileUpload" : FileUpload ,
212
212
"ClicknUpload" : ClicknUpload ,
@@ -215,8 +215,8 @@ def selection(config, available, user_agents_list, proxy_list=""):
215
215
"UserCloud" : UserCloud ,
216
216
"DooDrive" : DooDrive ,
217
217
"uFile" : uFile ,
218
- "DownloadGG " : DownloadGG ,
219
- "CatBox " : CatBox ,
218
+ "Download.gg " : Download_gg ,
219
+ "Catbox " : Catbox ,
220
220
"LitterBox" : LitterBox ,
221
221
"Keep" : Keep ,
222
222
"TempSend" : TempSend ,
@@ -248,11 +248,11 @@ def selection(config, available, user_agents_list, proxy_list=""):
248
248
file_links .close ()
249
249
if auto_load_preset == True and link_format != "" and DEBUG == False :
250
250
with open ("file_links_formatted.txt" , "a" ) as formatted_links_file :
251
- formatted_links_file .writelines (f"{ datetime . now () } | { site } | { file_name } - { link_format .format (status = status , file_name = file_name , file_url = file_url , site_name = site )} \n " )
251
+ formatted_links_file .writelines (f"{ link_format .format (status = status , file_name = file_name , file_url = file_url , site_name = site , date_and_time = datetime . now () )} \n " )
252
252
formatted_links_file .close ()
253
253
254
254
elif status == "error" :
255
- if site in ["Transfer " , "Keep" ]:
255
+ if site in ["Transfer_sh " , "Keep" ]:
256
256
print (f"{ error } { colored (site , 'yellow' )} fucked up again while uploading the file { colored (file_name , 'light_blue' )} . Don't Report this! Its a known issue they need to fix." )
257
257
else :
258
258
print (f"{ error } An error occurred while uploading the file { colored (file_name , 'light_blue' )} to { colored (site , 'yellow' )} ! Please report this. Exception: { colored (exception_str , 'red' )} " )
@@ -301,35 +301,7 @@ def selection(config, available, user_agents_list, proxy_list=""):
301
301
TODO: Quack
302
302
TODO: Simplify Code. I think this is possible and should be done in order to maintain a clean and easy to read code.
303
303
304
- these are here for later...
305
- https://uplodea.com/en
306
- https://fastupload.io/
307
- https://filepost.io/
308
- https://workupload.com/
309
- https://dropbox.com/features/share
310
- https://uploadnow.io/en
311
- https://uploadify.net/
312
- https://4shared.com/
313
- https://zipshare.com/
314
- https://usaupload.com/
315
- https://fileroy.com/
316
- https://upfiles.com/
317
- https://file-up.org/
318
- https://mediafire.com/developers/
319
- https://dropsend.com/
320
- https://surgesend.com/
321
- https://filesharing.com/
322
- https://file.guru/en
323
- https://uploady.io/
324
- https://bestfile.io/en
325
- https://megaup.net/faq.html
326
- https://mirrored.to/
327
- https://similarsites.com/site/download.gg
328
- https://workupload.com/
329
304
330
- """
331
-
332
- """
333
305
Here you can also find some buried credits.
334
306
335
307
Arrow Icon from Kirill Kazachek on https://flaticon.com/authors/kirill-kazachek
0 commit comments