summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RealdebridCom.py
Commit message (Collapse)AuthorAgeFilesLines
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-3/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-081-1/+1
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-0/+1
|
* [RealdebridCom] Revert 189f3cf05a30726850b3be82c2d7455d85d5e1b5 (fix ↵Gravatar Walter Purcaro 2015-03-181-2/+2
| | | | https://github.com/pyload/pyload/issues/1260)
* [RealdebridCom] Fix https://github.com/pyload/pyload/issues/1252Gravatar Walter Purcaro 2015-03-181-24/+2
|
* Import cleanup for datetime and time modulesGravatar Walter Purcaro 2015-03-141-2/+2
|
* Update plugins after SimpleHoster changesGravatar Walter Purcaro 2015-03-101-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-081-3/+0
|
* Fix SSL option in some hoster pluginsGravatar Walter Purcaro 2015-01-091-2/+2
|
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-16/+13
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-021-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-01-021-2/+1
|
* Update some MultiHoster __pattern__Gravatar Walter Purcaro 2014-12-301-2/+2
|
* [RealdebridCom] Fix __pattern__ (thx titodark)Gravatar Walter Purcaro 2014-12-281-2/+2
|
* [AlldebridCom][RealdebridCom] Fix __pattern__Gravatar Walter Purcaro 2014-12-271-2/+2
|
* [ShareonlineBiz] Fix loginGravatar Walter Purcaro 2014-12-261-1/+1
|
* Spare code fixesGravatar Walter Purcaro 2014-12-261-3/+3
|
* [MultiHoster] UpdateGravatar Walter Purcaro 2014-12-231-2/+2
|
* New plugin: MultiHosterGravatar Walter Purcaro 2014-12-231-6/+3
|
* Fix password retrieving in some pluginsGravatar Walter Purcaro 2014-12-201-9/+3
|
* Update checkFile routine in some hoster pluginsGravatar Walter Purcaro 2014-12-181-1/+3
|
* Extend SimpleHoster in multi-hoster plugins (3)Gravatar Walter Purcaro 2014-12-171-0/+3
|
* Extend SimpleHoster in multi-hoster plugins (2)Gravatar Walter Purcaro 2014-12-171-1/+1
|
* Extend SimpleHoster in multi-hoster pluginsGravatar Walter Purcaro 2014-12-171-41/+37
|
* Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-071-4/+5
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-1/+1
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-3/+3
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-221-0/+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
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-4/+7
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-6/+6
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-111-3/+3
| | | | Merges vuolter/pyload@b7f6e2e
* 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
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@1387ded
* Fix retry time formatsGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@498b9e3
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Update RealdebridCom.pyGravatar chaosmaker 2013-11-011-2/+2
| | | Changed Line 51 to use https instead of http as RealDebrid now only supports that.
* MultiHosters: no need an account if the link has already been converted.Gravatar Stefano 2013-10-131-9/+8
| | | | See also #307
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-9/+11
|
* Normalize line endings to avoid line endings merge conflictsGravatar Stefano 2013-07-211-88/+88
|
* Using the same translatable stringGravatar Stefano 2013-07-201-2/+2
|
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-3/+3
|
* closed #587Gravatar RaNaN 2012-05-281-3/+3
|
* closed #577Gravatar RaNaN 2012-04-121-2/+2
|
* Single "if" check instead of two.Gravatar Pedro Algarvio 2012-02-191-1/+1
|
* Fix truncated file handling on RealDebrid.Gravatar Pedro Algarvio 2012-02-191-5/+6
|
* Treat most errors as tempfailures, this will solve the missing errors.Gravatar Pedro Algarvio 2012-02-051-7/+2
|
* Fix missing error message.Gravatar Pedro Algarvio 2012-02-051-1/+4
|
* Stop Real-Debrid from returning streaming responses instead of file downloads.Gravatar Pedro Algarvio 2012-02-051-16/+17
|
* Fix Real-Debrib error matching for non exising files.Gravatar Pedro Algarvio 2012-01-301-1/+4
|
* real-debrid fixGravatar RaNaN 2012-01-101-2/+2
|
* catch real debrid error, when ip is blockedGravatar RaNaN 2011-11-191-2/+4
|
* cleanupGravatar RaNaN 2011-07-191-3/+2
|
* better retry functionGravatar RaNaN 2011-06-131-6/+1
|
* little fixesGravatar RaNaN 2011-06-131-4/+3
|
* retries for real debridGravatar RaNaN 2011-06-081-1/+11
|
* change password in webifGravatar RaNaN 2011-05-271-7/+13
|
* realdebrid fixGravatar RaNaN 2011-05-261-1/+3
|
* rehost plugin, fixed some account management issuesGravatar RaNaN 2011-05-251-1/+1
|
* RealdebridCom pluginGravatar RaNaN 2011-05-241-0/+72