Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update DlProtectCom.py | 2015-06-23 | 1 | -7/+6 | |
| | |||||
* | Update ShSt crypter plugin | 2015-06-23 | 1 | -3/+3 | |
| | | | | | | | Revert to using the "regular" Crypter abstract class instead of SimpleCrypter. Before the last commit, Crypter was used and the last commit didn't actually make use of any SimpleCrypter functionality. So in order to be consistent, Crypter is now used again. | ||||
* | Update ShSt crypter plugin | 2015-06-23 | 1 | -8/+10 | |
| | | | | | | | | | | The plugin doesn't rely on a third party website anymore for the actual decrypting. Instead it uses a different user agent which makes sh.st serve an HTTP redirect. This speeds up the decrypting process and fixes errors related to the third party web site (in particular the latest outage and API change). Also, self.urls is now used instead of self.packages for the decrypted URL. | ||||
* | Hook plugin code cosmetics (2) | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | New plugin: NitroflareComFolder | 2015-06-15 | 1 | -0/+35 | |
| | |||||
* | [PastebinCom] Update | 2015-06-14 | 1 | -4/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1479 | 2015-06-10 | 2 | -4/+4 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1472 | 2015-06-09 | 1 | -14/+7 | |
| | |||||
* | Merge pull request #1469 from frederikmoellers/stable | 2015-06-09 | 2 | -0/+71 | |
|\ | | | | | 2 new Crypter plugins: sh.st and pasted.co | ||||
| * | New Crypter plugin: pasted.co | 2015-06-09 | 1 | -0/+43 | |
| | | | | | | | | | | | | | | | | Pasted.co is a pastebin service. It can be used to host a list of download links which pyLoad could use. The plugin bypasses the (ineffective) captcha request and fetches the contents of the paste. It keeps the original package's name and folder and just inserts the links from the paste. | ||||
| * | New Crypter plugin: sh.st | 2015-06-09 | 1 | -0/+28 | |
| | | | | | | | | | | | | sh.st is a URL shortener service with ads (much like adf.ly and others). The crypter uses deadlockers.com to bypass the ads/waiting times. It keeps the package name and folder and just inserts the target URL. | ||||
* | | [SimpleHoster] Improve checkFile | 2015-06-09 | 2 | -2/+2 | |
| | | |||||
* | | New plugin: TNTVillageScambioeticoOrg | 2015-06-09 | 1 | -0/+31 | |
|/ | |||||
* | [SexuriaCom] Update | 2015-06-08 | 1 | -22/+22 | |
| | |||||
* | [SimpleHoster] Improve logging and file checking | 2015-06-08 | 2 | -8/+4 | |
| | |||||
* | Update everything | 2015-06-08 | 26 | -52/+52 | |
| | |||||
* | [FreeWayMe] Fixup | 2015-06-08 | 1 | -1/+1 | |
| | |||||
* | Update DataHuFolder.py | 2015-06-05 | 1 | -2/+2 | |
| | |||||
* | Update TnyCz.py | 2015-06-05 | 1 | -2/+2 | |
| | |||||
* | Update BitshareComFolder.py | 2015-06-05 | 1 | -2/+2 | |
| | |||||
* | Update FilestubeCom.py | 2015-06-05 | 1 | -2/+2 | |
| | |||||
* | Update Dereferer.py | 2015-06-01 | 1 | -2/+4 | |
| | |||||
* | [MegaCoNz] Update __pattern__ | 2015-05-30 | 2 | -3/+3 | |
| | |||||
* | New plugin: FurLy | 2015-05-30 | 1 | -0/+24 | |
| | |||||
* | [SimpleCrypter] Merge with SimpleDereferer | 2015-05-30 | 4 | -20/+16 | |
| | |||||
* | [XFileSharingPro][XFileSharingProFolder] Added default __pattern__ | 2015-05-30 | 1 | -2/+2 | |
| | |||||
* | [Dereferer][SimpleDereferer] Update | 2015-05-30 | 1 | -3/+30 | |
| | |||||
* | Update plugins after splitting CaptchaService | 2015-05-30 | 3 | -6/+6 | |
| | |||||
* | Remove DontKnowMe | 2015-05-30 | 1 | -17/+0 | |
| | |||||
* | New plugin: TinyurlCom | 2015-05-30 | 1 | -0/+23 | |
| | |||||
* | [SimpleDereferer] Handle direct link | 2015-05-29 | 1 | -1/+1 | |
| | |||||
* | [GooGl] Update | 2015-05-29 | 2 | -15/+18 | |
| | |||||
* | Spare code cosmetics | 2015-05-27 | 23 | -23/+23 | |
| | |||||
* | [NetloadIn] Mark dead (temp) | 2015-05-27 | 1 | -59/+5 | |
| | |||||
* | [UserAgentSwitcher] Fixup (3) | 2015-05-25 | 1 | -0/+2 | |
| | |||||
* | Some urljoin fixes | 2015-05-25 | 2 | -2/+4 | |
| | |||||
* | New crypter: GoogledriveComFolder | 2015-05-25 | 1 | -0/+23 | |
| | |||||
* | [SimpleHoster] Fix create_getInfo | 2015-05-18 | 1 | -5/+1 | |
| | |||||
* | Use 'import' instead 'from' | 2015-05-01 | 10 | -25/+17 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1373 | 2015-04-30 | 1 | -3/+3 | |
| | |||||
* | [FilecryptCc] Version up (2) | 2015-04-22 | 1 | -4/+4 | |
| | |||||
* | Merge pull request #1367 from zapp-brannigan/patch-1 | 2015-04-22 | 1 | -5/+6 | |
|\ | | | | | [FilecryptCc.py] Avoid hardcoded urls | ||||
| * | [FilecryptCc.py] Avoid hardcoded urls | 2015-04-22 | 1 | -6/+7 | |
| | | | | | | Fix https://github.com/pyload/pyload/issues/1364 again ;) | ||||
* | | [FilecryptCc] Version up | 2015-04-22 | 1 | -2/+4 | |
|/ | |||||
* | remove "www" in circlecaptcha to get it working | 2015-04-22 | 1 | -1/+1 | |
| | |||||
* | Update FilecryptCc.py | 2015-04-22 | 1 | -15/+10 | |
| | |||||
* | [FilecryptCc.py] Fix circle captcha | 2015-04-22 | 1 | -14/+17 | |
| | | | Fix https://github.com/pyload/pyload/issues/1364 | ||||
* | [SimpleHoster] Improve file name handling | 2015-04-09 | 1 | -0/+1 | |
| | |||||
* | Spare code cosmetics | 2015-04-08 | 3 | -5/+5 | |
| | |||||
* | Spare code cosmetics | 2015-03-28 | 16 | -21/+21 | |
| | |||||
* | Tiny code cosmetics | 2015-03-26 | 2 | -8/+8 | |
| | |||||
* | __config__ cosmetics | 2015-03-25 | 60 | -117/+148 | |
| | |||||
* | [DevhostStFolder] Fixup | 2015-03-20 | 1 | -11/+19 | |
| | |||||
* | Import cleanup for datetime and time modules | 2015-03-14 | 1 | -2/+2 | |
| | |||||
* | Spare code cosmetics | 2015-03-10 | 4 | -13/+11 | |
| | |||||
* | [DDLMusicOrg] Removed | 2015-03-10 | 1 | -51/+0 | |
| | |||||
* | [MultiHook] Fix _pluginSet (fix LinkdecrypterCom issue) | 2015-03-10 | 1 | -4/+1 | |
| | |||||
* | [DailymotionBatch][YoutubeBatch] Renamed | 2015-03-06 | 2 | -4/+4 | |
| | |||||
* | Spare code cosmetics | 2015-02-08 | 7 | -16/+12 | |
| | |||||
* | [MegaCoNzFolder] Fixup | 2015-02-03 | 1 | -3/+3 | |
| | |||||
* | Spare code cosmetics | 2015-01-31 | 8 | -37/+16 | |
| | |||||
* | Some file encoding fixup + optimizations | 2015-01-29 | 1 | -2/+3 | |
| | |||||
* | Spare code improvements | 2015-01-24 | 2 | -10/+2 | |
| | |||||
* | Update plugins after CaptchaService changes | 2015-01-22 | 5 | -19/+25 | |
| | |||||
* | Fix plugin filename case | 2015-01-20 | 3 | -0/+0 | |
| | |||||
* | [FilecryptCc.py] Added support for ReCaptchaV2 | 2015-01-14 | 1 | -17/+14 | |
| | | | Fix for https://github.com/pyload/pyload/issues/976 | ||||
* | Replace 'except' with 'except Exception' | 2015-01-13 | 6 | -7/+7 | |
| | |||||
* | [XFSHoster] Auto-resolve HOSTER_DOMAIN | 2015-01-13 | 4 | -50/+0 | |
| | |||||
* | [FilerNet] Code cosmetics | 2015-01-13 | 1 | -5/+3 | |
| | |||||
* | [FilefactoryComFolder] Fix https://github.com/pyload/pyload/issues/961 | 2015-01-10 | 1 | -6/+6 | |
| | |||||
* | [MegaCoNz][MegaCoNzFolder] Improve __pattern__ | 2015-01-10 | 1 | -3/+6 | |
| | |||||
* | Fix some plugins name | 2015-01-09 | 2 | -6/+6 | |
| | |||||
* | Spare fixes | 2015-01-09 | 3 | -5/+6 | |
| | |||||
* | "New Year" Update: crypter plugins | 2015-01-08 | 5 | -42/+22 | |
| | |||||
* | Spare code improvements | 2015-01-04 | 1 | -1/+1 | |
| | |||||
* | [DlProtectCom] Update | 2015-01-04 | 1 | -19/+16 | |
| | |||||
* | Update DlProtectCom.py | 2015-01-04 | 1 | -8/+11 | |
| | | | | | | | | | | | | Hello Frist, I'm a French guy so sorry for my English. I have made some fix for the DlProtect crypter : - Remove '>' at the start of string to search in the html page - Chage field name on form - Add a loop to wait 'Continue' button on the form. I stay 1 bug, because for me the message was in French in the page ('Please click on continue to see the content' => 'Cliquez sur continuer pour voir le(s) lien(s)'). I don't not how to manage multi-language in the crypter. | ||||
* | Spare code cosmetics | 2015-01-02 | 2 | -3/+3 | |
| | |||||
* | [RelinkUs] Improve unlockPasswordProtection | 2015-01-02 | 1 | -7/+9 | |
| | |||||
* | [FilecryptCc] Fix handlePasswordProtection | 2015-01-02 | 1 | -3/+5 | |
| | |||||
* | Handle methods get pyfile argument | 2014-12-31 | 1 | -2/+2 | |
| | |||||
* | [LinkCryptWs] Tiny code cosmetic | 2014-12-28 | 1 | -2/+3 | |
| | |||||
* | Update LinkCryptWs.py | 2014-12-27 | 1 | -5/+4 | |
| | | | key captcha recognition improved (works faster) | ||||
* | [MegaCoNzFolder] Increase loading timeout | 2014-12-27 | 1 | -1/+5 | |
| | |||||
* | [FilecryptCc] ReCaptcha 2.0 support | 2014-12-27 | 1 | -4/+14 | |
| | |||||
* | [LinkdecrypterCom] Extend MultiHook | 2014-12-27 | 1 | -16/+19 | |
| | |||||
* | New plugin: MegaCoNzFolder | 2014-12-27 | 1 | -0/+25 | |
| | |||||
* | More plugin __pattern__ improved (crypter ones this time) | 2014-12-27 | 14 | -14/+14 | |
| | |||||
* | [LinkSaveIn] Update | 2014-12-27 | 1 | -233/+6 | |
| | |||||
* | [Dereferer][DontKnowMe] Extend SimpleDereferer | 2014-12-27 | 2 | -30/+9 | |
| | |||||
* | New plugin: CloudzillaToFolder | 2014-12-23 | 1 | -0/+43 | |
| | |||||
* | [SimpleHoster] Improve multi-hoster feature | 2014-12-23 | 1 | -3/+3 | |
| | |||||
* | Spare code cosmetics | 2014-12-22 | 11 | -26/+26 | |
| | |||||
* | Update plugins | 2014-12-16 | 1 | -13/+29 | |
| | |||||
* | Merge pull request #956 from zapp-brannigan/patch-1 | 2014-12-16 | 1 | -4/+10 | |
|\ | | | | | [FilecryptCc.py] Upgrade captcha handling | ||||
| * | [FilecryptCc.py] Upgrade captcha handling | 2014-12-11 | 1 | -4/+10 | |
| | | | | | | Added support for "click the open circle" captchas. | ||||
* | | Fix missing create_getInfo | 2014-12-12 | 30 | -30/+120 | |
| | | |||||
* | | Spare code cosmetics | 2014-12-09 | 4 | -15/+24 | |
| | | |||||
* | | Fix __version__ format in some plugins | 2014-12-09 | 16 | -16/+16 | |
| | | |||||
* | | Plugin code cosmetics (3) | 2014-12-07 | 1 | -2/+4 | |
|/ | |||||
* | Fix with statement on old env like python 2.5 (2) | 2014-12-05 | 1 | -1/+3 | |
| | |||||
* | Go4Up -> Go4UpCom | 2014-12-04 | 1 | -4/+7 | |
| | |||||
* | New crypter Go4Up | 2014-12-04 | 1 | -0/+46 | |
| | |||||
* | [NetloadIn] Syntax fixup | 2014-12-03 | 1 | -1/+1 | |
| | |||||
* | Fix Error [LinkCryptWs.py] | 2014-11-26 | 1 | -3/+4 | |
| | | | Error: global name 'pyfile' is not defined | ||||
* | Fix some URL_REPLACEMENTS | 2014-11-23 | 1 | -2/+2 | |
| | |||||
* | Fix missing create_getInfo in dead crypters | 2014-11-23 | 23 | -23/+89 | |
| | |||||
* | [FilecryptCc] Tiny fixup | 2014-11-22 | 1 | -2/+2 | |
| | |||||
* | Fix cookie domain | 2014-11-21 | 2 | -2/+2 | |
| | |||||
* | [FilecryptCc] Code improvements | 2014-11-21 | 1 | -41/+24 | |
| | |||||
* | New crypter FilecryptCc | 2014-11-20 | 1 | -0/+165 | |
| | |||||
* | [LinkCryptWs] Fix (thx NETHeader) | 2014-11-20 | 1 | -40/+25 | |
| | |||||
* | [LinkCryptWs] Fix typo | 2014-11-15 | 1 | -5/+3 | |
| | |||||
* | Re-add some dead crypters | 2014-11-10 | 4 | -0/+60 | |
| | |||||
* | Code cosmetics | 2014-11-10 | 7 | -29/+41 | |
| | |||||
* | New crypter LinkCryptWs | 2014-11-09 | 1 | -0/+343 | |
| | |||||
* | Use with statement instead open method when accessing fod + handle i/o error | 2014-11-09 | 1 | -4/+3 | |
| | |||||
* | Fix download link formatting in some plugins | 2014-11-07 | 2 | -10/+8 | |
| | |||||
* | Code cosmetics | 2014-11-06 | 1 | -1/+1 | |
| | |||||
* | Code cosmetics about file_info and other stuff | 2014-11-03 | 1 | -1/+1 | |
| | |||||
* | Update crypters | 2014-11-03 | 20 | -68/+47 | |
| | |||||
* | Update all other plugins | 2014-11-02 | 22 | -52/+52 | |
| | |||||
* | [XFileSharingPro] Fix hoster and crypter plugins | 2014-11-02 | 1 | -11/+22 | |
| | |||||
* | [DuploadOrgFolder] Mark dead | 2014-10-28 | 1 | -9/+5 | |
| | |||||
* | Code cosmetics: plugin class attributes | 2014-10-28 | 76 | -319/+319 | |
| | |||||
* | Update plugins to last changes | 2014-10-28 | 1 | -6/+2 | |
| | |||||
* | Code cosmetics: items() -> iteritems() | 2014-10-28 | 1 | -1/+1 | |
| | |||||
* | Update __config__ | 2014-10-28 | 76 | -5/+139 | |
| | |||||
* | Code cosmetics | 2014-10-27 | 14 | -36/+2 | |
| | |||||
* | Spare code cosmetics | 2014-10-27 | 1 | -2/+6 | |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | 2014-10-26 | 28 | -53/+53 | |
| | |||||
* | Avoid gettext conflict due variable `_` | 2014-10-25 | 2 | -2/+2 | |
| | |||||
* | Replace single quotes with doubles in self.error and self.fail msg | 2014-10-25 | 19 | -20/+20 | |
| | |||||
* | Spare code cosmetics | 2014-10-25 | 14 | -28/+23 | |
| | |||||
* | Call error instead fail in some plugins | 2014-10-23 | 3 | -4/+4 | |
| | |||||
* | Two space before function declaration | 2014-10-22 | 11 | -9/+26 | |
| | |||||
* | Remove needless self.html | 2014-10-21 | 6 | -9/+0 | |
| | |||||
* | [SafelinkingNet] Better way to retrieve password | 2014-10-20 | 1 | -3/+1 | |
| | |||||
* | Update other plugins to support self.error | 2014-10-19 | 2 | -3/+3 | |
| | |||||
* | Fixed logging issue with coords values | 2014-10-18 | 2 | -4/+38 | |
| | |||||
* | [RelinkUs] Fix regex errors and str conversion | 2014-10-18 | 1 | -12/+33 | |
| | |||||
* | [XFileSharingPro] Fixes | 2014-10-18 | 1 | -5/+9 | |
| | |||||
* | [XFileSharingPro][XFileSharingProFolder] Account pairing routine | 2014-10-18 | 1 | -2/+10 | |
| | |||||
* | [HotfileFolderCom] Rename to HotfileComFolder | 2014-10-18 | 1 | -2/+2 | |
| | |||||
* | Convert some crypters to use XFSPCrypter instead SimpleCrypter | 2014-10-18 | 4 | -23/+18 | |
| | |||||
* | Spare code cosmetics | 2014-10-17 | 2 | -2/+2 | |
| | |||||
* | New decrypter XFileSharingProFolder | 2014-10-17 | 1 | -0/+22 | |
| | |||||
* | New crypter RapidfileshareNetFolder | 2014-10-15 | 1 | -0/+19 | |
| | |||||
* | New crypter JunocloudMeFolder | 2014-10-14 | 1 | -0/+20 | |
| | |||||
* | [YoutubeBatch] Fix API_KEY | 2014-10-12 | 1 | -4/+5 | |
| | |||||
* | Pattern update 3 | 2014-10-11 | 8 | -10/+10 | |
| | |||||
* | Pattern update 2 | 2014-10-11 | 33 | -36/+36 | |
| | |||||
* | Pattern update 1 | 2014-10-11 | 7 | -7/+7 | |
| | |||||
* | [FileshareInUa] Mark dead | 2014-10-11 | 1 | -1/+1 | |
| | |||||
* | New crypter SexuriaCom | 2014-10-11 | 1 | -0/+102 | |
| | |||||
* | [FiredriveComFolder] Mark dead | 2014-10-10 | 1 | -17/+3 | |
| | |||||
* | ShareRapidCom -> MegaRapidCz | 2014-10-09 | 2 | -18/+18 | |
| | |||||
* | Add __license__ key attribute to plugins | 2014-10-08 | 72 | -0/+72 | |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | 2014-10-07 | 72 | -144/+127 | |
| | | | | Whitespaces and EOF fixup | ||||
* | Update SimpleCrypter based plugins | 2014-10-06 | 20 | -43/+43 | |
| | |||||
* | [DevhostStFolder] Folder-in-folder support | 2014-10-06 | 1 | -5/+28 | |
| | |||||
* | Spare code cosmetics | 2014-10-05 | 2 | -2/+2 | |
| | |||||
* | [HotfileFolderCom] Fix broken __pattern__ (thx zapp-brannigan) | 2014-10-05 | 1 | -2/+2 | |
| | |||||
* | Use load instead req.load in all crypters and CaptchaService | 2014-10-05 | 3 | -7/+7 | |
| | |||||
* | [LinkSaveIn] Now SimpleCrypter based | 2014-10-05 | 1 | -5/+21 | |
| | |||||
* | Better import lib header | 2014-10-05 | 3 | -10/+5 | |
| | |||||
* | Spare __pattern__ cosmetics | 2014-10-04 | 1 | -2/+2 | |
| | |||||
* | [HotfileFolderCom] Mark dead | 2014-10-04 | 1 | -19/+4 | |
| | |||||
* | [Dev-Host] Improve patterns a bit | 2014-10-03 | 1 | -2/+2 | |
| | |||||
* | [Dev-Host] Folder support (partially) | 2014-10-03 | 1 | -0/+29 | |
| | |||||
* | Remove old, not working, SerienjunkiesOrg crypter. | 2014-09-27 | 1 | -324/+0 | |
| | | | | Warez plugin are not allowed. | ||||
* | Logging string cosmetics | 2014-09-27 | 13 | -19/+19 | |
| | |||||
* | [MultiuploadCom] Mark dead | 2014-09-26 | 1 | -54/+5 | |
| | |||||
* | Rename SH flags | 2014-09-26 | 1 | -1/+1 | |
| | |||||
* | Fix cookie deletion + Account support for SimpleCrypter | 2014-09-26 | 1 | -1/+4 | |
| | | | | Fix: https://github.com/pyload/pyload/issues/749 | ||||
* | New crypter UploadableChFolder | 2014-09-04 | 1 | -0/+21 | |
| | |||||
* | [DdlstorageCom] Mark dead | 2014-08-29 | 1 | -5/+6 | |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 2014-08-01 | 71 | -432/+96 | |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Prefer single quote for dict key | 2014-08-01 | 1 | -1/+1 | |
| | |||||
* | Store all re.search/match object as "m" instead "found" | 2014-07-20 | 10 | -60/+60 | |
| | |||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | 2014-07-20 | 13 | -33/+33 | |
| | |||||
* | Prefer self.urls and self.packages for adding links | 2014-07-16 | 24 | -96/+55 | |
| | |||||
* | [StealthTo] Mark dead | 2014-07-15 | 1 | -40/+4 | |
| | |||||
* | Key attributes cleanup for account, container and crypter plugins | 2014-07-15 | 71 | -89/+282 | |
| | |||||
* | Prefer single quote for dict key name | 2014-07-15 | 11 | -75/+75 | |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | 2014-07-15 | 15 | -35/+22 | |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | 2014-07-15 | 11 | -18/+4 | |
| | |||||
* | Use parseError instead PluginParseError + unified all download pattern ↵ | 2014-07-10 | 12 | -26/+28 | |
| | | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics | ||||
* | New crypter FilecloudIoFolder | 2014-07-08 | 1 | -0/+30 | |
| | |||||
* | New crypter FiredriveComFolder | 2014-07-07 | 1 | -0/+39 | |
| | |||||
* | [YoutubeBatch] Little pattern fixup | 2014-07-05 | 1 | -1/+1 | |
| | |||||
* | [ImgurComAlbum] Added www and mobile to pattern | 2014-07-05 | 1 | -2/+2 | |
| | |||||
* | [ShareLinksBiz] Fix broken pattern due last update | 2014-07-05 | 1 | -1/+1 | |
| | |||||
* | [SimpleCrypter] Better inline docs + support for offline & temp.offline check | 2014-07-05 | 2 | -4/+4 | |
| | |||||
* | New hoster: VimeoCom | 2014-07-05 | 1 | -30/+0 | |
| | |||||
* | Cleaned ShareLinksBiz pattern + better if-check for RSDF plugin | 2014-07-05 | 1 | -2/+2 | |
| | |||||
* | [FilefactoryComFolder] Rewritten | 2014-07-02 | 1 | -35/+12 | |
| | | | | Fixes #648 | ||||
* | [FilerNetFolder] New crypter | 2014-07-01 | 1 | -0/+19 | |
| | | | | See also #660 | ||||
* | [ImgurComAlbum] new crypter | 2014-06-30 | 1 | -0/+21 | |
| | |||||
* | Czshare renamed to Sdilej | 2014-04-18 | 1 | -3/+3 | |
| | | | | Merges #584 |