summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/NosvideoCom.py
Commit message (Collapse)AuthorAgeFilesLines
* module tempGravatar Walter Purcaro 2015-02-161-0/+21
|
* module -> pyloadGravatar Walter Purcaro 2014-09-141-18/+0
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-1/+1
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-151-1/+3
|
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-1/+1
| | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* 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-0/+1
| | | | Merges vuolter/pyload@6c57a37
* New hoster NosuploadComGravatar igel-kun 2014-03-071-0/+13
New crypter NosvideoCom Merged #496