|
21 | 21 | %appdata%\Uptooda\Servers\ (если вы использовали инсталлятор) |
22 | 22 | Создайте там XML файл с такой же структурой, как у текущего файла. |
23 | 23 | --> |
24 | | - <Server Name="ImageBan.ru" Authorize="2" Plugin="imageban" WebsiteUrl="https://imageban.ru" RegistrationUrl="https://imageban.ru/u/register"> |
| 24 | + <Server Name="ImageBan.ru" Types="image video" Authorize="2" Plugin="imageban" WebsiteUrl="https://imageban.ru" RegistrationUrl="https://imageban.ru/u/register"> |
25 | 25 | <Info> |
26 | 26 | <SupportedFormats> |
27 | | - <FormatGroup> |
| 27 | + <FormatGroup MaxFileSize="10485760" UserTypes="anon, reg"> |
28 | 28 | <Format MimeType="image/bmp">*.bmp</Format> |
29 | 29 | <Format MimeType="image/jpeg">*.jpg,*.jpeg</Format> |
30 | 30 | <Format MimeType="image/png">*.png</Format> |
31 | 31 | <Format MimeType="image/gif">*.gif</Format> |
32 | 32 | <Format MimeType="image/webp">*.webp</Format> |
| 33 | + <Format MimeType="video/webm">*.webm</Format> |
33 | 34 | </FormatGroup> |
34 | | - <FormatGroup> |
| 35 | + <FormatGroup MaxFileSize="20971520" UserTypes="gold"> |
| 36 | + <Format MimeType="image/bmp">*.bmp</Format> |
| 37 | + <Format MimeType="image/jpeg">*.jpg,*.jpeg</Format> |
| 38 | + <Format MimeType="image/png">*.png</Format> |
| 39 | + <Format MimeType="image/gif">*.gif</Format> |
| 40 | + <Format MimeType="image/webp">*.webp</Format> |
35 | 41 | <Format MimeType="video/webm">*.webm</Format> |
36 | 42 | </FormatGroup> |
37 | 43 | </SupportedFormats> |
|
40 | 46 | </Actions> |
41 | 47 | <Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub"/> |
42 | 48 | </Server> |
43 | | - <Server Name="imgur.com" Type="image" Types="image file" Authorize="1" Plugin="imgur" NeedPassword="0" WebsiteUrl="https://imgur.com" |
| 49 | + <Server Name="imgur.com" Type="image" Types="image file video" Authorize="1" Plugin="imgur" NeedPassword="0" WebsiteUrl="https://imgur.com" |
44 | 50 | RegistrationUrl="https://imgur.com/register" MaxThreads="1"> |
45 | 51 | <Info> |
46 | 52 | <SupportedFormats> |
|
211 | 217 | </Actions> |
212 | 218 | <Result DownloadUrlTemplate="http://sendfile.su/$(FileId)"/> |
213 | 219 | </Server> |
214 | | - <Server Name="flickr.com" FileHost="1" NeedPassword="0" Authorize="2" Debug="0" Plugin="flickr" SupportsFolders="1" WebsiteUrl="https://flickr.com" |
| 220 | + <Server Name="flickr.com" Types="image video" NeedPassword="0" Authorize="2" Debug="0" Plugin="flickr" SupportsFolders="1" WebsiteUrl="https://flickr.com" |
215 | 221 | RegistrationUrl="https://identity.flickr.com/sign-up"> |
216 | 222 | <Info> |
217 | 223 | <SupportedFormats> |
|
372 | 378 | </Actions> |
373 | 379 | <Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub"/> |
374 | 380 | </Server> |
375 | | - <Server Name="abcvg.org" MaxFileSize="10000000" Plugin="abcvg" WebsiteUrl="https://abcvg.org"> |
| 381 | + <Server Name="abcvg.org" MaxFileSize="10485760" Plugin="abcvg" WebsiteUrl="https://abcvg.org"> |
| 382 | + <Info> |
| 383 | + <SupportedFormats> |
| 384 | + <FormatGroup MaxFileSize="10485760" UserTypes="reg"> |
| 385 | + <Format MimeType="image/jpeg">*.jpg,*.jpeg</Format> |
| 386 | + <Format MimeType="image/png">*.png</Format> |
| 387 | + <Format MimeType="image/gif">*.gif</Format> |
| 388 | + </FormatGroup> |
| 389 | + </SupportedFormats> |
| 390 | + </Info> |
376 | 391 | <Actions> |
377 | 392 | </Actions> |
378 | 393 | <Result ImageUrlTemplate="stub"/> |
|
404 | 419 | </Actions> |
405 | 420 | <Result DownloadUrlTemplate="$(FileId)" DeleteUrl="$(DeleteUrl)"/> |
406 | 421 | </Server> |
407 | | - <Server Name="freeimage.host" Authorize="0" Type="image" Plugin="freeimage.host" WebsiteUrl="https://freeimage.host/"> |
| 422 | + <Server Name="freeimage.host" MaxFileSize="67108864" Authorize="0" Type="image" Plugin="freeimage.host" WebsiteUrl="https://freeimage.host/"> |
408 | 423 | <Actions> |
409 | 424 | </Actions> |
410 | 425 | <Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub"/> |
411 | 426 | </Server> |
412 | | - <Server Name="pixhost.to" Authorize="0" Type="image" Plugin="pixhost.to" MaxFileSize="10000000" WebsiteUrl="https://pixhost.to"> |
| 427 | + <Server Name="pixhost.to" Authorize="0" Type="image" Plugin="pixhost.to" MaxFileSize="10485760" WebsiteUrl="https://pixhost.to"> |
| 428 | + <Info> |
| 429 | + <SupportedFormats> |
| 430 | + <FormatGroup MaxFileSize="10485760"> |
| 431 | + <Format MimeType="image/jpeg">*.jpg,*.jpeg</Format> |
| 432 | + <Format MimeType="image/png">*.png</Format> |
| 433 | + <Format MimeType="image/gif">*.gif</Format> |
| 434 | + </FormatGroup> |
| 435 | + </SupportedFormats> |
| 436 | + </Info> |
413 | 437 | <Actions> |
414 | 438 | </Actions> |
415 | 439 | <Result DownloadUrlTemplate="stub" ThumbUrlTemplate="stub"/> |
|
511 | 535 | </Actions> |
512 | 536 | <Result ImageUrlTemplate="$(Image)" ThumbUrlTemplate="$(Thumb)" DownloadUrlTemplate="$(View)" /> |
513 | 537 | </Server> |
514 | | - <Server Name="dubz.co" Authorize="1" Type="file" Plugin="dubz" WebsiteUrl="https://dubz.co/" RegistrationUrl="https://dubz.co/register" LoginLabel="Email"> |
| 538 | + <Server Name="dubz.co" Authorize="1" Type="video" Plugin="dubz" WebsiteUrl="https://dubz.co/" RegistrationUrl="https://dubz.co/register" LoginLabel="Email"> |
515 | 539 | <Info> |
516 | 540 | <SupportedFormats> |
517 | | - <FormatGroup MaxFileSize="100000000"> |
| 541 | + <FormatGroup MaxFileSize="100000000" UserTypes="anon"> |
518 | 542 | <Format MimeType="video/mp4">*.mp4</Format> |
519 | 543 | <Format MimeType="video/quicktime">*.mov</Format> |
520 | 544 | <Format MimeType="audio/mpeg">*.mp3</Format> |
|
535 | 559 | </Actions> |
536 | 560 | <Result ImageUrlTemplate="stub" DownloadUrlTemplate="stub"/> |
537 | 561 | </Server> |
538 | | - <Server Name="imgspace.online" Types="image file" Authorize="2" MaxFileSize="100000000" WebsiteUrl="https://imgspace.online/" |
| 562 | + <Server Name="imgspace.online" Types="image file video" Authorize="2" MaxFileSize="100000000" WebsiteUrl="https://imgspace.online/" |
539 | 563 | RegistrationUrl="https://imgspace.online/signup" PasswordLabel="API key"> |
540 | 564 | <Info> |
541 | 565 | <SupportedFormats> |
|
562 | 586 | </Actions> |
563 | 587 | <Result ImageUrlTemplate="$(ImageUrl)" ThumbUrlTemplate="$(ThumbUrl)" DownloadUrlTemplate="$(ViewUrl)" DeleteUrl="$(DeleteUrl)" /> |
564 | 588 | </Server> |
565 | | - <Server Name="gifyu.com" MaxFileSize="50000000" WebsiteUrl="https://gifyu.com/" |
| 589 | + <Server Name="gifyu.com" MaxFileSize="52428800" WebsiteUrl="https://gifyu.com/" |
566 | 590 | RegistrationUrl="https://gifyu.com/signup"> |
567 | 591 | <Info> |
568 | 592 | <SupportedFormats> |
569 | | - <FormatGroup MaxFileSize="50000000"> |
| 593 | + <FormatGroup MaxFileSize="52428800"> |
570 | 594 | <Format MimeType="image/jpeg">*.jpg,*.jpeg</Format> |
571 | 595 | <Format MimeType="image/png">*.png</Format> |
572 | 596 | <Format MimeType="image/gif">*.gif</Format> |
|
605 | 629 | </Actions> |
606 | 630 | <Result ImageUrlTemplate="$(DirectUrl)" ThumbUrlTemplate="$(ThumbUrl)" DownloadUrlTemplate="$(ViewUrl)" DeleteUrl="$(DeleteUrl)"/> |
607 | 631 | </Server> |
608 | | - <Server Name="1file.su" FileHost="1" WebsiteUrl="https://1file.su" MaxThreads="1"> |
| 632 | + <Server Name="1file.su" FileHost="1" MaxFileSize="524288000" WebsiteUrl="https://1file.su" MaxThreads="1"> |
609 | 633 | <Actions> |
610 | 634 | <Action Type="get" Url="https://1file.su" RegExp="_token"\s+value="(.+?)"" AssignVars="Token:0"/> |
611 | 635 | <Action Type="upload" Url="https://1file.su/upload-file" PostParams="_token=$(Token);files[]=%filename%;"> |
|
642 | 666 | </Actions> |
643 | 667 | <Result DownloadUrlTemplate="stub"/> |
644 | 668 | </Server> |
645 | | - <Server Name="take-me-to.space" FileHost="1" Authorize="2" Plugin="take-me-to.space" WebsiteUrl="https://take-me-to.space" NeedPassword="0"> |
| 669 | + <Server Name="take-me-to.space" MaxFileSize="52428800" FileHost="1" Authorize="2" Plugin="take-me-to.space" WebsiteUrl="https://take-me-to.space" NeedPassword="0"> |
646 | 670 | <Actions> |
647 | 671 | </Actions> |
648 | 672 | <Result ImageUrlTemplate="stub"/> |
|
668 | 692 | <Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub" DownloadUrlTemplate="stub"/> |
669 | 693 | </Server> |
670 | 694 | <!-- Chevereto v4 uploader --> |
671 | | - <Server Name="freeimghost.net" Authorize="2" FileHost="1" MaxFileSize="52428800" Plugin="freeimghost.net" WebsiteUrl="https://freeimghost.net/" RegistrationUrl="https://freeimghost.net/signup" PasswordLabel="API key"> |
| 695 | + <Server Name="freeimghost.net" Authorize="2" Types="image video" MaxFileSize="52428800" Plugin="freeimghost.net" WebsiteUrl="https://freeimghost.net/" RegistrationUrl="https://freeimghost.net/signup" PasswordLabel="API key"> |
672 | 696 | <Info> |
673 | 697 | <SupportedFormats> |
674 | 698 | <FormatGroup MaxFileSize="52428800" UserTypes="reg"> |
|
731 | 755 | </Actions> |
732 | 756 | <Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub" DownloadUrlTemplate="stub" DeleteUrl="stub"/> |
733 | 757 | </Server> |
734 | | - <Server Name="thumbsnap.com" FileHost="1" Authorize="2" MaxFileSize="50331648" Plugin="thumbsnap" WebsiteUrl="https://thumbsnap.com/" RegistrationUrl="https://thumbsnap.com/users/signup" PasswordLabel="API key"> |
| 758 | + <Server Name="thumbsnap.com" Types="image video" Authorize="2" MaxFileSize="50331648" Plugin="thumbsnap" WebsiteUrl="https://thumbsnap.com/" RegistrationUrl="https://thumbsnap.com/users/signup" PasswordLabel="API key"> |
735 | 759 | <Info> |
736 | 760 | <SupportedFormats> |
737 | 761 | <FormatGroup MaxFileSize="50331648" UserTypes="reg"> |
|
767 | 791 | </Actions> |
768 | 792 | <Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub" DeleteUrl="stub"/> |
769 | 793 | </Server> |
770 | | - <Server Name="savefiles.com" MaxFileSize="21474836480" FileHost="1" Authorize="2" Plugin="savefiles" SupportsFolders="1" WebsiteUrl="https://savefiles.com/" RegistrationUrl="https://savefiles.com/?op=registration" PasswordLabel="API key" MaxThreads="1"> |
| 794 | + <Server Name="savefiles.com" MaxFileSize="21474836480" Type="video" Authorize="2" Plugin="savefiles" SupportsFolders="1" WebsiteUrl="https://savefiles.com/" RegistrationUrl="https://savefiles.com/?op=registration" PasswordLabel="API key" MaxThreads="1"> |
771 | 795 | <Info> |
772 | 796 | <SupportedFormats> |
773 | 797 | <FormatGroup MaxFileSize="21474836480" UserTypes="reg"> |
|
0 commit comments