summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/PremiumizeMe.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.