summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
Commit message (Collapse)AuthorAgeFilesLines
* Merge plugins from stable.Gravatar Stefano 2013-04-0612-175/+422
|\ | | | | | | | | Conflicts: module/plugins/internal/UnRar.py
| * 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
| * PutlockerCom: using loop to avoid repeated statementGravatar Stefano 2013-04-051-14/+10
| |
| * PutlockerCom: code optimized and cleaned upGravatar Stefano 2013-04-041-39/+38
| |
| * DebridItaliaCom: + ability to detect offline files.Gravatar Stefano 2013-04-041-2/+20
| | | | | | | | + license note
| * UploadedTo: update regex to fix bug #62Gravatar Stefano 2013-04-041-24/+29
| | | | | | | | + cosmetics
| * PutlockerCom: using SimpleHoster to clean the code and make it work betterGravatar Stefano 2013-04-041-80/+32
| |
| * YoutubeCom: increased versionGravatar Stefano 2013-04-031-1/+1
| |
| * New hoster: Data.huGravatar Stefano 2013-04-021-0/+53
| |
| * RarefileNet: added pattern to support premium downloadsGravatar Stefano 2013-04-011-8/+12
| |
| * OneFichierCom: version number increasedGravatar Stefano 2013-03-301-1/+1
| |
| * Two plugins updated to avoid errors in 0.5Gravatar Stefano 2013-03-301-2/+1
| |
| * New hoster: FilerNetGravatar Stefano 2013-03-291-0/+103
| |
| * Merge pull request #53 from enkore/stableGravatar RaNaN 2013-03-261-3/+49
| |\ | | | | | | Implement »YoutubeCom: Accept a start time parameter«
| | * YoutubeCom: Fix file naming quirksGravatar enkore 2013-03-261-1/+2
| | |
| | * YoutubeCom: fix program flow quirksGravatar enkore 2013-03-261-3/+3
| | |
| | * YoutubeCom: Show start time in package nameGravatar enkore 2013-03-261-17/+19
| | |
| | * Move which function to YoutubeCom pluginGravatar enkore 2013-03-261-1/+22
| | |
| | * YoutubeCom: Add support for time specification, if ffmpeg is installed and ↵Gravatar enkore 2013-03-261-3/+25
| | | | | | | | | | | | in PATH
| * | AlldebridCom: code cleanupGravatar Stefano 2013-03-251-22/+15
| | |
| * | DebridItaliaCom: retry if the downloaded file is emptyGravatar Stefano 2013-03-251-2/+7
| |/
| * Add authorGravatar enkore 2013-03-251-1/+1
| |
| * Add plugin for ZDF mediathekGravatar enkore 2013-03-251-0/+46
| |
| * NetloadIn: Fixed bug #49Gravatar Stefano 2013-03-251-2/+2
| | | | | | netload URL regex doesn't allow https links
* | Merge remote-tracking branch 'origin/stable'Gravatar RaNaN 2013-03-2497-2116/+2423
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/FilesonicCom.py module/plugins/accounts/OronCom.py module/plugins/accounts/ShareonlineBiz.py module/plugins/addons/UpdateManager.py module/plugins/crypter/FilesonicComFolder.py module/plugins/hoster/BezvadataCz.py module/plugins/hoster/EuroshareEu.py module/plugins/hoster/FilesonicCom.py module/plugins/hoster/MegauploadCom.py module/plugins/hoster/Premium4Me.py module/plugins/hoster/YoutubeCom.py module/plugins/internal/MultiHoster.py module/utils.py
| * Rapidgator: fixed bug #47Gravatar Stefano 2013-03-241-2/+2
| |
| * Plugins: fixed inconsistent indentationGravatar Stefano 2013-03-231-1/+1
| |
| * New debrid: DebridItaliaComGravatar Stefano 2013-03-231-0/+38
| |
| * LuckyShareNet: fixed syntax errorGravatar Stefano 2013-03-231-2/+2
| |
| * RyushareCom: fixed wrong keys nameGravatar Stefano 2013-03-231-2/+2
| | | | | | http://forum.pyload.org/viewtopic.php?p=8394#p8394
| * EgoFilesCom: File Info are now retrievedGravatar Stefano 2013-03-231-7/+1
| |
| * Code cleanupGravatar Stefano 2013-03-232-14/+8
| |
| * New hoster: LuckyShareNetGravatar Stefano 2013-03-231-0/+72
| | | | | | | | http://forum.pyload.org/viewtopic.php?f=13&t=2068
| * RyushareCom: added pattern to support premiumGravatar Stefano 2013-03-221-2/+3
| | | | | | http://forum.pyload.org/viewtopic.php?p=8379#p8379
| * FilebeerInfo: Dead hosterGravatar Stefano 2013-03-201-89/+4
| |
| * EgoFilesCom: better file offline pattern.Gravatar Stefano 2013-03-201-2/+2
| | | | | | | | http://forum.pyload.org/viewtopic.php?p=8359#p8359
| * RyushareCom: Added ability to detect free download limit reached.Gravatar Stefano 2013-03-171-4/+8
| | | | | | | | http://forum.pyload.org/viewtopic.php?p=8328#p8328
| * RapidgatorNet: Fixed bug #46Gravatar Stefano 2013-03-161-2/+2
| |
| * RyushareCom: Updated to support wait time with minutesGravatar Stefano 2013-03-161-5/+12
| |
| * RyushareCom: Improved regexGravatar Stefano 2013-03-161-2/+2
| | | | | | http://forum.pyload.org/viewtopic.php?p=8317#p8317
| * RyushareCom: Fixed free downloadGravatar Stefano 2013-03-151-4/+30
| | | | | | | | http://forum.pyload.org/viewtopic.php?p=8254#p8254
| * SpeedLoadOrg: now premium downloads worksGravatar Stefano 2013-03-151-1/+4
| |
| * XvidstageCom: I can now recognize if a file is offlineGravatar Christopher 2013-03-131-4/+5
| |
| * Merge branch 'stable' of git://github.com/pyload/pyload into stableGravatar Christopher 2013-03-131-4/+16
| |\
| | * 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
| | |
| * | XvidstageCom: Deleted whitespaceGravatar Christopher 2013-03-121-2/+2
| | |
| * | moved ChipDe to the hoster plugins …Gravatar Christopher 2013-03-121-0/+24
| |/
| * 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
| * FshareVn: Fixed error on premium downloads. Location header not catched. See ↵Gravatar Stefano 2013-03-111-20/+3
| | | | | | | | bug #29
| * DepositfilesCom: new domain "dfiles.eu". Regex updatedGravatar Stefano 2013-03-111-4/+4
| | | | | | | | http://forum.pyload.org/viewtopic.php?f=13&t=1959#p8243
| * Incremented version & added author.Gravatar imclem 2013-03-101-3/+4
| |
| * Fixed OneFichierCom.py from userplugins.Gravatar imclem 2013-03-101-2/+1
| | | | | | | | | | | | | | OneFichierCom.py from userplugins in home directory was failing at downloading multiple files. When the first file was downloaded the plugin was'nt handling the waiting time. This was due tu the fact that the sentence in the web page saying to wait has changed. I just modified the sentence to make the plugin wait correctly before or between each download.
| * New hoster: Tusfiles.netGravatar Stefano 2013-03-101-0/+18
| |
| * 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
| * UploadedTo: fixed plugin crashGravatar Stefano 2013-03-081-7/+6
| |
| * Various fixes in 24 pluginsGravatar Stefano 2013-03-0723-166/+164
| |
| * New hoster: CyberlockerChGravatar Stefano 2013-03-061-0/+15
| |
| * New hoster: ShareFilesCoGravatar Stefano 2013-03-051-0/+24
| |
| * XFileSharingPro: little fix + new captcha serviceGravatar Stefano 2013-03-051-2/+11
| | | | | | | | Implemented the solvemedia captcha service. Some hosters uses different level of heading.
| * Merge branch 'stable' of github.com:pyload/pyload into stableGravatar RaNaN 2013-03-012-56/+14
| |\
| | * 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.
| | * SpeedLoadOrg now uses XFileSharingProGravatar Stefano 2013-02-281-54/+11
| | |
| * | flyfiles.net pluginGravatar RaNaN 2013-03-011-0/+41
| |/
| * little fixesGravatar Christopher 2013-02-271-4/+3
| |
| * added hoster/XvidstageCom.pyGravatar Christopher 2013-02-271-0/+105
| |
| * Update module/plugins/hoster/RapidgatorNet.pyGravatar TWD 2013-02-271-3/+3
| | | | | | bypass RapidGator download manager
| * Fixed error getting file sizeGravatar kmarty 2013-02-261-2/+2
| |
| * Use 'Content-Disposition:' as filename of downloaded fileGravatar kmarty 2013-02-261-4/+4
| |
| * cleaned Dailymotion pluginGravatar RaNaN 2013-02-261-25/+19
| |
| * Added DailymotionCom pluginGravatar peekayy 2013-02-261-0/+53
| |
| * Merge pull request #12 from irrenhaus/stableGravatar RaNaN 2013-02-221-2/+2
| |\ | | | | | | Change from https:// to http:// for api.reload.cc requests
| | * Change from https:// to http:// for api.reload.cc requests (SSL not ↵Gravatar Nils Hesse 2013-02-221-2/+2
| | | | | | | | | | | | supported yet)
| * | SpeedLoadOrg: removed duplicated stringGravatar Stefano 2013-02-211-1/+0
| | |
| * | SpeedLoadOrg: getInfo now uses APIGravatar Stefano 2013-02-211-12/+17
| | |
| * | SpeedLoadOrg: Detect offline filesGravatar Stefano 2013-02-211-1/+2
| | | | | | | | | Added the FILE_OFFLINE_PATTERN to detect offline files
| * | Fixed incorrect function nameGravatar Stefano 2013-02-181-2/+2
| | |
| * | Using the JSON parserGravatar Stefano 2013-02-181-3/+3
| | |
| * | SpeedLoadOrg: Checksum verification implementedGravatar Stefano 2013-02-181-3/+10
| | | | | | | | | Loading API data to allow plugins such as Checksum to work
| * | More download check rules for SpeedLoadOrgGravatar Stefano 2013-02-171-2/+10
| | |
| * | Merge pull request #5 from gonzalosr/patch-2Gravatar RaNaN 2013-02-151-1/+4
| |\ \ | | | | | | | | New regex to fix broken Putlocker plugin
| | * | New regex to fix broken Putlocker pluginGravatar Gonzalo SR 2013-02-151-2/+2
| | | | | | | | | | | | | | | | Bumped version number Also added padding character to regexp
| | * | New regex to fix broken pluginGravatar Gonzalo SR 2013-02-151-0/+3
| | | |
| * | | update for YouTube pluginGravatar RaNaN 2013-02-151-6/+6
| |/ /
| * | bump version number for MegaNzGravatar RaNaN 2013-02-141-1/+1
| | |
| * | Support for incorrectly padded Mega.co.nz keysGravatar Gonzalo SR 2013-02-141-1/+2
| |/ | | | | | | Sometimes base64 Mega keys are incorrectly padded. Ugly hack to add padding characters as needed.
| * Change exception handling to Python 2.5 compatible syntax. Increase version ↵Gravatar Nils Hesse 2013-02-131-3/+3
| | | | | | | | numbers of the plugins.
| * Add support for limited connections to the Reload.cc pluginGravatar Nils Hesse 2013-02-131-1/+12
| |
| * Enable better error handling for the Reload.cc pluginGravatar Nils Hesse 2013-02-131-24/+44
| |
| * closed #760Gravatar RaNaN 2013-02-091-2/+2
| |
| * closed #764Gravatar RaNaN 2013-02-092-7/+9
| |
| * mega.co.nz hoster pluginGravatar RaNaN 2013-01-261-0/+124
| |
| * Added SpeedLoadOrg pluginGravatar z00nx 2013-01-201-0/+41
| |
| * Merged in z00nx0/pyload/CloudzerNet (pull request #50: Fixes the issue with ↵Gravatar RaNaN 2013-01-173-0/+76
| |\ | | | | | | | | | download names)
| | * Merged in z00nx0/pyload/IFileWs (pull request #51: Added IFileWs plugin)Gravatar RaNaN 2013-01-173-0/+121
| | |\
| | | * Merged in z00nx0/pyload/CatShareNet (pull request #46: Added CatShareNet plugin)Gravatar RaNaN 2013-01-142-0/+83
| | | |\
| | | | * Merged in z00nx0/pyload/SecureUploadEu (pull request #47: Added ↵Gravatar RaNaN 2013-01-141-0/+18
| | | | |\ | | | | | | | | | | | | | | | | | | SecureUploadEu plugin)
| | | | | * Added BSecureUploadEu pluginGravatar z00nx 2013-01-111-0/+18
| | | | | |
| | | * | | Fixed offline regexGravatar z00nx 2013-01-111-1/+1
| | | | | |
| | | * | | Remove unneeded debuggingGravatar z00nx 2013-01-111-1/+0
| | | | | |
| | | * | | Initial CatShareNet pluginGravatar z00nx 2013-01-101-0/+39
| | | | |/ | | | |/|
| | * | | Added LONG_WAIT_PATTERN regexGravatar z00nx 2013-01-161-1/+1
| | | | |
| | * | | Removed unneeded imported modules, added todo listGravatar z00nx 2013-01-151-3/+2
| | | | |
| | * | | Added IFileWs pluginGravatar z00nx 2013-01-121-0/+21
| | |/ /
| * | / Fixed name of downloads againGravatar z00nx 2013-01-131-1/+1
| | |/ | |/|
| * | Removed spoob and mkaay from authors list and fixed download name issue.Gravatar z00nx 2013-01-121-3/+3
| | |
| * | Added CloudzerNet pluginGravatar z00nx 2013-01-111-0/+65
| |/
| * version bumpGravatar RaNaN 2013-01-101-1/+1
| |
| * Updated LetitbitNet pluginGravatar z00nx 2013-01-101-38/+53
| |
| * failed 'NoneType' object has no attribute 'group' (if no reconnect is available)Gravatar magnat 2012-11-241-6/+16
| |
| * fix cookie in request (the language parameter is important)Gravatar magnat 2012-11-241-2/+2
| |
| * Update hellshare.cz, add boltsharing.comGravatar zoidberg10 2012-11-193-20/+20
| |
| * BasePlugin - fix http authGravatar zoidberg10 2012-11-171-14/+15
| |
| * Contributed plugins - closed #722,#723Gravatar zoidberg10 2012-11-163-0/+282
| |
| * update fshare.vn, update hellshare.cz accountGravatar zoidberg10 2012-11-161-35/+54
| |
| * MergeGravatar zoidberg10 2012-11-151-1/+3
| |\
| | * Merged in irrenhaus/pyload (pull request #41)Gravatar zoidberg10 2012-11-149-89/+196
| | |\
| | * | Update the error codesGravatar Nils Hesse 2012-11-141-1/+3
| | | |
| * | | update hellshare (now premium only), SimpleHoster.py - utf8-encode urlGravatar zoidberg10 2012-11-151-65/+11
| | |/ | |/|
| * | youtube config options, resume - closed #717, ul.to - closed #716,Gravatar zoidberg10 2012-11-133-14/+31
| | | | | | | | | | | | netload.in - fix some urls, linkdecrypter - fix crypter list
| * | update XFileSharingPro & add billionuploads,sendmyway,sharebees pluginsGravatar zoidberg10 2012-11-094-61/+132
| | |
| * | share76.com plugin by R2D2 C3PO - closed #710Gravatar zoidberg10 2012-11-091-0/+19
| | |
| * | Merged in irrenhaus/pyload (pull request #40)Gravatar zoidberg10 2012-11-081-14/+14
| |\ \ | | |/ | |/|
| | * Merged in irrenhaus/pyload (pull request #39)Gravatar zoidberg10 2012-11-081-14/+14
| | |\
| | | * fix euroshare.eu - closed #692Gravatar zoidberg10 2012-11-041-14/+14
| | | |
| * | | Use a dictionary to supply HTTP requests with the GET parameters (ensure ↵Gravatar Nils Hesse 2012-11-081-8/+13
| |/ / | | | | | | | | | proper URL encoding)
| * | Removed leftover comment from reload.cc hoster accountGravatar Nils Hesse 2012-11-081-1/+0
| | |
| * | Added some error codes to the reload.cc hoster pluginGravatar Nils Hesse 2012-11-081-3/+11
| | | | | | | | | | | | Removed some leftover comments from account plugin
| * | Added the reload.cc pluginGravatar Nils Hesse 2012-11-081-0/+58
| |/
| * update plugins - easybytez,filefactory,rusfolder,euroshareGravatar zoidberg10 2012-11-037-43/+77
| |
| * update lix.in crypter - closed #707, hotfile.com - decode, enable checksumGravatar zoidberg10 2012-11-011-6/+6
| |
| * update bezvadata,fastshare,dataportGravatar zoidberg10 2012-10-303-19/+63
| |
| * youtube - add 3D formats, update playlist crypterGravatar zoidberg10 2012-10-272-56/+65
| |
| * gamefront.com plugin - thanx fwannmacher - closed #705Gravatar zoidberg10 2012-10-261-0/+79
| |
| * update youtube plugin - closed #686Gravatar zoidberg10 2012-10-262-19/+20
| |
| * rapidgator.net, shareonline.biz - closed #701Gravatar zoidberg10 2012-10-202-13/+32
| |
| * small plugin fixes, closed #694, #695Gravatar zoidberg10 2012-10-204-14/+18
| |
| * update CaptchaBrotherhood - closed #696, sharerapid.comGravatar zoidberg10 2012-10-141-2/+4
| |
| * Cleanup.Gravatar zoidberg10 2012-10-1215-1324/+0
| |
| * fix sharerapid, euroshareGravatar zoidberg10 2012-10-101-2/+2
| |
| * euroshare.eu premiumGravatar zoidberg10 2012-10-091-8/+14
| |
| * filebeer workaround, rehost.to chunklimit, multihoster configGravatar zoidberg10 2012-10-081-3/+2
| |
| * fix rapidgator.netGravatar zoidberg10 2012-10-061-39/+47
| |
| * rapidgator fix api urlGravatar zoidberg10 2012-10-032-6/+42
| |
| * Fix DuckcryptInfo and NowDownloadEuGravatar godofdream 2012-10-031-2/+6
| |
| * update czshare, little fixesGravatar zoidberg10 2012-10-033-78/+46
| |
| * rapidgator.net premium, novafile.com free, multihoster schedule refreshGravatar zoidberg10 2012-10-015-83/+86
| |
| * update hellshare.czGravatar zoidberg10 2012-09-271-11/+14
| |
| * add filebeer.info/fastshare.cz/quickshare.cz premium, closed #688Gravatar zoidberg10 2012-09-276-59/+124
| |
| * filebeer.info (free only) - closed #687Gravatar zoidberg10 2012-09-251-0/+88
| |
| * small plugin fixesGravatar zoidberg10 2012-09-255-9/+9
| |
| * multihosters - closed #618, store http/ftp accounts, add uptobox.com premiumGravatar zoidberg10 2012-09-243-35/+116
| |
| * update hellshare/hellspy patternsGravatar zoidberg10 2012-09-192-5/+5
| |
* | enter captchas on webuiGravatar RaNaN 2013-03-241-1/+1
| |
* | implemented interactions for multi user, show waiting queries on webuiGravatar RaNaN 2013-03-231-4/+2
| |
* | improved ui, render waiting filesGravatar RaNaN 2013-03-201-6/+7
| |
* | Remove '/' from filename to avoid filepath exceptionGravatar Daniel Bornkessel 2013-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a http url has a filename set to something that contains a '/', pyload will error out when trying to merge the chunks as it sees the '/' as part of the path. Example: HTTP Header contains: filename=55/filename.img Chunks are saved as: <path to download folder>/55filename.img.chunk0 <path to download folder>/55filename.img.chunk1 Exception on merge will complain: Error: file does not exist: <path to download folder>/55/ as it thinks '55/' is a subdir
* | merge newest changesGravatar RaNaN 2012-09-187-35/+112
|\|
| * Added NowDownloadEu Hoster (No limits)Gravatar godofdream 2012-09-161-0/+62
| |
| * putlockerComGravatar Jeix 2012-09-131-2/+2
| |
| * update mediafire, rusfolderGravatar zoidberg10 2012-09-122-23/+20
| |
| * fix turbobit with ossp-js, ryushare, easybytez - thx trance4us, ChriZathensGravatar zoidberg10 2012-09-102-8/+14
| |
| * BasePlugin: handle 404s by setting status to 'offline'Gravatar hagg 2012-09-101-4/+10
| |
| * update turbobit, 1fichier - closed #679, maybe #665Gravatar zoidberg10 2012-09-082-35/+96
| |
| * Increased Shareonline versionGravatar godofdream 2012-09-051-1/+1
| |
| * postdownload check for ShareOnline, closes #669Gravatar godofdream 2012-09-051-0/+10
| |
| * update ddlstorage/xfilesharingpro - closed #667Gravatar zoidberg10 2012-09-052-17/+18
| |
| * zippyshare - closed #674Gravatar zoidberg10 2012-08-311-1/+2
| |
* | merged stable into defaultGravatar RaNaN 2012-09-1819-276/+330
|\ \ | |/ |/|
| * updates for database + apiGravatar RaNaN 2012-06-031-5/+1
| |
| * a huge pile of spelling fixesGravatar X3n0m0rph59 2012-04-221-2/+2
| |
| * closed #261Gravatar Jeix 2012-02-051-2/+1
| |
| * Treat most errors as tempfailures, this will solve the missing errors.Gravatar Pedro Algarvio 2012-02-051-6/+1
| |
| * 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-19/+16
| |
| * Make sure that the Oron hoster plugins does not match Oron folders.Gravatar Pedro Algarvio 2012-02-051-2/+2
| |
| * Add helper method `formatTrafficleft()` to `module.plugins.Account`.Gravatar Pedro Algarvio 2012-02-041-9/+6
| | | | | | | | Regarding Oron account and hoster plugins, make use of `formatSize`, `parseFileSize` and the `Account`'s `formatTrafficleft()` helper method.
| * Correct import.Gravatar Pedro Algarvio 2012-02-041-1/+1
| |
| * merge from stableGravatar RaNaN 2012-01-2916-305/+246
| |\
| * | Update version.Gravatar Pedro Algarvio 2012-01-281-1/+1
| | |
| * | Update FileJungle for non existing files.Gravatar Pedro Algarvio 2012-01-281-2/+2
| | |
| * | Merge stable.Gravatar Pedro Algarvio 2012-01-221-20/+28
| |\ \
| * \ \ Merging encoding fixes from pyloadGravatar Pedro Algarvio 2012-01-221-2/+3
| |\ \ \
| | * | | realdebrid encoding fixGravatar RaNaN 2012-01-221-2/+3
| | | | |
| * | | | Bring Oron's premium account handling to latest api.Gravatar Pedro Algarvio 2012-01-221-4/+5
| |/ / /
| * | | fix threadmanager limitdl, add zevera.comGravatar zoidberg10 2012-01-202-59/+106
| | | |
| * | | corrected log methodGravatar RaNaN 2012-01-181-1/+1
| | | |
| * | | Support file hosters under maintenance and generated links spans.Gravatar Pedro Algarvio 2012-01-181-0/+6
| | | |
| * | | merge in plugin updatesGravatar zoidberg10 2012-01-1615-329/+349
| | | |
| * | | fix test casesGravatar RaNaN 2012-01-151-4/+2
| | | |
| * | | improved handling of content-dispositionGravatar RaNaN 2012-01-151-25/+2
| | | |
| * | | plugin unit test, closed #499, #500Gravatar RaNaN 2012-01-135-12/+5
| | | |
| * | | new MultiHoster hookGravatar RaNaN 2012-01-081-3/+2
| | | |
| * | | xfilesharingpro - fix patternsGravatar zoidberg10 2012-01-072-4/+4
| | | |
| * | | filesonic pattern fix (thanx Lino24), fix mu life account, closed #463 easybytezGravatar zoidberg10 2012-01-043-13/+43
| | | |
| * | | update mediafire, easybytezGravatar zoidberg10 2012-01-032-10/+65
| | | |
| * | | Happy new Year !Gravatar RaNaN 2012-01-011-3/+3
| | | |