Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spare code cosmetics | Walter Purcaro | 2015-03-10 | 1 | -4/+4 |
| | |||||
* | [UlozTo] Fix setup (thx kmarty) | Walter Purcaro | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | [UlozTo] Fix handlePremium (thx kmarty-cz) | Walter Purcaro | 2015-01-20 | 1 | -6/+7 |
| | |||||
* | "New Year" Update: hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -25/+14 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | [UlozTo] Fix TRAFFIC_LEFT_PATTERN | Walter Purcaro | 2014-12-22 | 1 | -9/+10 |
| | |||||
* | Fix password retrieving in some plugins | Walter Purcaro | 2014-12-20 | 1 | -6/+9 |
| | |||||
* | Plugin code cosmetics (3) | Walter Purcaro | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | [UlozTo] Fixed hoster and account | Radek Senfeld | 2014-11-14 | 1 | -2/+2 |
| | |||||
* | Code cosmetics about file_info and other stuff | Walter Purcaro | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Update all other plugins | Walter Purcaro | 2014-11-02 | 1 | -5/+5 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -10/+10 |
| | |||||
* | Replace single quotes with doubles in self.error and self.fail msg | Walter Purcaro | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Two space before function declaration | Walter Purcaro | 2014-10-22 | 1 | -0/+5 |
| | |||||
* | Update hosters to self.error | Walter Purcaro | 2014-10-19 | 1 | -5/+5 |
| | |||||
* | Pattern update 2 | Walter Purcaro | 2014-10-11 | 1 | -3/+3 |
| | |||||
* | Pattern update 1 | Walter Purcaro | 2014-10-11 | 1 | -2/+2 |
| | |||||
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+1 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 1 | -2/+2 |
| | | | | Whitespaces and EOF fixup | ||||
* | Logging string cosmetics | Walter Purcaro | 2014-09-27 | 1 | -4/+4 |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -17/+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" | Walter Purcaro | 2014-07-20 | 1 | -6/+6 |
| | |||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | Walter Purcaro | 2014-07-20 | 1 | -2/+2 |
| | |||||
* | Prefer single quote for dict key name | Walter Purcaro | 2014-07-15 | 1 | -2/+2 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 1 | -2/+2 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 1 | -2/+0 |
| | |||||
* | Use parseError instead PluginParseError + unified all download pattern ↵ | Walter Purcaro | 2014-07-10 | 1 | -1/+3 |
| | | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics | ||||
* | [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵ | Walter Purcaro | 2014-07-05 | 1 | -2/+2 |
| | | | | "OFFLINE_PATTERN" | ||||
* | Update UlozTo.py - change of file_name_pattern | Jelenik | 2014-05-26 | 1 | -2/+2 |
| | | | - last used file_name_pattern was not present in html, I have it changed for info from title tag | ||||
* | Fixed some PEP8 violations | Stefano | 2014-04-18 | 1 | -1/+2 |
| | |||||
* | Using in instead of has_key | Stefano | 2014-04-18 | 1 | -3/+3 |
| | |||||
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Fix __pattern__ www | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@d3be840 | ||||
* | Fix header # -*- coding: utf-8 -*- | Walter Purcaro | 2014-04-11 | 1 | -0/+1 |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Use wait to set time in SimpleHoster plugins | Walter Purcaro | 2014-04-11 | 1 | -2/+1 |
| | | | | Merges vuolter/pyload@bb002ac | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 1 | -1/+2 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | Fixed UlozTo hoster and account | radek-senfeld | 2014-03-29 | 1 | -1/+14 |
| | | | | Merged #554 | ||||
* | Old method returned, it appears that some servers still has an old method so ↵ | kmarty | 2013-12-10 | 1 | -32/+23 |
| | | | | both methods are required | ||||
* | Ulozto changed captcha code | kmarty | 2013-12-04 | 1 | -24/+29 |
| | |||||
* | Fixed PEP 8 violations in Hosters | Stefano | 2013-07-22 | 1 | -27/+29 |
| | |||||
* | fixed log api call for several plugins | Walter Purcaro | 2013-07-17 | 1 | -2/+2 |
| | |||||
* | Various fixes in 24 plugins | Stefano | 2013-03-07 | 1 | -2/+1 |
| | |||||
* | Fixed error getting file size | kmarty | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | Use 'Content-Disposition:' as filename of downloaded file | kmarty | 2013-02-26 | 1 | -4/+4 |
| | |||||
* | CaptchaBrotherhood plugin | zoidberg10 | 2012-07-31 | 1 | -3/+3 |
| | |||||
* | expertdecoders.com captcha solving | zoidberg10 | 2012-07-27 | 1 | -4/+5 |
| | |||||
* | update uloz.to, cloudnator.com, checksum plugin | zoidberg10 | 2012-06-14 | 1 | -11/+24 |
| | |||||
* | Update DepositfilesCom, MediafireCom, UlozTo, XFileSharingPro | zoidberg10 | 2012-05-17 | 1 | -3/+4 |
| | |||||
* | update uloz.to, uploading.com - closed #466 | zoidberg10 | 2012-04-20 | 1 | -5/+9 |
| | |||||
* | fix uloz.to premium, add turbobit.net free | zoidberg10 | 2012-02-11 | 1 | -10/+14 |
| | |||||
* | filefactory premium, uloz.to new url pattern | zoidberg10 | 2012-02-08 | 1 | -39/+43 |
| | |||||
* | fix zippyshare, 1fichier, uloz.to live, add some hoster | zoidberg10 | 2012-02-06 | 1 | -2/+2 |
| | |||||
* | update uloz.to | zoidberg10 | 2012-02-01 | 1 | -40/+34 |
| | |||||
* | linkdecrypter api (thx flowlee), fix uloz.to, 1fichier - closed #493, #494, #496 | zoidberg10 | 2012-01-12 | 1 | -7/+7 |
| | |||||
* | uloz.to premium, update linkdecrypter.com | zoidberg10 | 2012-01-11 | 1 | -97/+95 |
| | |||||
* | fix filepost (#431), hellspy, ifolder, letitbit, change SimpleHoster patterns | zoidberg10 | 2011-11-22 | 1 | -2/+2 |
| | |||||
* | cz hoster - update search patterns | zoidberg10 | 2011-11-20 | 1 | -15/+10 |
| | |||||
* | fix Depositfiles, UlozTo | zoidberg10 | 2011-11-13 | 1 | -8/+11 |
| | |||||
* | Move getFileInfo to SimpleHoster.py; update Mediafire | zoidberg10 | 2011-11-13 | 1 | -36/+9 |
| | |||||
* | plugin pack by zoidberg | RaNaN | 2011-09-18 | 1 | -0/+167 |