summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileserveCom.py
Commit message (Collapse)AuthorAgeFilesLines
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
|
* self.html -> self.dataGravatar Walter Purcaro 2015-10-231-4/+4
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Update hostersGravatar Walter Purcaro 2015-10-181-6/+6
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-7/+7
| | | | | 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-4/+4
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-041-4/+4
|
* Fix https://github.com/pyload/pyload/issues/1932Gravatar Walter Purcaro 2015-10-021-2/+6
|
* Improve Hoster and Crypter + general fixupGravatar Walter Purcaro 2015-10-011-2/+2
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-13/+9
|
* Update hoster pluginsGravatar Walter Purcaro 2015-09-291-8/+8
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-0/+1
|
* Spare improvements and fixesGravatar Walter Purcaro 2015-09-211-3/+3
|
* Update some pluginsGravatar Walter Purcaro 2015-08-021-2/+2
|
* Then update othersGravatar Walter Purcaro 2015-07-271-3/+3
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-251-1/+1
|
* Account rewrittenGravatar Walter Purcaro 2015-07-251-1/+1
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-2/+2
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-231-1/+1
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-2/+2
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-191-13/+13
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-3/+3
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-181-10/+7
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-1/+1
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-37/+37
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-3/+3
|
* Update allGravatar Walter Purcaro 2015-06-241-8/+6
|
* Update everythingGravatar Walter Purcaro 2015-06-081-3/+3
|
* [UploadedTo] Fixup (2)Gravatar Walter Purcaro 2015-06-061-10/+12
|
* Update plugins after splitting CaptchaServiceGravatar Walter Purcaro 2015-05-301-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-281-1/+1
|
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-2/+2
|
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-8/+7
|
* Update plugins after SimpleHoster changesGravatar Walter Purcaro 2014-12-271-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-221-4/+4
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-091-3/+3
|
* Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-071-2/+2
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-26/+26
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-7/+7
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-1/+1
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-9/+9
|
* Avoid gettext conflict due variable `_`Gravatar Walter Purcaro 2014-10-251-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-251-3/+1
|
* Call error instead fail in some pluginsGravatar Walter Purcaro 2014-10-231-2/+2
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+6
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-111-1/+1
|
* Pattern update 2Gravatar Walter Purcaro 2014-10-111-2/+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/+5
| | | | 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-21/+6
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-201-3/+3
|
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-1/+1
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-9/+9
|
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-3/+3
| | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
* Compute wait time using secondsToMidnightGravatar Walter Purcaro 2014-07-061-5/+8
|
* Fixed some PEP8 violationsGravatar Stefano 2014-04-181-2/+2
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@9117005
* Fix retry time formatsGravatar Walter Purcaro 2014-04-111-3/+3
| | | | Merges vuolter/pyload@498b9e3
* 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
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@6c57a37
* Plugins: cosmetics See #286Gravatar Stefano 2013-10-021-1/+1
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-58/+67
|
* Using CaptchaService to make them works on 0.5Gravatar Stefano 2013-07-151-1/+1
|
* little plugin fixesGravatar zoidberg10 2012-02-011-3/+4
|
* re-enable & refactor fileserve/filejungle/uploadstationGravatar zoidberg10 2012-01-311-168/+210
|
* disabled some hosterGravatar RaNaN 2012-01-231-20/+3
|
* plugin cleanupsGravatar RaNaN 2011-10-041-5/+2
|
* royflos GUI patches, prefix option for webinterface (Gravatar RaNaN 2011-09-211-0/+1
|
* detect invalid downloads on fileservGravatar RaNaN 2011-09-171-2/+8
|
* closed #385Gravatar RaNaN 2011-09-011-1/+0
|
* closed #357, #384Gravatar RaNaN 2011-08-311-13/+12
|
* closed #375Gravatar RaNaN 2011-08-071-1/+11
|
* improvements, command line link checkerGravatar RaNaN 2011-07-161-19/+11
|
* additional log messageGravatar RaNaN 2011-07-061-0/+1
|
* closed #354Gravatar RaNaN 2011-07-061-66/+69
|
* revert unintentional changesGravatar RaNaN 2011-06-101-6/+4
|
* ernieb's hoster patchesGravatar mkaay 2011-06-101-4/+2
|
* fix free downloads, fixes for tip, reorganiseGravatar Paul King 2011-06-041-67/+103
|
* RealdebridCom pluginGravatar RaNaN 2011-05-241-2/+0
|
* closed #246, #247, #248, #249,Gravatar RaNaN 2011-03-121-1/+1
|
* fileserv error messageGravatar RaNaN 2011-03-111-1/+1
|
* closed #259, #250Gravatar RaNaN 2011-03-111-8/+36
|
* FileserveCom: Fixes download checkGravatar fragonib 2011-02-121-4/+4
|
* fileserv fix?Gravatar mkaay 2011-02-071-6/+1
|
* closed #209, #211, #186Gravatar RaNaN 2011-01-091-2/+6
|
* encoding fixGravatar RaNaN 2011-01-081-1/+2
|
* api fixesGravatar RaNaN 2010-12-271-1/+1
|
* Adds support for filesizes greater than MBs and generalizes unicode fixGravatar fragonib 2010-11-271-8/+13
|
* fileserve, prefetch fixGravatar Jeix 2010-11-251-2/+2
|
* depositfiles, fileserve free fixesGravatar Jeix 2010-11-251-1/+5
|
* FileServ fixGravatar RaNaN 2010-11-141-1/+1
|
* closed #158Gravatar RaNaN 2010-10-201-38/+25
|
* closed #158Gravatar RaNaN 2010-10-181-2/+2
|
* fileserve lookintoGravatar Jeix 2010-10-151-29/+46
|
* no poem today, but FileserveCom fixGravatar Jeix 2010-10-131-20/+12
|
* little fixesGravatar RaNaN 2010-09-201-1/+16
|
* netfolder, hotfile folderGravatar RaNaN 2010-09-191-2/+1
|
* fileserv, freakshare fixGravatar RaNaN 2010-09-191-1/+9
|
* some automatic fixesGravatar RaNaN 2010-08-271-29/+29
|
* new dirsGravatar RaNaN 2010-08-251-0/+92
|
* merged guiGravatar mkaay 2010-08-251-92/+0
|
* FileservCom premium + prefetchingGravatar mkaay 2010-08-181-16/+44
|
* FileserveComGravatar Jeix 2010-08-171-0/+64