summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
Commit message (Collapse)AuthorAgeFilesLines
* [SimpleCrypter] Don't use self.link(s)Gravatar Walter Purcaro 2015-10-181-98/+40
|
* [SimpleCrypter] Don't extend SimpleHoster anymoreGravatar Walter Purcaro 2015-10-131-24/+292
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-10-101-8/+4
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-041-3/+1
|
* Fix https://github.com/pyload/pyload/issues/1932Gravatar Walter Purcaro 2015-10-021-1/+1
|
* fix #1921Gravatar jansohn 2015-10-021-1/+1
|
* Fixpack (1)Gravatar Walter Purcaro 2015-10-011-7/+34
|
* Improve Hoster and Crypter + general fixupGravatar Walter Purcaro 2015-10-011-2/+3
|
* Update internal pluginsGravatar Walter Purcaro 2015-09-291-3/+3
|
* Spare improvements and fixes (2)Gravatar Walter Purcaro 2015-09-211-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-0/+1
|
* Fix pyfile.name processingGravatar Walter Purcaro 2015-09-211-1/+0
|
* Spare improvements and fixesGravatar Walter Purcaro 2015-09-211-2/+6
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-09-031-1/+1
|
* fix #1765Gravatar GammaC0de 2015-08-211-1/+2
|
* Use set_cookie instead cj.setCookieGravatar Walter Purcaro 2015-08-031-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1591Gravatar Walter Purcaro 2015-08-021-15/+13
|
* Update some pluginsGravatar Walter Purcaro 2015-08-021-1/+1
|
* Fix load_account routineGravatar Walter Purcaro 2015-08-011-5/+20
|
* Fix and improve account logicGravatar Walter Purcaro 2015-07-311-9/+3
|
* Update internal pluginsGravatar Walter Purcaro 2015-07-271-54/+20
|
* Account rewrittenGravatar Walter Purcaro 2015-07-251-2/+2
|
* Fix typoGravatar Walter Purcaro 2015-07-241-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-241-1/+1
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-231-1/+1
|
* 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
|
* Fix addonsGravatar Walter Purcaro 2015-07-191-1/+0
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-4/+4
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-21/+21
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-1/+0
|
* Update allGravatar Walter Purcaro 2015-06-241-11/+8
|
* [SimpleHoster] fixurlGravatar Walter Purcaro 2015-06-241-10/+4
|
* [SimpleCrypter] FixupGravatar Walter Purcaro 2015-06-151-2/+2
|
* Update SimpleCrypter.pyGravatar GammaC0de 2015-06-091-2/+2
|
* [SimpleCrypter] Fix handleDirect loopGravatar Walter Purcaro 2015-06-081-7/+8
|
* [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-081-7/+6
|
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
|
* [SimpleCrypter] UpdateGravatar Walter Purcaro 2015-06-021-12/+4
|
* Update SimpleCrypter.pyGravatar GammaC0de 2015-06-011-3/+3
|
* [SimpleCrypter] Merge with SimpleDerefererGravatar Walter Purcaro 2015-05-301-9/+25
|
* [SimpleDereferer] Handle direct linkGravatar Walter Purcaro 2015-05-291-1/+1
|
* [GoogledriveCom] FixupGravatar Walter Purcaro 2015-05-261-4/+6
|
* [SimpleCrypter] FixupGravatar Walter Purcaro 2015-05-251-3/+3
|
* New crypter: GoogledriveComFolderGravatar Walter Purcaro 2015-05-251-3/+3
|
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-4/+3
|
* [GoogledriveCom] Fix handleDirectGravatar Walter Purcaro 2015-03-301-1/+1
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-181-4/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1134Gravatar Walter Purcaro 2015-02-021-3/+3
|
* Spare code improvementsGravatar Walter Purcaro 2015-01-241-1/+2
|
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-1/+1
|
* [SimpleHoster] Improve downloadLink routineGravatar Walter Purcaro 2015-01-201-3/+3
|
* [SimpleCrypter] Fix new getLinks routineGravatar Walter Purcaro 2015-01-131-2/+2
|
* [SimpleCrypter] Better account retrievingGravatar Walter Purcaro 2015-01-131-5/+5
|
* [SimpleCrypter] getLinks auto-complete linksGravatar Walter Purcaro 2015-01-131-3/+7
|
* Improve getInfoGravatar Walter Purcaro 2015-01-101-7/+8
|
* [FilefactoryComFolder] Fix https://github.com/pyload/pyload/issues/961Gravatar Walter Purcaro 2015-01-101-2/+1
|
* "New Year" Update: internal pluginsGravatar Walter Purcaro 2015-01-081-1/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-021-6/+10
|
* Handle methods get pyfile argumentGravatar Walter Purcaro 2014-12-311-5/+7
|
* [SimpleHoster] ImproveGravatar Walter Purcaro 2014-12-281-4/+0
|
* [SimpleCrypter][SimpleDereferer] Fail if no link grabbedGravatar Walter Purcaro 2014-12-271-1/+4
|
* Update plugins after SimpleHoster changesGravatar Walter Purcaro 2014-12-271-6/+9
|
* Spare code fixesGravatar Walter Purcaro 2014-12-261-5/+5
|
* [SimpleHoster] UpdateGravatar Walter Purcaro 2014-12-231-11/+1
|
* Fixes about create_getInfoGravatar Walter Purcaro 2014-11-231-2/+2
|
* [SimpleHoster] Multi-hoster and error handling support + fixes (thx MaPePeR)Gravatar Walter Purcaro 2014-11-221-2/+1
|
* [SimpleCrypter] Extend SimpleHosterGravatar Walter Purcaro 2014-11-211-37/+10
|
* [SimpleCrypter][SimpleHoster] Fix info attr initGravatar Walter Purcaro 2014-11-211-3/+3
|
* [SimpleCrypter] UpdatedGravatar Walter Purcaro 2014-11-211-14/+36
|
* [SimpleCrypter][SimpleHoster] Temp workaroundGravatar Walter Purcaro 2014-11-141-3/+2
|
* Fix url to name conversion in api and simple pluginsGravatar Walter Purcaro 2014-11-111-1/+1
|
* Fix missing urlparse importGravatar Walter Purcaro 2014-11-041-2/+2
|
* [SimpleCrypter][SimpleHoster] Fix info data retrievingGravatar Walter Purcaro 2014-11-041-6/+8
|
* Code cosmetics about file_info and other stuffGravatar Walter Purcaro 2014-11-031-7/+9
|
* [SimpleCrypter] Use getFileInfoGravatar Walter Purcaro 2014-11-031-38/+29
|
* Update internal Simple pluginsGravatar Walter Purcaro 2014-11-021-7/+11
|
* [SimpleCrypter] Move TEXT_ENCODING check to prepare routineGravatar Walter Purcaro 2014-11-011-4/+5
|
* [SimpleCrypter] Fix cookies supportGravatar Walter Purcaro 2014-10-301-3/+2
|
* [SimpleCrypter] Wait methodGravatar Walter Purcaro 2014-10-281-2/+7
|
* [SimpleCrypter][SimpleHoster] Fix typo in _error method callGravatar Walter Purcaro 2014-10-281-2/+2
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-1/+2
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-271-8/+7
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-2/+2
|
* [SimpleHoster][SimpleCrypter] Bump up __version__Gravatar Walter Purcaro 2014-10-261-1/+1
|
* [SimpleHoster][SimpleCrypter] Clean error methodGravatar Walter Purcaro 2014-10-261-5/+2
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-3/+3
|
* Replace single quotes with doubles in self.error and self.fail msgGravatar Walter Purcaro 2014-10-251-3/+3
|
* Fix error methodGravatar Walter Purcaro 2014-10-231-2/+2
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-221-1/+1
|
* Improve error method + fix TEXT_ENCODING in SimpleCrypterGravatar Walter Purcaro 2014-10-221-6/+9
|
* [SimpleCrypter] Fix missing TEXT_ENCODING routineGravatar Walter Purcaro 2014-10-221-2/+5
|
* Preload self.htmlGravatar Walter Purcaro 2014-10-201-5/+5
|
* Improve error methodGravatar Walter Purcaro 2014-10-191-2/+5
|
* parseError -> error now calls Fail instead ExceptionGravatar Walter Purcaro 2014-10-191-4/+5
|
* [SimpleCrypter] Fix account routineGravatar Walter Purcaro 2014-10-181-6/+9
|
* [SimpleCrypter] Fix account associationGravatar Walter Purcaro 2014-10-181-1/+10
|
* [SimpleCrypter] Fix missing LINK_PATTERNGravatar Walter Purcaro 2014-10-171-0/+2
|
* 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/+3
| | | | Whitespaces and EOF fixup
* [SimpleCrypter][SimpleHoster] Better exception handlingGravatar Walter Purcaro 2014-10-071-8/+12
|
* [SimpleCrypter] Improve patternsGravatar Walter Purcaro 2014-10-061-8/+10
|
* Prepare method improves setup oneGravatar Walter Purcaro 2014-09-281-7/+9
|
* [XFileSharingPro] COOKIES preset to english + improved setup routineGravatar Walter Purcaro 2014-09-281-1/+1
|
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-1/+1
|
* Rename SH flagsGravatar Walter Purcaro 2014-09-261-5/+5
|
* Fix cookie deletion + Account support for SimpleCrypterGravatar Walter Purcaro 2014-09-261-3/+14
| | | | Fix: https://github.com/pyload/pyload/issues/749
* [SimpleCrypter] Better built-in infoGravatar Walter Purcaro 2014-09-241-7/+14
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-2/+2
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-2/+4
|
* [SimpleCrypter] Support parseErrorGravatar Walter Purcaro 2014-07-101-21/+7
|
* [SimpleCrypter] Added missed PAGES_PATTERN exampleGravatar Walter Purcaro 2014-07-051-1/+1
|
* [SimpleCrypter] Better inline docs + support for offline & temp.offline checkGravatar Walter Purcaro 2014-07-051-11/+29
|
* [SimpleCrypter] ability to set cookiesGravatar Stefano 2014-07-021-2/+8
|
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@a50c8ff
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Crypter: EasybytezComFolder: Fixed (thx stickell)Gravatar Walter Purcaro 2013-11-231-1/+1
|
* Crypter: EasybytezComFolder: Fixed bad url processing (result in ↵Gravatar Walter Purcaro 2013-11-231-1/+6
| | | | SimpleCrypter update)
* SimpleCrypter: using a separated method to extract links.Gravatar Stefano 2013-09-071-3/+12
| | | | Suggested in #257
* SimpleCrypter is now able to handle links on multiple pagesGravatar Stefano 2013-07-161-5/+29
|
* New crypter EasybytezComFolderGravatar Stefano 2013-04-201-1/+2
| | | | | http://forum.pyload.org/viewtopic.php?p=9028#p9028 + html unescape in SimpleCrypter
* NetfolderIn, SimpleCrypter: stripping folder name.Gravatar Stefano 2013-04-061-1/+1
| | | | + cosmetics
* SimpleCrypter: trivial fix in documentationGravatar Stefano 2013-04-031-1/+3
|
* SimpleCrypter: decoding loaded htmlGravatar Stefano 2013-04-021-2/+2
|
* SimpleCrypter: improved pluginGravatar Stefano 2013-03-071-11/+33
| | | | | | Added support for package name detection Canonical way to add a package Code cleanup
* SpeedLoadOrgFolder: crypter rewrittenGravatar Stefano 2013-03-071-5/+4
| | | | Trivial changes to the SimpleCrypter class
* megaupload decode file info, megaupload/depositfiles foldersGravatar zoidberg10 2011-12-011-0/+44