Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cosmetics: plugin class attributes | 2014-10-28 | 1 | -4/+4 | |
| | |||||
* | Add __license__ key attribute to plugins | 2014-10-08 | 1 | -0/+1 | |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | 2014-10-07 | 1 | -2/+1 | |
| | | | | Whitespaces and EOF fixup | ||||
* | [EgoFilesCom] Mark dead | 2014-10-04 | 1 | -80/+4 | |
| | |||||
* | Update plugins after CaptchaService and XFileSharingPro changes | 2014-10-03 | 1 | -2/+7 | |
| | |||||
* | Logging string cosmetics | 2014-09-27 | 1 | -3/+3 | |
| | |||||
* | Rename SH flags | 2014-09-26 | 1 | -1/+1 | |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 2014-08-01 | 1 | -18/+6 | |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | 2014-07-20 | 1 | -2/+2 | |
| | |||||
* | Use parseError instead PluginParseError + unified all download pattern ↵ | 2014-07-10 | 1 | -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 ↵ | 2014-07-05 | 1 | -1/+1 | |
| | | | | "OFFLINE_PATTERN" | ||||
* | Using in instead of has_key | 2014-04-18 | 1 | -2/+2 | |
| | |||||
* | Egofiles: fixed #583 | 2014-04-18 | 1 | -2/+2 | |
| | |||||
* | Replace __pattern__ double quotes with single | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Fix __pattern__ www | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@d3be840 | ||||
* | Fix header # -*- coding: utf-8 -*- | 2014-04-11 | 1 | -1/+0 | |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Use wait to set time in SimpleHoster plugins | 2014-04-11 | 1 | -2/+1 | |
| | | | | Merges vuolter/pyload@bb002ac | ||||
* | Replace range with xrange | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@a50c8ff | ||||
* | Fix __description__ | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | 2014-04-11 | 1 | -2/+2 | |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | Cleanup for setup vars. | 2013-10-23 | 1 | -2/+1 | |
| | | | | See #315 | ||||
* | Normalize line endings to avoid line endings merge conflicts | 2013-07-21 | 1 | -103/+103 | |
| | |||||
* | Using CaptchaService to make them works on 0.5 | 2013-07-15 | 1 | -1/+1 | |
| | |||||
* | EgoFilesCom: fixed #109 | 2013-05-10 | 1 | -2/+2 | |
| | |||||
* | EgoFilesCom: fixed FILE_INFO_PATTERN | 2013-04-12 | 1 | -2/+2 | |
| | |||||
* | EgoFilesCom: fixed bug in premium downloads. | 2013-04-05 | 1 | -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 retrieved | 2013-03-23 | 1 | -7/+1 | |
| | |||||
* | Code cleanup | 2013-03-23 | 1 | -7/+4 | |
| | |||||
* | EgoFilesCom: better file offline pattern. | 2013-03-20 | 1 | -2/+2 | |
| | | | | http://forum.pyload.org/viewtopic.php?p=8359#p8359 | ||||
* | EgoFilesCom: premium better handled | 2013-03-13 | 1 | -7/+12 | |
| | |||||
* | EgoFilesCom: minor changes | 2013-03-12 | 1 | -4/+5 | |
| | |||||
* | EgoFilesCom: now handles premium correctly | 2013-03-12 | 1 | -2/+8 | |
| | |||||
* | EgoFilesCom: regex updated | 2013-03-11 | 1 | -2/+2 | |
| | |||||
* | EgoFilesCom: added support for premium downloads | 2013-03-11 | 1 | -1/+10 | |
| | | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959 | ||||
* | EgoFilesCom: added ability to detect offline files | 2013-03-08 | 1 | -2/+3 | |
| | |||||
* | New hoster: EgoFilesCom | 2013-03-08 | 1 | -0/+62 | |
http://forum.pyload.org/viewtopic.php?f=13&t=1959 |