summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/RelinkUs.py
Commit message (Collapse)AuthorAgeFilesLines
* self.html -> self.dataGravatar Walter Purcaro 2015-10-231-12/+12
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Update cryptersGravatar Walter Purcaro 2015-10-181-5/+9
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-3/+4
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-2/+2
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-081-1/+1
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-8/+5
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-0/+2
|
* [Captcha] Fix _decrypt methodGravatar Walter Purcaro 2015-07-311-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-241-3/+3
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-231-1/+1
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-3/+3
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-181-2/+1
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-4/+4
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-57/+57
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-18/+18
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-1/+1
|
* Update allGravatar Walter Purcaro 2015-06-241-4/+4
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-2/+2
|
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-081-3/+3
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-081-2/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-311-5/+1
|
* Some file encoding fixup + optimizationsGravatar Walter Purcaro 2015-01-291-2/+3
|
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-2/+4
|
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-131-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-021-2/+2
|
* [RelinkUs] Improve unlockPasswordProtectionGravatar Walter Purcaro 2015-01-021-7/+9
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-221-5/+5
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-091-8/+17
|
* Fix with statement on old env like python 2.5 (2)Gravatar Walter Purcaro 2014-12-051-1/+3
|
* Use with statement instead open method when accessing fod + handle i/o errorGravatar Walter Purcaro 2014-11-091-4/+3
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-5/+5
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-0/+2
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-271-2/+0
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-2/+2
|
* Replace single quotes with doubles in self.error and self.fail msgGravatar Walter Purcaro 2014-10-251-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-251-4/+3
|
* Call error instead fail in some pluginsGravatar Walter Purcaro 2014-10-231-1/+1
|
* Remove needless self.htmlGravatar Walter Purcaro 2014-10-211-1/+0
|
* [RelinkUs] Fix regex errors and str conversionGravatar AndroKev 2014-10-181-12/+33
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-111-1/+1
|
* Pattern update 2Gravatar Walter Purcaro 2014-10-111-1/+1
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+2
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-2/+2
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-4/+4
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer self.urls and self.packages for adding linksGravatar Walter Purcaro 2014-07-161-2/+1
|
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-151-1/+3
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-2/+2
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-3/+0
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-12/+13
| | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@d3be840
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Fixed PEP 8 violations in CryptersGravatar Stefano 2013-07-211-39/+39
|
* RelinkUs: Crypter several improvements.Gravatar fragonib 2012-12-261-81/+189
|
* RelinkUs, ShareLinksBiz, BitshareCom little improvementsGravatar fragonib 2011-06-121-9/+17
|
* Use new logging functionsGravatar fragonib 2011-06-051-10/+10
|
* Serveral Plugins: Clean upGravatar fragonib 2011-05-301-1/+1
|
* improved some code style issuesGravatar RaNaN 2011-05-141-3/+3
|
* Serveral Plugins: Clean upGravatar fragonib 2011-05-021-10/+10
|
* Little fixesGravatar fragonib 2010-12-061-3/+2
|
* RelinkUs: Add support for password protected packagesGravatar fragonib 2010-11-181-17/+66
|
* ReLinkUs plugin improvementGravatar fragonib 2010-10-211-20/+27
|
* closed #159Gravatar RaNaN 2010-10-201-24/+22
|
* New ReLinkUs crypter plugin versionGravatar fragonib 2010-10-191-42/+79
|
* new dirsGravatar RaNaN 2010-08-251-0/+58
|
* merged guiGravatar mkaay 2010-08-251-58/+0
|
* refactored plugins, new plugin managerGravatar mkaay 2010-05-051-0/+58