summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UlozTo.py
Commit message (Expand)AuthorAgeFilesLines
* Update hosters (1)Gravatar Walter Purcaro 2015-12-271-7/+4
* Fix https://github.com/pyload/pyload/issues/2112Gravatar Walter Purcaro 2015-10-281-2/+5
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
* self.html -> self.dataGravatar Walter Purcaro 2015-10-231-8/+8
* Boring code cosmetics (3)Gravatar Walter Purcaro 2015-10-231-2/+1
* Boring code cosmeticsGravatar Walter Purcaro 2015-10-201-1/+1
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
* Update hostersGravatar Walter Purcaro 2015-10-181-2/+2
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-2/+3
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-1/+1
* Fix https://github.com/pyload/pyload/issues/1920Gravatar Walter Purcaro 2015-10-021-4/+6
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-5/+4
* Update hoster pluginsGravatar Walter Purcaro 2015-09-291-4/+4
* Spare improvements and fixesGravatar Walter Purcaro 2015-09-211-4/+3
* [UlozTo] Hoster updateGravatar Walter Purcaro 2015-09-131-4/+6
* Some fixes (2)Gravatar Walter Purcaro 2015-08-041-2/+2
* Fix content-dispositionGravatar Walter Purcaro 2015-07-281-2/+1
* Then update othersGravatar Walter Purcaro 2015-07-271-1/+1
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-3/+3
* Improve CaptchaGravatar Walter Purcaro 2015-07-231-2/+2
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-3/+3
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-191-7/+7
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-3/+3
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-1/+1
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-25/+25
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-5/+5
* Update pluginsGravatar Walter Purcaro 2015-06-081-3/+3
* [GoogledriveCom][OneFichierCom][UlozTo] Reset DISPOSITION to FalseGravatar Walter Purcaro 2015-05-041-1/+2
* Temp fixup to `filename*=UTF-8` bugGravatar Walter Purcaro 2015-03-311-12/+1
* [GoogledriveCom][UlozTo] Fix handleDirect (2)Gravatar Walter Purcaro 2015-03-301-2/+2
* [UlozTo] Fix https://github.com/pyload/pyload/issues/1300Gravatar Walter Purcaro 2015-03-301-6/+6
* [UlozTo] Update hosterGravatar Walter Purcaro 2015-03-281-47/+49
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-0/+1
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-201-2/+4
* 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__ + Whitespace...Gravatar Walter Purcaro 2014-10-071-2/+2
* 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
* 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' in...Gravatar Walter Purcaro 2014-07-151-2/+2
* 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 attrib...Gravatar Walter Purcaro 2014-07-101-1/+3
* [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to "OFFLIN...Gravatar Walter Purcaro 2014-07-051-2/+2
* Update UlozTo.py - change of file_name_patternGravatar Jelenik 2014-05-261-2/+2
* 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
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-111-1/+1
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+1
* Use wait to set time in SimpleHoster pluginsGravatar Walter Purcaro 2014-04-111-2/+1
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-1/+2
* Fixed UlozTo hoster and accountGravatar radek-senfeld 2014-03-291-1/+14
* Old method returned, it appears that some servers still has an old method so ...Gravatar kmarty 2013-12-101-32/+23
* 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