summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PremiumizeMe.py
Commit message (Collapse)AuthorAgeFilesLines
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
|
* Boring code cosmetics (3)Gravatar Walter Purcaro 2015-10-231-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
| | | | | 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-1/+1
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-1/+1
|
* Update PremiumizeMe.pyGravatar GammaC0de 2015-09-201-1/+7
|
* fix #1646 (2)Gravatar SK 2015-08-021-3/+3
|
* Account rewrittenGravatar Walter Purcaro 2015-07-251-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
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-1/+1
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-3/+3
|
* Spare code cosmetics (4)Gravatar Walter Purcaro 2015-06-241-1/+2
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-7/+7
|
* Update plugins (2)Gravatar Walter Purcaro 2015-06-101-1/+1
|
* [FreeWayMe] FixupGravatar Walter Purcaro 2015-06-081-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1450Gravatar Walter Purcaro 2015-06-051-2/+2
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-0/+1
|
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-7/+7
|
* [MultiHoster] UpdateGravatar Walter Purcaro 2014-12-231-2/+2
|
* New plugin: MultiHosterGravatar Walter Purcaro 2014-12-231-6/+3
|
* Extend SimpleHoster in multi-hoster plugins (3)Gravatar Walter Purcaro 2014-12-171-0/+3
|
* Extend SimpleHoster in multi-hoster plugins (2)Gravatar Walter Purcaro 2014-12-171-1/+1
|
* Extend SimpleHoster in multi-hoster pluginsGravatar Walter Purcaro 2014-12-171-14/+18
|
* Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-071-4/+5
|
* Code cosmetics about file_info and other stuffGravatar Walter Purcaro 2014-11-031-1/+1
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-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/+1
| | | | Whitespaces and EOF fixup
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-7/+5
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-111-4/+4
| | | | Merges vuolter/pyload@b7f6e2e
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+2
| | | | Merges vuolter/pyload@aa7b3f9
* 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-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-13/+18
|
* Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-211-50/+50
|
* Using the same translatable stringGravatar Stefano 2013-07-201-2/+2
|
* PremiumizeMe: Added code that generates fall back file names (used for ↵Gravatar Florian Franzen 2012-05-301-5/+14
| | | | freakshare, etc, which do not supply filenames while downloading). Fixed #581.
* Added premiumize.me support, using their new API ↵Gravatar Florian Franzen 2012-04-091-0/+41
(https://secure.premiumize.me/?show=api). This fixes #416.