summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/XFileSharingPro.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix URL_REPLACEMENTS in XFSHoster pluginsGravatar Walter Purcaro 2014-11-231-1/+4
|
* [XFSHoster] Use URL_REPLACEMENTS to clean urlGravatar Walter Purcaro 2014-11-041-4/+1
|
* [XFileSharingPro] Fix hoster and crypter pluginsGravatar Walter Purcaro 2014-11-021-9/+16
|
* [XFileSharingPro] Fix hoster pairing with accountGravatar Walter Purcaro 2014-10-301-6/+10
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* [XFileSharingPro] FixesGravatar Walter Purcaro 2014-10-181-5/+9
|
* [XFileSharingPro][XFileSharingProFolder] Account pairing routineGravatar Walter Purcaro 2014-10-181-4/+15
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* [XFileSharingPro] RestoreGravatar Walter Purcaro 2014-10-081-0/+30
|
* [XFileSharingPro] Rename to XFSPHosterGravatar Walter Purcaro 2014-10-081-361/+0
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+3
| | | | Whitespaces and EOF fixup
* [XFileSharingPro] Code cosmeticsGravatar Walter Purcaro 2014-10-071-1/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-031-3/+3
|
* [XFileSharingPro] TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2014-10-031-0/+1
|
* [XFileSharingPro] Captcha refactoring + pattern improvementGravatar Walter Purcaro 2014-10-031-33/+40
|
* [XFileSharingPro] Fixed typoGravatar Walter Purcaro 2014-09-281-2/+2
|
* Prepare method improves setup oneGravatar Walter Purcaro 2014-09-281-12/+13
|
* [XFileSharingPro] COOKIES preset to english + improved setup routineGravatar Walter Purcaro 2014-09-281-13/+25
|
* [FiredriveCom] Fix TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2014-09-271-0/+2
|
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-1/+1
|
* [XFilesharingPro] Embedded urls supportGravatar igel-kun 2014-09-151-1/+14
|
* Fix wait for UptoBoxGravatar estaban 2014-08-301-2/+2
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-19/+8
| | | | 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-32/+32
|
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-201-2/+2
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-1/+1
|
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-151-2/+0
|
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-10/+12
| | | | 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"
* Revert "[XFileSharingPro] Fixed premium mode"Gravatar Stefano 2014-05-291-2/+1
| | | | | | Fixes #636 This reverts commit e04a7fa2fcf7e2b4ace548f876117c63d7f265af.
* [XFileSharingPro] Fixed premium modeGravatar Stefano 2014-05-131-1/+2
|
* 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/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@9117005
* Use wait to set time in SimpleHoster pluginsGravatar Walter Purcaro 2014-04-111-4/+2
| | | | Merges vuolter/pyload@bb002ac
* Fix retry time formatsGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@498b9e3
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* XFileSharingPro: FILE_SIZE_PATTERN updatedGravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@791ea1f
* XFS: Improved CAPTCHA_DIV_PATTERNGravatar igel-kun 2014-04-051-3/+3
| | | | | + cosmetics Merges #578
* Hoster: XFileSharingPro: Fixed expired session detectionGravatar Walter Purcaro 2014-03-241-19/+19
|
* XFileSharingPro: ability to use FILE_URL_REPLACEMENTSGravatar Stefano 2014-03-121-7/+9
| | | | | + improved FILE_OFFLINE_PATTERN + trivial fixes
* XFileSharingPro:Gravatar igel-kun 2014-01-181-2/+2
| | | | | | * Added 2 hosters * Extended OFFLINE_PATTERN Merged pull request #485
* XFileSharingPro: improved DIRECT_LINK_PATTERN to fix #423Gravatar Stefano 2014-01-091-2/+2
|
* XFileSharingPro: fixed premium direct links crashGravatar Stefano 2013-09-271-2/+6
| | | | workaround for an HTTPRequest class bug.
* XFileSharingPro: reverted cbb3d4c and 07ebba1Gravatar Stefano 2013-09-241-11/+10
|
* XFileSharingPro: improved DIRECT_LINK_PATTERNGravatar Stefano 2013-09-051-2/+2
| | | | Fixes #256
* XFileSharingPro: fixed filename override on premium direct links afterGravatar Stefano 2013-09-041-5/+3
| | | | | cbb3d4c6a590f848f94b34faf19bef849e39e13a See also #248
* XFileSharingPro: fixed a premium direct links issue.Gravatar Stefano 2013-08-241-7/+10
|
* Fixed some pylint violationsGravatar Stefano 2013-07-251-5/+5
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-22/+34
|
* Using CaptchaService to make them works on 0.5Gravatar Stefano 2013-07-151-2/+1
|
* EasybytezCom: fixed coversion feature and updated regexGravatar Stefano 2013-06-081-7/+12
| | | | http://forum.pyload.org/viewtopic.php?p=9597#p9597
* XFileSharingPro: little fix + new captcha serviceGravatar Stefano 2013-03-051-2/+11
| | | | Implemented the solvemedia captcha service. Some hosters uses different level of heading.
* XFileSharingPro: Cleaning the download linkGravatar Stefano 2013-02-281-2/+3
| | | The detected SpeedLoadOrg download URL has a \r at the end causing a Bad Gateway error.
* Update hellshare.cz, add boltsharing.comGravatar zoidberg10 2012-11-191-2/+2
|
* update XFileSharingPro & add billionuploads,sendmyway,sharebees pluginsGravatar zoidberg10 2012-11-091-61/+78
|
* small plugin fixes, closed #694, #695Gravatar zoidberg10 2012-10-201-8/+8
|
* rapidgator.net premium, novafile.com free, multihoster schedule refreshGravatar zoidberg10 2012-10-011-5/+6
|
* fix turbobit with ossp-js, ryushare, easybytez - thx trance4us, ChriZathensGravatar zoidberg10 2012-09-101-2/+4
|
* update ddlstorage/xfilesharingpro - closed #667Gravatar zoidberg10 2012-09-051-15/+16
|
* update XFileSharingPro - closes #663, hopefully doesn't break moreGravatar zoidberg10 2012-08-221-31/+52
|
* update multishare account, xfilesharingproGravatar zoidberg10 2012-08-131-11/+24
|
* simple checksum and download scheduler hooks; keep config options orderedGravatar zoidberg10 2012-05-301-4/+9
|
* update filefactory, add datei.to, jumbofiles.comGravatar zoidberg10 2012-05-211-1/+1
|
* closed #602, #588Gravatar zoidberg10 2012-05-181-1/+4
|
* Update DepositfilesCom, MediafireCom, UlozTo, XFileSharingProGravatar zoidberg10 2012-05-171-3/+17
|
* add Zevera.com; bitshare - might fix #554; add 120 new hosters (or maybe not)Gravatar zoidberg10 2012-03-151-7/+10
|
* AllDebrid plugin by Andy, Voigt; closed #555; generic XFileSharingPro pluginGravatar zoidberg10 2012-03-071-0/+224