summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UlozTo.py
Commit message (Collapse)AuthorAgeFilesLines
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-4/+4
|
* [UlozTo] Fix setup (thx kmarty)Gravatar Walter Purcaro 2015-01-201-2/+2
|
* [UlozTo] Fix handlePremium (thx kmarty-cz)Gravatar Walter Purcaro 2015-01-201-6/+7
|
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-25/+14
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-221-2/+2
|
* [UlozTo] Fix TRAFFIC_LEFT_PATTERNGravatar Walter Purcaro 2014-12-221-9/+10
|
* Fix password retrieving in some pluginsGravatar Walter Purcaro 2014-12-201-6/+9
|
* Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-071-1/+1
|
* [UlozTo] Fixed hoster and accountGravatar Radek Senfeld 2014-11-141-2/+2
|
* Code cosmetics about file_info and other stuffGravatar Walter Purcaro 2014-11-031-1/+1
|
* Update all other pluginsGravatar Walter Purcaro 2014-11-021-5/+5
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* 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-10/+10
|
* Replace single quotes with doubles in self.error and self.fail msgGravatar Walter Purcaro 2014-10-251-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-251-1/+1
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+5
|
* Update hosters to self.errorGravatar Walter Purcaro 2014-10-191-5/+5
|
* Pattern update 2Gravatar Walter Purcaro 2014-10-111-3/+3
|
* Pattern update 1Gravatar 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/+2
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-4/+4
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-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"Gravatar Walter Purcaro 2014-07-201-6/+6
|
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-2/+2
|
* 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-2/+2
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-2/+0
|
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-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 ↵Gravatar Walter Purcaro 2014-07-051-2/+2
| | | | "OFFLINE_PATTERN"
* Update UlozTo.py - change of file_name_patternGravatar Jelenik 2014-05-261-2/+2
| | | - last used file_name_pattern was not present in html, I have it changed for info from title tag
* Fixed some PEP8 violationsGravatar Stefano 2014-04-181-1/+2
|
* Using in instead of has_keyGravatar Stefano 2014-04-181-3/+3
|
* 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 header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Use wait to set time in SimpleHoster pluginsGravatar Walter Purcaro 2014-04-111-2/+1
| | | | Merges vuolter/pyload@bb002ac
* 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/+2
| | | | Merges vuolter/pyload@6c57a37
* Fixed UlozTo hoster and accountGravatar radek-senfeld 2014-03-291-1/+14
| | | | Merged #554
* Old method returned, it appears that some servers still has an old method so ↵Gravatar kmarty 2013-12-101-32/+23
| | | | both methods are required
* Ulozto changed captcha codeGravatar kmarty 2013-12-041-24/+29
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-27/+29
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-2/+2
|
* Various fixes in 24 pluginsGravatar Stefano 2013-03-071-2/+1
|
* Fixed error getting file sizeGravatar kmarty 2013-02-261-2/+2
|
* Use 'Content-Disposition:' as filename of downloaded fileGravatar kmarty 2013-02-261-4/+4
|
* CaptchaBrotherhood pluginGravatar zoidberg10 2012-07-311-3/+3
|
* expertdecoders.com captcha solvingGravatar zoidberg10 2012-07-271-4/+5
|
* update uloz.to, cloudnator.com, checksum pluginGravatar zoidberg10 2012-06-141-11/+24
|
* Update DepositfilesCom, MediafireCom, UlozTo, XFileSharingProGravatar zoidberg10 2012-05-171-3/+4
|
* update uloz.to, uploading.com - closed #466Gravatar zoidberg10 2012-04-201-5/+9
|
* fix uloz.to premium, add turbobit.net freeGravatar zoidberg10 2012-02-111-10/+14
|
* filefactory premium, uloz.to new url patternGravatar zoidberg10 2012-02-081-39/+43
|
* fix zippyshare, 1fichier, uloz.to live, add some hosterGravatar zoidberg10 2012-02-061-2/+2
|
* update uloz.toGravatar zoidberg10 2012-02-011-40/+34
|
* linkdecrypter api (thx flowlee), fix uloz.to, 1fichier - closed #493, #494, #496Gravatar zoidberg10 2012-01-121-7/+7
|
* uloz.to premium, update linkdecrypter.comGravatar zoidberg10 2012-01-111-97/+95
|
* fix filepost (#431), hellspy, ifolder, letitbit, change SimpleHoster patternsGravatar zoidberg10 2011-11-221-2/+2
|
* cz hoster - update search patternsGravatar zoidberg10 2011-11-201-15/+10
|
* fix Depositfiles, UlozToGravatar zoidberg10 2011-11-131-8/+11
|
* Move getFileInfo to SimpleHoster.py; update MediafireGravatar zoidberg10 2011-11-131-36/+9
|
* plugin pack by zoidbergGravatar RaNaN 2011-09-181-0/+167