summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/EgoFilesCom.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [EgoFilesCom] Mark deadGravatar Walter Purcaro 2014-10-041-80/+4
|
* Update plugins after CaptchaService and XFileSharingPro changesGravatar Walter Purcaro 2014-10-031-2/+7
|
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-3/+3
|
* Rename SH flagsGravatar Walter Purcaro 2014-09-261-1/+1
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-18/+6
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-2/+2
|
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-4/+5
| | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
* [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵Gravatar Walter Purcaro 2014-07-051-1/+1
| | | | "OFFLINE_PATTERN"
* Using in instead of has_keyGravatar Stefano 2014-04-181-2/+2
|
* Egofiles: fixed #583Gravatar Stefano 2014-04-181-2/+2
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@d3be840
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+0
| | | | Merges vuolter/pyload@aa7b3f9
* Use wait to set time in SimpleHoster pluginsGravatar Walter Purcaro 2014-04-111-2/+1
| | | | Merges vuolter/pyload@bb002ac
* Replace range with xrangeGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@a50c8ff
* 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
* Cleanup for setup vars.Gravatar Walter Purcaro 2013-10-231-2/+1
| | | | See #315
* Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-211-103/+103
|
* Using CaptchaService to make them works on 0.5Gravatar Stefano 2013-07-151-1/+1
|
* EgoFilesCom: fixed #109Gravatar Stefano 2013-05-101-2/+2
|
* EgoFilesCom: fixed FILE_INFO_PATTERNGravatar Stefano 2013-04-121-2/+2
|
* EgoFilesCom: fixed bug in premium downloads.Gravatar Stefano 2013-04-051-4/+32
| | | | | Sometimes for premium users pyfile.url redirect directly to the file, so the load call in the process function of SimpleHoster causes a pyCurl error. + content-disposition
* EgoFilesCom: File Info are now retrievedGravatar Stefano 2013-03-231-7/+1
|
* Code cleanupGravatar Stefano 2013-03-231-7/+4
|
* EgoFilesCom: better file offline pattern.Gravatar Stefano 2013-03-201-2/+2
| | | | http://forum.pyload.org/viewtopic.php?p=8359#p8359
* EgoFilesCom: premium better handledGravatar Stefano 2013-03-131-7/+12
|
* EgoFilesCom: minor changesGravatar Stefano 2013-03-121-4/+5
|
* EgoFilesCom: now handles premium correctlyGravatar Stefano 2013-03-121-2/+8
|
* EgoFilesCom: regex updatedGravatar Stefano 2013-03-111-2/+2
|
* EgoFilesCom: added support for premium downloadsGravatar Stefano 2013-03-111-1/+10
| | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959
* EgoFilesCom: added ability to detect offline filesGravatar Stefano 2013-03-081-2/+3
|
* New hoster: EgoFilesComGravatar Stefano 2013-03-081-0/+62
http://forum.pyload.org/viewtopic.php?f=13&t=1959