summaryrefslogtreecommitdiffstats
path: root/pyload
Commit message (Collapse)AuthorAgeFilesLines
* Fixed PEP8 violationsGravatar Stefano 2014-04-213-3/+5
| | | | (cherry picked from commit 71d58aa484ab332cad1eda29edf2df7bfc4e2e91)
* Bayfiles: relogin requires user argumentGravatar Stefano 2014-04-211-2/+2
| | | | (cherry picked from commit d8f283c18034f45bcf767852d90c00add7e9f5cd)
* Removed unused importsGravatar Stefano 2014-04-212-5/+1
| | | | (cherry picked from commit a56d5e5fff658695c26f91f901bf83444c8e1266)
* Fixed some PEP8 violationsGravatar Stefano 2014-04-218-11/+13
| | | | (cherry picked from commit 1db169b2a7f1df66777a1045b17fc948b1b45c42)
* Using in instead of has_keyGravatar Stefano 2014-04-212-5/+5
| | | | (cherry picked from commit b599ed263da76a58ad80c68be46c51c9fb89a1d1)
* Egofiles: fixed #583Gravatar Stefano 2014-04-211-2/+2
| | | | (cherry picked from commit 874cd3f2e3deb08568e5a7384c58b09e1e23b91d)
* Streamcloud: fixed #583Gravatar stickell 2014-04-211-2/+2
| | | | (cherry picked from commit 8dc381adbdc0f88c838749ec4ef9b78708b9da36)
* Czshare renamed to SdilejGravatar BlackSmith 2014-04-213-15/+14
| | | | | | Merges #584 (cherry picked from commit dc66f2c638c3c87e699d2a8344f53f9bbe8b36c8)
* Fix some container __pattern__Gravatar Walter Purcaro 2014-04-212-2/+2
| | | | | | | | | Merges vuolter/pyload@770a11f (cherry picked from commit 614e1de2aaccbd2d7fa2c3a099cf5e36673ae322) Conflicts: module/plugins/container/LinkList.py
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-21182-182/+182
| | | | | | | | | | | | | Merges vuolter/pyload@dfcdf7b (cherry picked from commit 49c1c476ab997cd1e87ac693b17fe3df0c334346) Conflicts: module/plugins/container/LinkList.py pyload/plugins/crypter/HoerbuchIn.py pyload/plugins/hoster/ChipDe.py pyload/plugins/hoster/DebridItaliaCom.py pyload/plugins/hoster/MultiDebridCom.py
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-2140-75/+75
| | | | | | Merges vuolter/pyload@b7f6e2e (cherry picked from commit 4d978dedd16418a4e7d8c81bd819a6a5fa432057)
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-21126-127/+127
| | | | | | | | | | | Merges vuolter/pyload@d3be840 (cherry picked from commit f2deb6e7001e97d14bc4e9ee28c49eea806e62c6) Conflicts: pyload/plugins/crypter/HoerbuchIn.py pyload/plugins/hoster/DebridItaliaCom.py pyload/plugins/hoster/MultiDebridCom.py
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-21179-88/+116
| | | | | | | | | | | | | | | | | | | Merges vuolter/pyload@aa7b3f9 (cherry picked from commit 5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5) Conflicts: module/plugins/AccountManager.py module/plugins/ReCaptcha.py module/plugins/captcha/GigasizeCom.py module/plugins/captcha/LinksaveIn.py module/plugins/container/LinkList.py module/plugins/hooks/MultiDebridCom.py module/plugins/hooks/UnrestrictLi.py module/plugins/internal/MultiHoster.py pyload/plugins/accounts/Premium4Me.py pyload/plugins/accounts/PremiumizeMe.py pyload/plugins/internal/NetloadInOCR.py
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-2148-48/+48
| | | | | | | | | | | Merges vuolter/pyload@1387ded (cherry picked from commit f7fb0220ae1be71afe8c64892dcaa8c1ea5a1469) Conflicts: module/plugins/AccountManager.py module/plugins/container/LinkList.py module/plugins/internal/MultiHoster.py
* Fix HOSTER_NAME in XFileSharingPro pluginsGravatar Walter Purcaro 2014-04-2116-18/+27
| | | | | | Merges vuolter/pyload@f20b998 (cherry picked from commit 02e1638896c073f5d1c904a3e611d09298df79fa)
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-2128-30/+30
| | | | | | Merges vuolter/pyload@9117005 (cherry picked from commit 8c18c14ab56541aeae9123ee3b558b70aeabfd09)
* Remove bad whitespacesGravatar Walter Purcaro 2014-04-2135-40/+39
| | | | | | | | | | | | | | | | | | | | | | Merges vuolter/pyload@e4b2562 (cherry picked from commit d68938a9a7fbfb079b0a6de469de766b5892d769) Conflicts: module/plugins/Account.py module/plugins/AccountManager.py module/plugins/Container.py module/plugins/Crypter.py module/plugins/Hook.py module/plugins/Hoster.py module/plugins/Plugin.py module/plugins/PluginManager.py module/plugins/ReCaptcha.py module/plugins/captcha/GigasizeCom.py module/plugins/captcha/LinksaveIn.py module/plugins/container/LinkList.py pyload/plugins/internal/OCR.py pyload/plugins/internal/ShareonlineBizOCR.py
* Use wait to set time in SimpleHoster pluginsGravatar Walter Purcaro 2014-04-2130-86/+45
| | | | | | Merges vuolter/pyload@bb002ac (cherry picked from commit 7f1467c64fe5c0e902498b3252afd65cb68ed2f9)
* Fix retry time formatsGravatar Walter Purcaro 2014-04-2133-54/+54
| | | | | | Merges vuolter/pyload@498b9e3 (cherry picked from commit 381c4d02a900fac224ccaa802db080cf577ed2fb)
* Fix EOFGravatar Walter Purcaro 2014-04-2114-14/+10
| | | | | | | | | | | | | | Merges vuolter/pyload@00052b2 (cherry picked from commit 12485652a14c55e102e5d073f4bf9518f5cf5f85) Conflicts: module/plugins/Container.py module/plugins/Crypter.py module/plugins/Hook.py module/plugins/PluginManager.py module/plugins/ReCaptcha.py pyload/plugins/accounts/MultishareCz.py
* Fix __config__Gravatar Walter Purcaro 2014-04-2138-95/+93
| | | | | | | | | | | Merges vuolter/pyload@83ff313 (cherry picked from commit d27113cef108461e2363cc4c88c4a1d01222c9e9) Conflicts: module/plugins/Hook.py module/plugins/hooks/MultiDebridCom.py module/plugins/hooks/UnrestrictLi.py
* Fix __type__ for cryptersGravatar Walter Purcaro 2014-04-2115-15/+15
| | | | | | | | | | | | Merges vuolter/pyload@48af9ab (cherry picked from commit 4061e76e218b82503a41af1d165e5feb7baeb283) Conflicts: module/plugins/Crypter.py module/plugins/crypter/ChipDe.py module/plugins/hoster/ChipDe.py pyload/plugins/hoster/ChipDe.py
* Replace range with xrangeGravatar Walter Purcaro 2014-04-2144-52/+52
| | | | | | | | | | Merges vuolter/pyload@a50c8ff (cherry picked from commit 0424017acbd34e14a33002e130c618c5dd6df222) Conflicts: module/plugins/PluginManager.py module/plugins/captcha/LinksaveIn.py
* Change Solvmedia to SolvemediaGravatar Walter Purcaro 2014-04-212-2/+2
| | | | | | Merges vuolter/pyload@528ffe0 (cherry picked from commit c1db4dfd9e6ffefc07b4b3aaee68a757016d6e0f)
* Fix __description__Gravatar Walter Purcaro 2014-04-21216-217/+216
| | | | | | | | | | | | | | | Merges vuolter/pyload@74bcc70 (cherry picked from commit cca4127f9853ab029cbf0b55fedced124400952d) Conflicts: module/plugins/Account.py module/plugins/Container.py module/plugins/Crypter.py module/plugins/Hook.py module/plugins/Plugin.py module/plugins/container/LinkList.py pyload/plugins/crypter/HoerbuchIn.py
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-21226-415/+443
| | | | | | | | | | | | | | Merges vuolter/pyload@6c57a37 (cherry picked from commit ce955b6c04f6ddaab1696c6cabf5e0aa83cbf846) Conflicts: module/plugins/Account.py module/plugins/Container.py module/plugins/Crypter.py module/plugins/Hoster.py module/plugins/hooks/MultiDebridCom.py module/plugins/hooks/UnrestrictLi.py
* RyushareCom: Code cosmeticsGravatar Walter Purcaro 2014-04-211-7/+7
| | | | | | Merges vuolter/pyload@f18c34b (cherry picked from commit 0b568b843442ff454ec336bd227b39220209aa9e)
* RyushareCom: FILE_SIZE_PATTERN fixedGravatar Walter Purcaro 2014-04-211-1/+3
| | | | | | Merges vuolter/pyload@6bb3f6e (cherry picked from commit 6bb9e9c76a588cad73a7f8b10d000f356e3a18d4)
* XFileSharingPro: FILE_SIZE_PATTERN updatedGravatar Walter Purcaro 2014-04-211-2/+2
| | | | | | Merges vuolter/pyload@791ea1f (cherry picked from commit 7d33159339bc3fa8ea45acd112510fc617f211c5)
* Hook: RestartFailed: Old version rewrittenGravatar Walter Purcaro 2014-04-211-19/+44
| | | | | | Merges vuolter/pyload@47e3ffe (cherry picked from commit 427be7ed6407ffc542fd9c0f8356a03a2dc5cc28)
* Crypter: TurbobitNetFolder: Improved _getLinks recursionGravatar Walter Purcaro 2014-04-211-32/+28
| | | | | | Merges vuolter/pyload@0497f62 (cherry picked from commit 1a51954bb099159169831eec7918042d178b1b0f)
* Hoster: TusfilesNet: UpdatedGravatar Walter Purcaro 2014-04-211-14/+27
| | | | | | Merges vuolter/pyload@9b480fb (cherry picked from commit 8785f099f0b5cfdd7e4171a962a7125f9eda19fe)
* Improved ReCaptcha class:Gravatar Stefano 2014-04-211-6/+29
| | | | | | | | | | Ability to detect public key and use it for challenge requests. + cosmetics (cherry picked from commit 806fca3ffbe17b9b23b962c484e95c0955d48fd9) Conflicts: pyload/plugins/internal/CaptchaService.py
* XFS: Improved CAPTCHA_DIV_PATTERNGravatar igel-kun 2014-04-211-3/+3
| | | | | | | + cosmetics Merges #578 (cherry picked from commit 987949595e6072b1f102db490c08817274d2a8cb)
* XFS: host addedGravatar igel-kun 2014-04-211-2/+2
| | | | | | Merged #579 (cherry picked from commit 2fa69964c566701edd85dcf029e25b573a538fbd)
* XFileSharingPro additionsGravatar igel-kun 2014-04-211-2/+3
| | | | | | Merged #569 (cherry picked from commit 53083cc537ea36f1820078946dbd1df2c671acb5)
* Unrar 5.x SupportGravatar Ben White 2014-04-211-5/+13
| | | | | | Merged #567 (cherry picked from commit c768ad07f53c4109d5cb894f3e9194bfd4c37857)
* Youtube: fixed #498Gravatar Stefano 2014-04-211-2/+2
| | | | (cherry picked from commit 145508f9795e8fcec79b95b8a3af6e3e24d669b7)
* Fixed UlozTo hoster and accountGravatar radek-senfeld 2014-04-212-5/+18
| | | | | | Merged #554 (cherry picked from commit a80bf6d4edc8ba13d1383d9502e994be10a9d375)
* Merge pull request #562 from vuolter/s/hoster/ShareFilesCoGravatar Stefano 2014-04-212-31/+6
| | | | | | | | ShareFilesCo: dead (cherry picked from commit 31e67a69d7349ebcc22e604a1b36d02d54878e24) Conflicts: pyload/plugins/accounts/ShareFilesCo.py
* Merge pull request #560 from vuolter/s/hoster/RapidgatorNetGravatar Stefano 2014-04-211-3/+2
| | | | | RapidgatorNet: __pattern__ updated (thx Gromit) (cherry picked from commit ec5bcf22b9d3cbf53c9610fe2d74b1a6af50e10c)
* Merge pull request #561 from vuolter/s/hoster/UptoboxComGravatar Stefano 2014-04-212-20/+19
| | | | | | XFileSharingPro: Fixed expired session detection Fixes #558 (cherry picked from commit b87861c6f906e826b6834da7fe0745b7cb2aee56)
* 1fichier: fixed #553Gravatar Thierry Merle 2014-04-211-14/+21
| | | | | | Merges #556 (cherry picked from commit 3f101407b75e35c2460f725fc68777ac75451302)
* Removed ARD from the repositoryGravatar Stefano 2014-04-211-83/+0
| | | | | | | (cherry picked from commit c7b8e5b668dafe6fa1eb474b35cf313361482eac) Conflicts: pyload/plugins/hoster/ARD.py
* Zippyshare: using (?i) instead of re.I to make it work even on Python < 2.7Gravatar Stefano 2014-04-211-3/+2
| | | | (cherry picked from commit e4da4c592779642a2ce1e2c361dd6d0fb7b62c1c)
* Filestube: patterns updatedGravatar Stefano 2014-04-211-3/+3
| | | | | | Resolves #543 and #497 (cherry picked from commit 7c272fffe59683ed232be7f93648b5904cc58139)
* ZDF: ignore series id, use progressive only, not hbbtvGravatar m42e 2014-04-211-3/+4
| | | | | | Merges #544 (cherry picked from commit d1a4bc65f6d560b1a851c3359f6511a1e96025e3)
* Rapidgator: Pattern updatedGravatar Walter Purcaro 2014-04-211-74/+80
| | | | | | | Fixed #513 Merges #514 (cherry picked from commit b893d603e3fbefa6f27825b4758b49a1475906e1)
* OneFichier: Fixed #536Gravatar Thierry Merle 2014-04-211-6/+15
| | | | | | Merges #541 (cherry picked from commit 2450d9c687193d64bbe028640b77af9ae011d64e)
* Zippyshare: Fixed #545Gravatar Stefano 2014-04-211-2/+3
| | | | | | Thanks @gaberad (cherry picked from commit 900994bdb2062f547baa7be7c5dc5f93e1927111)
* Merge pull request #546 from CrazYoshi/patch-1Gravatar Stefano 2014-04-211-5/+5
| | | | | Easybytez registered user seen as premium account (cherry picked from commit d9b048ead90c26eae1d9a37c2fcd674b677a6495)
* Zippyshare: fixed #542Gravatar Stefano 2014-04-211-2/+2
| | | | | Thanks @gaberad (cherry picked from commit 472c2e44ecfabafb77609bab5613f6757baa52cb)
* FastshareCz: Fixed #521Gravatar Walter Purcaro 2014-04-211-42/+53
| | | | | | Merged #529 (cherry picked from commit 853e79074ea21cf31f46c23e4cef45609b19483f)
* XFileSharingPro: ability to use FILE_URL_REPLACEMENTSGravatar Stefano 2014-04-211-7/+9
| | | | | | | + improved FILE_OFFLINE_PATTERN + trivial fixes (cherry picked from commit 815a940789f3d689fbc00f5a82fe7712ecd33b02)
* LoadTo: fixed #523Gravatar Stefano 2014-04-211-35/+64
| | | | (cherry picked from commit dcb1e6799f9eb0f372abf93a253e37678e6658ae)
* Merge pull request #538 from vuolter/s/hoster/UptoboxComGravatar Stefano 2014-04-211-6/+30
| | | | | | UptoboxCom: Fixed See #536 (cherry picked from commit 0bb93bd16a4f7e6caaa2567868e3a7744117ed4a)
* Zippyshare: fixed #537Gravatar Stefano 2014-04-211-8/+6
| | | | | | | + new test link + cleanup (cherry picked from commit b22047eebc3e4b54e7d5f4254718d71cd20349ee)
* K2S: added two wait patterns.Gravatar igel-kun 2014-04-211-2/+19
| | | | | | Merged #495 (cherry picked from commit c067065bd110d9a8e0d27d806767a3f48ad55d19)
* PutlockerCom (Firedrive now) and SockshareCom updated.Gravatar Walter Purcaro 2014-04-212-94/+116
| | | | | | | Merged #515 Fixed: #501 (cherry picked from commit 171af764df8cbd54e869f0a5e375e8292fc2cfec)
* Merge pull request #535 from vuolter/s/mark_deadGravatar Stefano 2014-04-212-82/+12
| | | | | Mark dead CyberlockerCh and CloudzerNet (cherry picked from commit bce39ea47fe9ce6c2b964adaebf0be237234978b)
* Merge pull request #511 from vuolter/s/hoster/RyushareComGravatar Stefano 2014-04-211-18/+10
| | | | | RyushareCom: Free dl fix (thx nomad71) (cherry picked from commit c4ed8e60017f66ce23ff08c9dfe38be1eb0919b9)
* XFileSharingPro:Gravatar igel-kun 2014-04-212-4/+4
| | | | | | | | * Added 2 hosters * Extended OFFLINE_PATTERN Merged pull request #485 (cherry picked from commit c297f2749efe9e37ecab0965993cc8c8c11e8e59)
* Filestube: version increase after 4c02adf00b8a7d6abcd2467eaff512f5780c4d7dGravatar Stefano 2014-04-211-1/+1
| | | | (cherry picked from commit 046bffc70cb2ea66e3d7e24e426e5ea99bff1654)
* Merge pull request #483 from igel-kun/filestube_fixGravatar Stefano 2014-04-211-1/+1
| | | | | FilestubeCom: added .to domain (cherry picked from commit c3a0ffb3943243749b7c439f64cafc1684b2e27b)
* UploadingCom: updated patternsGravatar Stefano 2014-04-211-5/+6
| | | | | | Fixes #462 (cherry picked from commit 56d728540dcfa8b7f74622731b34675a4e99e0ee)
* Filefactory: added PREMIUM_ONLY_PATTERNGravatar Stefano 2014-04-211-1/+2
| | | | (cherry picked from commit 145602cde43f99aa704b8a2e01cb0b1852938565)
* SimpleHoster: improved PREMIUM_ONLY processGravatar Stefano 2014-04-211-4/+7
| | | | | | Usually premium only pages doesn't show the file information so trying to get them would raise an exception. (cherry picked from commit cd9aebb7ed4e742fe17b09e0886341367662b2c7)
* YoutubeBatch: Completed rewritingGravatar Walter Purcaro 2014-04-211-65/+101
| | | | | | | Fixes #458 Merges #479 (cherry picked from commit 834fffc4baa7379a21ab7d10712d1360f236c7ed)
* Filefactory: fixed premium (without direct) mode.Gravatar Stefano 2014-04-211-2/+3
| | | | (cherry picked from commit 0512d40e3810aa654a5db89e021b2466e7a6c162)
* TurbobitNetFolder: fixed #471Gravatar Stefano 2014-04-211-22/+17
| | | | | | Merged with fixes #472 (cherry picked from commit 22fe027409eb639d7a3494dd7d1ab7d4ea4a14e9)
* Keep2share: fixed #450Gravatar Stefano 2014-04-211-9/+18
| | | | (cherry picked from commit 119af0fdf45ad12995ddda9a7b7410c1d62db211)
* Merge pull request #470 from vuolter/s/hoster/ExtabitComGravatar Stefano 2014-04-211-4/+4
| | | | | | ExtabitCom: Fix offline pattern + code cosmetics Fixes #467 (cherry picked from commit 5ea5b63c925df5816e4ca1429746ea8c86dda1bd)
* Filefactory: added offline patternGravatar Stefano 2014-04-211-1/+2
| | | | (cherry picked from commit c2886928e0e17d2e6252d0af500dea7e27eea53c)
* Depositfiles: added dfiles.ru domainGravatar Stefano 2014-04-211-2/+2
| | | | | May fix #461 (cherry picked from commit 83ef7f55716ff7fe5b067c6109e51d2e6a82b499)
* Uptobox: fixed file info retrieveGravatar Stefano 2014-04-211-2/+2
| | | | | | See #423 (cherry picked from commit fb630e7ffcc3d36dedcae7e14bc77b4a8098f03e)
* XFileSharingPro: improved DIRECT_LINK_PATTERN to fix #423Gravatar Stefano 2014-04-211-2/+2
| | | | (cherry picked from commit 5a8697f05355fde265337784804a81a60365c33e)
* Uptobox: version increased after 41382d0Gravatar Stefano 2014-04-211-1/+1
| | | | (cherry picked from commit b1ef1518028f264cf3429f0fb490f7eaf27dffd3)
* Uptobox: fixed premium expire detectionGravatar Stefano 2014-04-211-0/+2
| | | | | | See #423 (cherry picked from commit 41382d0151d7ce2ac89129717c9dc6d66cb384c3)
* ShareonlineBiz: Https fix + code cosmeticsGravatar Walter Purcaro 2014-04-211-67/+49
| | | | | | Merged #459 (cherry picked from commit d664484a466f1b9c53b1f2b5ff9a5ffa9a80440b)
* WebshareCz: rewrittenGravatar Stefano 2014-04-211-30/+56
| | | | | | Fixes #452 (cherry picked from commit 2429e9666fb849236126d310791f3eed3a622442)
* CloudzerNet: fixed #185Gravatar Stefano 2014-04-211-2/+16
| | | | (cherry picked from commit b7cff12cef8a0c1843a6214aa3f1b4a3a91d9123)
* CloudzerNet: improved getInfoGravatar Stefano 2014-04-211-5/+3
| | | | | See #185 (cherry picked from commit 561ed2890ec6c4512badcf5ffd3758bc6dafb48d)
* StreamcloudEu: increased version number afterGravatar Stefano 2014-04-211-1/+1
| | | | | 50ef18bfb7ced07dfacc8db28aa11dd376be65da (cherry picked from commit 22048007abb2df02ee4ac97f61bd6d615c68a529)
* Merge pull request #453 from skydevment/patch-1Gravatar Stefano 2014-04-211-1/+1
| | | | | StreamcloudEU: Pattern updated (cherry picked from commit 13702899406def4d46edadf997972ee2a539ca36)
* Merge pull request #454 from git-commit/patch-1Gravatar RaNaN 2014-04-211-1/+1
| | | | | Update AlldebridCom.py hook (cherry picked from commit 6c2dffc73801f66b12a1fe800ea743224549fe94)
* Shareonline: added HTTPSGravatar Stefano 2014-04-211-2/+2
| | | | | Requested in #451 (cherry picked from commit 7979e5fa3601dd9c7ee508d8496abfbc39cfa907)
* FilerNet: fixed #440Gravatar Stefano 2014-04-211-4/+5
| | | | (cherry picked from commit 593bacaff41d7e3a42a1b74104a96b466cfbd4fa)
* Crocko: fixed #447Gravatar Stefano 2014-04-211-3/+2
| | | | (cherry picked from commit 35ca8a283f6984f8a6b524508d9a475257236814)
* Filefactory: fixed #446Gravatar Stefano 2014-04-211-4/+9
| | | | (cherry picked from commit d0c4c94ff6486f057c80b0035b5f2469d884dc51)
* Bring the improved wait method from 0.5 to 0.4.9 through SimpleHosterGravatar Stefano 2014-04-211-1/+7
| | | | (cherry picked from commit 39e9f08b2d423db5b7b0f1e7f67c5d744b10a755)
* Keep2share: fixed #445Gravatar Stefano 2014-04-211-2/+2
| | | | (cherry picked from commit 3429f43adf22b6e4c5e2b7e02e901904e937466b)
* Dailymotion: Fully rewrittenGravatar Walter Purcaro 2014-04-211-37/+113
| | | | | | | Merged #438 Fixes #428 (cherry picked from commit 19cdc3e64ec6fe4d67f140d1e2d8d9d52c7eb743)
* major bugfix for link and packing addingGravatar RaNaN 2014-04-195-9/+21
|
* added connection flags to download statusGravatar RaNaN 2014-01-2910-40/+98
|
* fixed new waiting dl ruleGravatar RaNaN 2014-01-206-13/+20
|
* fixed py 2.5 incompatibilityGravatar RaNaN 2014-01-201-2/+2
|
* fixes for download scheduler #4Gravatar RaNaN 2014-01-201-4/+4
|
* fixes for download scheduler #3Gravatar RaNaN 2014-01-192-6/+3
|
* fixes for download scheduler #2Gravatar RaNaN 2014-01-191-1/+2
|
* fixes for download schedulerGravatar RaNaN 2014-01-196-22/+26
|
* better log messageGravatar RaNaN 2014-01-181-7/+8
|
* basically working multi-user modeGravatar RaNaN 2014-01-187-33/+40
|
* decrypt single packages into the current oneGravatar RaNaN 2014-01-181-8/+10
|
* additional fix #5Gravatar RaNaN 2014-01-182-2/+4
|
* additional fix #6Gravatar RaNaN 2014-01-183-5/+5
|
* additional fix #4Gravatar RaNaN 2014-01-181-2/+3
|
* additional fix #3Gravatar RaNaN 2014-01-182-5/+12
|
* additional fix #2Gravatar RaNaN 2014-01-182-3/+2
|
* additional fixGravatar RaNaN 2014-01-181-2/+2
|
* some fixes for new dl managerGravatar RaNaN 2014-01-184-22/+35
|
* rewritten download scheduling, improved account manager, db version ↵Gravatar RaNaN 2014-01-1835-449/+623
| | | | increased all data will be overwritten
* small fixes and improvements for download engineGravatar RaNaN 2014-01-135-17/+17
|
* fixed setupGravatar RaNaN 2014-01-131-3/+0
|
* fixed last commitGravatar RaNaN 2014-01-121-2/+2
|
* new manager to schedule downloadsGravatar RaNaN 2014-01-123-5/+46
|
* small cleanup, fixed some test casesGravatar RaNaN 2014-01-117-113/+73
|
* fixed error from last commitGravatar RaNaN 2014-01-101-1/+1
|
* fixed a log messageGravatar RaNaN 2014-01-102-2/+2
|
* don't decrypt link when added to packageGravatar RaNaN 2014-01-101-4/+3
|
* update multihoster when account updatesGravatar RaNaN 2014-01-052-2/+9
|
* try to get colored log on windows workingGravatar RaNaN 2014-01-032-3/+2
|
* fix small decrypter bugsGravatar RaNaN 2014-01-021-2/+3
|
* colored log on windowsGravatar RaNaN 2014-01-022-6/+14
|
* changed ws port to avoid conflictsGravatar RaNaN 2014-01-013-3/+3
|
* Happy new year!Gravatar RaNaN 2014-01-014-6/+6
|
* show progress of decrypting and link checking, added indicator in link grabberGravatar RaNaN 2013-12-3010-24/+102
|
* added progress type enum, new DebugCrypter + Hoster, little improvements for ↵Gravatar RaNaN 2013-12-2918-25/+137
| | | | crypter api
* added auth to request classGravatar RaNaN 2013-12-294-21/+33
|
* disabled colored log on windowsGravatar RaNaN 2013-12-161-1/+1
|
* further improved caching, removed locale switch because of to much side-effectsGravatar RaNaN 2013-12-162-22/+24
|
* Moving new plugins from module to pyloadGravatar Stefano 2013-12-162-0/+72
|
* EasybytezComFolder: fixed #436Gravatar Stefano 2013-12-161-7/+3
| | | | (cherry picked from commit 4b9ee158ca50dd5f3d9d999891f163bb57fe3d9c)
* Fastshare: improved offline pattern.Gravatar Stefano 2013-12-161-2/+2
| | | | | | Fixes #302 (cherry picked from commit 47e536383be4948538b70d5391db12225174981f)
* Checksum: disabled by defaultGravatar Stefano 2013-12-161-2/+2
| | | | (cherry picked from commit 1b282b89f7cfaf5a6ce656dc4ff54529121e0b8c)
* FshareVn: fixed lifetime account detectGravatar Stefano 2013-12-161-10/+19
| | | | | | See #417 (cherry picked from commit 06991b8ed262009f70d6baac81d7845ac60714c7)
* Easybytez: fixed expire date parseGravatar Stefano 2013-12-161-3/+4
| | | | (cherry picked from commit d05b134c6e739c5052070b35b5ec6b4b73f2a6bd)
* Checksum: merged #388Gravatar Walter Purcaro 2013-12-161-34/+37
| | | | (cherry picked from commit 01a7c4ec37996e87067876eab40b0b8403f0100f)
* Keep2share: fixed #405Gravatar Stefano 2013-12-161-24/+25
| | | | (cherry picked from commit 04c19a55ccdbc871e6ca1cc2a033d904bdb37fe3)
* Some hosters marked as deadGravatar Walter Purcaro 2013-12-1620-891/+50
| | | | | | | | | | | | | | Merged #375 (cherry picked from commit 7f239b41cb29ee95c878f78a6e9cacd55f301a8d) Conflicts: pyload/plugins/accounts/BoltsharingCom.py pyload/plugins/accounts/HellspyCz.py pyload/plugins/accounts/Share76Com.py pyload/plugins/accounts/UploadstationCom.py pyload/plugins/accounts/WuploadCom.py pyload/plugins/accounts/X7To.py
* Merge pull request #434 from kmarty/stableGravatar Stefano 2013-12-161-32/+23
| | | | | UlozTo: Old method returned, it appears that some servers still has an old method so both methods are required (cherry picked from commit ad99e285acdf699a943d67d42b3f31f9197b9972)
* improved caching directives, tell browser not to cache the index pageGravatar RaNaN 2013-12-161-5/+8
|
* Plugin locations cleanup after merge from stableGravatar Stefano 2013-12-151-0/+80
|
* Zippyshare: fixed #419Gravatar Stefano 2013-12-151-1/+5
| | | | (cherry picked from commit 4303eb410c9e28c6a4c51e520876e55bb7845857)
* catch all errors when starting link decrypterGravatar RaNaN 2013-12-151-1/+7
| | | | (cherry picked from commit 7e44d40af3b2574eae04e1df3b40f536776593c8)
* HotfileCom: marked as deadGravatar Stefano 2013-12-151-127/+4
| | | | | | | (cherry picked from commit 61b81558a54837b7ed32ec22f2cf21a8f6b665d7) Conflicts: pyload/plugins/hoster/HotfileCom.py
* Merge pull request #427 from kmarty/stableGravatar Stefano 2013-12-151-24/+29
| | | | | Ulozto: changed captcha code (cherry picked from commit b140dd072550d78ae8deffbdd86ac7c2696eab8d)
* NowDownloadEu: fixed syntax errorGravatar Stefano 2013-12-151-2/+2
| | | | | See also #426 (cherry picked from commit c14d3c011e3e1a93893e0dde9de68f05540c4991)
* Filefactory: fixed free downloadGravatar Stefano 2013-12-151-68/+32
| | | | | | | | + Removed API based getInfo (no more working) + Removed process override Resolves #366 (cherry picked from commit fcb9cfa8884b73a6970855a678df2bde24ad4ec0)
* Filefactory: fixed premium downloadGravatar Stefano 2013-12-151-5/+8
| | | | | | | Fixes #425 See also #366 (cherry picked from commit 8572e1f2cf08e5b268482060e28a452ebc5f2e61)
* Removed old way to log plugin messagesGravatar Stefano 2013-12-152-5/+5
| | | | (cherry picked from commit d686bbde84cbebe07e096939397b77043abbb03d)
* XHamsterCom: removed debug message translation.Gravatar Stefano 2013-12-151-4/+4
| | | | | | See http://translate.pyload.org/translate/pyload/28/en-cs#2745 (cherry picked from commit 857389ddf5297e59123670a9c3d47410a3465244)
* TurbobitNet: fixed #421Gravatar Stefano 2013-12-151-1/+2
| | | | (cherry picked from commit 0c995e985c16c0d1a7659f65aae339ea312ff396)
* Merge pull request #422 from vuolter/s/hoster/NowDownloadEuGravatar Stefano 2013-12-151-2/+2
| | | | | NowDownloadEu: Recognize sx domain (cherry picked from commit b6bab5b8a1a9cfb020ff7d281d79796b6b717509)
* CrockoCom: new pattern and using xrange.Gravatar Stefano 2013-12-151-4/+4
| | | | | | See #391 (cherry picked from commit 2409c6ff5810dd4d7a2aa6c81006384b267cadc2)
* FilefactoryCom: fixed premium login.Gravatar Stefano 2013-12-151-27/+30
| | | | | | See #366 (cherry picked from commit a1cdc2d29776a2f98388cce647962cd01faa5822)
* FshareVn: updated account pluginGravatar Stefano 2013-12-151-5/+5
| | | | (cherry picked from commit 35fa61dbba3ba374ec441de6deca8ee62ff66b42)
* Merge pull request #418 from vuolter/s/internal_PEP8cleanupGravatar Stefano 2013-12-158-64/+72
| | | | | | | | | Internal plugins code cleanup according to PEP8 guidelines (cherry picked from commit cfe3b21334f3eef319a667a477634c025e757fbf) Conflicts: module/plugins/internal/MultiHoster.py pyload/plugins/internal/CaptchaService.py
* Merge pull request #412 from vuolter/s/crypter/EasybytezComFolderGravatar Stefano 2013-12-152-3/+10
| | | | | | | | EasybytezComFolder: Fixed bad url processing (result in SimpleCrypter update) (cherry picked from commit f6477822031ff1c6fffa30d62461eba3e5f1db35) Conflicts: pyload/plugins/internal/SimpleCrypter.py
* updated pywebsocketGravatar RaNaN 2013-12-1514-424/+1153
|
* more options to get webUI through proxy workingGravatar RaNaN 2013-12-1517-101/+148
|
* added new file statesGravatar RaNaN 2013-12-1313-39/+70
|
* plugin selection for linkgrabber, partial closes #182Gravatar RaNaN 2013-12-124-11/+81
|
* remote only disable with start optionGravatar RaNaN 2013-12-112-2/+0
|
* display file-size of current downloadGravatar RaNaN 2013-12-102-12/+16
|
* renamed new self.user to self.ownerGravatar RaNaN 2013-12-081-1/+1
|
* workaround for older pluginsGravatar RaNaN 2013-12-083-6/+12
|
* more fixes for older pluginsGravatar RaNaN 2013-12-081-0/+4
|
* fixes to adapt old pluginsGravatar RaNaN 2013-12-081-1/+1
|
* fixed deps againGravatar RaNaN 2013-12-071-1/+1
|
* fixed dependencies, downgraded hbs pluginGravatar RaNaN 2013-12-074-3/+8
|
* render links updated to packageGravatar RaNaN 2013-12-071-2/+17
|
* updated some deps, button to add links to existing packagesGravatar RaNaN 2013-12-078-25/+76
|
* package edit dialogGravatar RaNaN 2013-12-0610-17/+129
|
* fixed jshintGravatar RaNaN 2013-12-041-1/+1
|
* clear dashboard when opened package is deletedGravatar RaNaN 2013-12-042-3/+9
|
* password field for linkgrabberGravatar RaNaN 2013-12-043-4/+21
|
* fixed changing the dl speed limitGravatar RaNaN 2013-12-032-3/+7
|
* fixed cnl, packages now pausableGravatar RaNaN 2013-12-0112-27/+84
|
* fixed are few addons and improved crypter workaroundsGravatar RaNaN 2013-12-0113-81/+87
|
* Merge pull request #335 from vuolter/s/crypter/YoutubeBatchGravatar Stefano 2013-11-301-19/+90
| | | | YoutubeBatch: Added support for download all videos available on a channel(cherry picked from commit 9f07c61c5758e67bdfdb88967258e4ae9e55abe0)
* Merge pull request #397 from vuolter/s/hoster/BayfilesComGravatar Stefano 2013-11-301-9/+9
| | | | BayfilesCom: Patterns updated(cherry picked from commit f0bd802e38dabc7ce321e58bf6be50eea98ee8b7)
* Merged #407Gravatar =?UTF-8?q?Michael=20Elsd=C3=B6rfer?= 2013-11-301-0/+1
| | | | | Make debugging script issue a bit easier (cherry picked from commit 6df98309258e180587a71bd13940ca0ff7c56029)
* Merge pull request #386 from vuolter/s/setup_cleanGravatar Stefano 2013-11-305-6/+0
| | | | Removed unnecessary assignments for self.html and self.wantReconnect(cherry picked from commit bea7fe466f5cd1f1aa6ddc72bc0fb5651610a121)
* Merge pull request #415 from vuolter/s/hoster/NowDownloadEuGravatar Stefano 2013-11-301-1/+1
| | | | NowDownloadEu: Parse uppercase id as well(cherry picked from commit 554b37b4cc8164245582104aed9bb70174dd8c46)
* Merge pull request #392 from vuolter/s/hoster/PutlockerComGravatar RaNaN 2013-11-301-5/+5
| | | | Hoster: PutlockerCom: More strict pattern + some code cosmetics(cherry picked from commit 21e1a107ba6927ab618b196e224ac403512ca628)
* Merge pull request #396 from vuolter/s/hoster/TusfilesNetGravatar RaNaN 2013-11-301-4/+4
| | | | Hoster: TusfilesNet: Pattern updated + fix skipped version gain missed on last commit(cherry picked from commit 4315886b10234790520f339059ce959137fed962)
* extraction via context menu + progress information workingGravatar RaNaN 2013-11-265-12/+25
|
* invoke addons via context menuGravatar RaNaN 2013-11-2511-58/+76
|
* render addon menu for packagesGravatar RaNaN 2013-11-247-10/+95
|
* downgraded handlebarsGravatar RaNaN 2013-11-242-1/+2
|
* try to fix template helper loadingGravatar RaNaN 2013-11-241-1/+1
|
* improved addonManager, new property to expose addon information, new ↵Gravatar RaNaN 2013-11-2211-111/+198
| | | | functionality to interact with addons
* fixed and improved last pull requestGravatar RaNaN 2013-11-225-55/+42
|
* Merge pull request #216 from vuolter/m/periodicalGravatar RaNaN 2013-11-222-4/+30
|\ | | | | Improved periodical
| * initPeriodical calls startPeriodical if periodcal was overwrittenGravatar Walter Purcaro 2013-11-161-2/+7
| |
| * Renamed setInterval reset opt to recountGravatar Walter Purcaro 2013-11-161-2/+2
| |
| * Improved start and stop methodsGravatar Walter Purcaro 2013-11-161-7/+5
| |
| * typoGravatar Walter Purcaro 2013-11-161-3/+3
| |
| * startPeriodical + setInterval methodsGravatar Walter Purcaro 2013-11-161-7/+19
| |
| * typoGravatar Walter Purcaro 2013-11-161-1/+1
| |