summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/VeehdCom.py
Commit message (Collapse)AuthorAgeFilesLines
* 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/+1
| | | | Whitespaces and EOF fixup
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-1/+1
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-1/+5
| | | | 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-10/+8
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-6/+6
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@1387ded
* Fix __config__Gravatar Walter Purcaro 2014-04-111-4/+2
| | | | Merges vuolter/pyload@83ff313
* 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
* Removed unnecessary assignments for self.html and self.wantReconnectGravatar Walter Purcaro 2013-11-161-1/+0
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-16/+16
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-2/+2
|
* getConfig instead getConf for allGravatar Walter Purcaro 2013-06-031-3/+3
|
* Various fixes in 24 pluginsGravatar Stefano 2013-03-071-70/+70
|
* new download backend: wrapped deferred, Request compatibility draft, other fixesGravatar mkaay 2010-12-211-0/+80
added caution's fixes (VeehdCom, PornhubCom)