summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The single whitespace cleanup O.OGravatar Walter Purcaro 2015-04-081-1/+1
|
* Merge branch 'pr/n1006_mariusbaumann' into 0.4.10Gravatar Walter Purcaro 2015-04-082-29/+24
|\ | | | | | | | | | | Conflicts: pyload/webui/themes/Next/tml/queue.html pyload/webui/themes/Next/tml/settings.html
| * Recreated the chhanges of pr/2 m4xcubeGravatar mariusbaumann 2015-04-051-6/+6
| | | | | | | | | | | | because of a git-merging problem, i have manualy changed the things of pr/2 from m4xcube. The changes now be clean at stable of pullrequest #1006
| * Merge remote-tracking branch 'origin/stable' into stableGravatar mariusbaumann 2015-04-050-0/+0
| |\ | | | | | | | | | | | | mit 7c21c6f9417bb19ba240f1f4bbde9ace7dc0f6ef, reversing changes made to 10b65f5319c679bac3a596eb30946fd2e89a3da7.
| | * Merge pull request #3 from mariusbaumann/pr/2Gravatar Marius 2015-04-051-2/+2
| | |\ | | | | | | | | text changed to withe and little font fixes
| | * \ Merge pull request #2 from m4xcube/stableGravatar Marius 2015-04-052-51/+43
| | |\ \ | | | | | | | | | | Allway show Package Size in queue & little improvements
| * | | | Revert "Merge branch 'pr/2' into stable"Gravatar mariusbaumann 2015-04-052-44/+52
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7c21c6f9417bb19ba240f1f4bbde9ace7dc0f6ef, reversing changes made to 10b65f5319c679bac3a596eb30946fd2e89a3da7.
| * | | | Merge branch 'pr/2' into stableGravatar mariusbaumann 2015-04-052-52/+44
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | text changed to withe and little font fixesGravatar mariusbaumann 2015-04-051-2/+2
| | |/
| | * Revert "Word Break"Gravatar m4xcube 2015-04-041-1/+1
| | | | | | | | | | | | This reverts commit 8a5d15799505340d80754dc1b9638a8244705087.
| | * Allways show Package SizeGravatar m4xcube 2015-04-041-8/+6
| | |
| | * Better readability of HTMLGravatar m4xcube 2015-04-041-34/+32
| | |
| | * Cleanup & Design improvementGravatar m4xcube 2015-04-041-8/+4
| | | | | | | | | | | | | | | Removed nobr for better html code with "white-space: nowrap;" Changed height to max-heigt for better visual
| | * Word BreakGravatar m4xcube 2015-04-041-2/+2
| | | | | | | | | Word break for to long Packagenames
| * | Merge pull request #1 from m4xcube/stableGravatar Marius 2015-04-041-24/+19
| |\| | | | | | | Scrollable Plugin-List
| | * Scrollable Plugin-ListGravatar m4xcube 2015-04-041-24/+19
| |/
| * Drag and drop fixGravatar mariusbaumann 2015-03-111-2/+2
| | | | | | | | | | | | Now the drag and drop feature in queue is matched to the title of the package. The move button now works again as expected (to move betwen collector and queue)
* | [README] UpdateGravatar Walter Purcaro 2015-04-081-20/+49
| |
* | [config] webinterface -> webuiGravatar Walter Purcaro 2015-04-075-14/+14
| |
* | [Lib] send2trashGravatar Walter Purcaro 2015-04-077-1/+313
| |
* | Merge branch 'pr/n1_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-0796-37/+30070
|\ \
| * | fix guiGravatar root 2015-04-045-16/+16
| | |
| * | fix againGravatar Armin 2015-04-041-1/+1
| | |
| * | fix plugin locationGravatar Armin 2015-04-041-2/+2
| | |
| * | fixGravatar Armin 2015-04-041-4/+4
| | |
| * | fixGravatar root 2015-04-041-4/+4
| | |
| * | fix endless recursionGravatar root 2015-04-041-3/+3
| | |
| * | add libGravatar root 2015-04-0383-0/+30029
| | |
| * | some fixesGravatar root 2015-04-036-8/+12
| | |
* | | Update user-agentGravatar Walter Purcaro 2015-04-071-1/+2
|/ /
* | Merge branch 'pr/n1156_ItachiSan' into 0.4.10Gravatar Walter Purcaro 2015-03-291-9/+17
|\ \ | | | | | | | | | | | | Conflicts: pyload/manager/thread/Server.py
| * | Avoid an expected errorGravatar Giovanni Santini 2015-02-071-1/+4
| | | | | | | | | | | | Running the FastCGI *flup* server launch a ***ValueError*** as the webserver thread does not run as the main one and it can't catch keyboard shut-down commands (ex. CTRL+C). The webserver is stopped properly (should be) by the PyLoad main thread, so the exception is expected.
* | | pycurl.MAXREDIRS up to 10Gravatar Walter Purcaro 2015-03-281-1/+1
| | |
* | | Quit all threads in core.shutdown()Gravatar ardi69 2015-03-281-1/+1
| | |
* | | Drag and drop fixGravatar mariusbaumann 2015-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now the drag and drop feature in queue is matched to the title of the package. The move button now works again as expected (to move betwen collector and queue) Conflicts: pyload/webui/themes/Next/tml/queue.html
* | | Revert ce103ce1e60661f7bcdf6a033335134de61d48b1Gravatar Walter Purcaro 2015-03-26455-3412/+3412
| | |
* | | CleanupGravatar Walter Purcaro 2015-03-2656-1128/+141
| | |
* | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-03-26329-1826/+3233
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/accounts/Keep2ShareCc.py module/plugins/captcha/OCR.py module/plugins/captcha/captcha.py module/plugins/crypter/DailymotionBatch.py module/plugins/crypter/DailymotionComFolder.py module/plugins/crypter/YoutubeBatch.py module/plugins/crypter/YoutubeComFolder.py module/plugins/internal/CaptchaService.py pyload/plugin/Extractor.py pyload/plugin/OCR.py pyload/plugin/account/DebridItaliaCom.py pyload/plugin/account/MegaRapidCz.py pyload/plugin/account/NoPremiumPl.py pyload/plugin/account/RapideoPl.py pyload/plugin/addon/AndroidPhoneNotify.py pyload/plugin/addon/Checksum.py pyload/plugin/addon/ClickAndLoad.py pyload/plugin/addon/DeleteFinished.py pyload/plugin/addon/DownloadScheduler.py pyload/plugin/addon/ExternalScripts.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/addon/HotFolder.py pyload/plugin/addon/IRCInterface.py pyload/plugin/addon/JustPremium.py pyload/plugin/addon/MergeFiles.py pyload/plugin/addon/MultiHome.py pyload/plugin/addon/RestartFailed.py pyload/plugin/addon/RestartSlow.py pyload/plugin/addon/SkipRev.py pyload/plugin/addon/UnSkipOnFail.py pyload/plugin/addon/UpdateManager.py pyload/plugin/addon/WindowsPhoneNotify.py pyload/plugin/crypter/DDLMusicOrg.py pyload/plugin/crypter/DailymotionBatch.py pyload/plugin/crypter/DevhostSt.py pyload/plugin/crypter/EmbeduploadCom.py pyload/plugin/crypter/MultiloadCz.py pyload/plugin/crypter/YoutubeBatch.py pyload/plugin/extractor/SevenZip.py pyload/plugin/extractor/UnRar.py pyload/plugin/extractor/UnZip.py pyload/plugin/hook/BypassCaptcha.py pyload/plugin/hook/Captcha9Kw.py pyload/plugin/hook/CaptchaBrotherhood.py pyload/plugin/hook/DeathByCaptcha.py pyload/plugin/hook/ExpertDecoders.py pyload/plugin/hook/ImageTyperz.py pyload/plugin/hook/XFileSharingPro.py pyload/plugin/hoster/AlldebridCom.py pyload/plugin/hoster/CzshareCom.py pyload/plugin/hoster/EuroshareEu.py pyload/plugin/hoster/FastixRu.py pyload/plugin/hoster/FastshareCz.py pyload/plugin/hoster/GooIm.py pyload/plugin/hoster/MediafireCom.py pyload/plugin/hoster/MegaDebridEu.py pyload/plugin/hoster/NitroflareCom.py pyload/plugin/hoster/OverLoadMe.py pyload/plugin/hoster/PremiumTo.py pyload/plugin/hoster/PremiumizeMe.py pyload/plugin/hoster/RapidgatorNet.py pyload/plugin/hoster/RealdebridCom.py pyload/plugin/hoster/SimplyPremiumCom.py pyload/plugin/hoster/SimplydebridCom.py pyload/plugin/hoster/SmoozedCom.py pyload/plugin/hoster/SoundcloudCom.py pyload/plugin/hoster/UlozTo.py pyload/plugin/hoster/UploadableCh.py pyload/plugin/hoster/UploadedTo.py pyload/plugin/hoster/UploadheroCom.py pyload/plugin/hoster/VeehdCom.py pyload/plugin/hoster/VimeoCom.py pyload/plugin/hoster/ZeveraCom.py pyload/plugin/hoster/ZippyshareCom.py pyload/plugin/internal/BasePlugin.py pyload/plugin/internal/MultiHoster.py pyload/plugin/internal/SimpleDereferer.py pyload/plugin/internal/SimpleHoster.py pyload/plugin/internal/XFSHoster.py pyload/plugin/ocr/GigasizeCom.py pyload/plugin/ocr/LinksaveIn.py pyload/plugin/ocr/NetloadIn.py pyload/plugin/ocr/ShareonlineBiz.py
| * | | Tiny code cosmeticsGravatar Walter Purcaro 2015-03-262-8/+8
| | | |
| * | | [Extractor] Rename method 'test' to 'verify'Gravatar Walter Purcaro 2015-03-265-39/+38
| | | |
| * | | interval code cosmeticsGravatar Walter Purcaro 2015-03-2621-99/+38
| | | |
| * | | [UpdateManager] UpdateGravatar Walter Purcaro 2015-03-261-93/+80
| | | |
| * | | __config__ cosmeticsGravatar Walter Purcaro 2015-03-25219-194/+375
| | | |
| * | | Merge pull request #1288 from Gutz-Pilz/patch-2Gravatar Walter Purcaro 2015-03-251-2/+2
| |\ \ \ | | | | | | | | | | fixed "permanent" issue
| | * | | fixed "permanent" issueGravatar Gutz-Pilz 2015-03-251-2/+2
| |/ / / | | | | | | | | (forgot to change filversion)
| * | | Merge pull request #1285 from immenz/dev_extractGravatar Walter Purcaro 2015-03-253-28/+43
| |\ \ \ | | | | | | | | | | [ExtractArchive] Send2Trash Integration
| | * | | [ExtractArchive] Send2Trash IntegrationGravatar Jens Hörnlein 2015-03-253-28/+43
| | | | |
| * | | | [MegaRapidoNet] CleanupGravatar Walter Purcaro 2015-03-253-197/+143
| | | | |
| * | | | New plugin: MegaRapidoNetGravatar Kagenoshin 2015-03-253-0/+245
| | | | |
| * | | | [SimpleHoster] Fix retryFreeGravatar Walter Purcaro 2015-03-251-1/+5
| | | | |
| * | | | Merge pull request #1284 from immenz/dev_extractGravatar Walter Purcaro 2015-03-241-6/+2
| |\| | | | | | | | | | | | | [ExtractArchive] Bugfix
| | * | | [ExtractArchive] BugfixGravatar Jens Hörnlein 2015-03-241-6/+2
| | | | |
| * | | | Merge pull request #1278 from immenz/dev_extractGravatar Walter Purcaro 2015-03-233-8/+19
| |\| | | | | | | | | | | | | [ExtractArchive] extract archive even if first part is not in package
| | * | | [ExtractArchive] extract archive even if first part is not in packageGravatar Jens Hörnlein 2015-03-233-8/+19
| | | | |
| * | | | Merge pull request #1276 from immenz/Branch_AntiVirGravatar Walter Purcaro 2015-03-221-3/+4
| |\ \ \ \ | | |/ / / | |/| | | [AntiVirus] Typo & Remove Comment within Array
| | * | | [AntiVirus] Typo & Remove Comment within ArrayGravatar Jens Hörnlein 2015-03-221-3/+4
| |/ / /
| * | | [UpdateManager] Fix https://github.com/pyload/pyload/issues/1274Gravatar Walter Purcaro 2015-03-221-1/+3
| | | |
| * | | [SimplydebridCom] TypoGravatar Walter Purcaro 2015-03-211-2/+2
| | | |
| * | | [DeleteFinished] Define MIN_CHECK_INTERVALGravatar Walter Purcaro 2015-03-212-20/+23
| | | |
| * | | [SimpleHoster] Fix checkErrors (2)Gravatar Walter Purcaro 2015-03-212-6/+8
| | | |
| * | | [UpdateManager] Fix https://github.com/pyload/pyload/issues/1272Gravatar Walter Purcaro 2015-03-211-17/+17
| | | |
| * | | Spare code cosmeticsGravatar Walter Purcaro 2015-03-202-12/+4
| | | |
| * | | [DevhostStFolder] FixupGravatar Walter Purcaro 2015-03-201-11/+19
| | | |
| * | | [CatShareNet] getFileInfo -> checkErrorsGravatar Walter Purcaro 2015-03-201-3/+4
| | | |
| * | | [SimpleHoster] Fix checkErrorsGravatar Walter Purcaro 2015-03-201-5/+8
| | | |
| * | | [DepositfilesCom] Fix https://github.com/pyload/pyload/issues/1268Gravatar Walter Purcaro 2015-03-201-40/+19
| | | |
| * | | [ExternalScripts] Rename pyload_shutdown to pyload_stopGravatar Walter Purcaro 2015-03-201-3/+3
| | | |
| * | | [UploadheroCom] Fix https://github.com/pyload/pyload/issues/1244Gravatar Walter Purcaro 2015-03-201-25/+19
| | | |
| * | | [ExternalScripts] New events supportGravatar Walter Purcaro 2015-03-201-6/+33
| | | |
| * | | [ExtractArchive] Update dispatchEventGravatar Walter Purcaro 2015-03-202-65/+68
| | | |
| * | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1263Gravatar Walter Purcaro 2015-03-182-2/+11
| | | |
| * | | Hooks cleanupGravatar Walter Purcaro 2015-03-1822-44/+0
| | | |
| * | | [MultiHoster] Fix revertfailed featureGravatar Walter Purcaro 2015-03-182-53/+54
| | | |
| * | | [SimpleHoster] retryFree featureGravatar Walter Purcaro 2015-03-181-23/+40
| | | |
| * | | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1262Gravatar Walter Purcaro 2015-03-181-3/+3
| | | |
| * | | [ClickAndLoad] Fix freeze after a pyLoad restartGravatar Walter Purcaro 2015-03-181-1/+3
| | | |
| * | | Spare code cosmetics (2)Gravatar Walter Purcaro 2015-03-184-32/+32
| | | |
| * | | [XFileSharingPro] Fix typoGravatar Walter Purcaro 2015-03-181-2/+2
| | | |
| * | | [ExternalScripts] Fix https://github.com/pyload/pyload/issues/1233Gravatar Walter Purcaro 2015-03-181-46/+86
| | | |
| * | | Spare code cosmeticsGravatar Walter Purcaro 2015-03-1822-141/+71
| | | |
| * | | [UpdateManager] Dispatch Event on plugins updateGravatar Walter Purcaro 2015-03-181-1/+3
| | | |
| * | | [UploadingCom] Account fixupGravatar Walter Purcaro 2015-03-181-8/+11
| | | |
| * | | [AndroidPhoneNotify][WindowsPhoneNotify] New notificationsGravatar Walter Purcaro 2015-03-182-6/+44
| | | |
| * | | [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
| | | |
| * | | Merge pull request #1259 from immenz/dev_nitroflareGravatar Walter Purcaro 2015-03-171-4/+4
| |\ \ \ | | | | | | | | | | [NitroflareCom] Switch back to http
| | * | | [NitroflareCom] Switch back to httpGravatar Jens Hörnlein 2015-03-171-4/+4
| |/ / /
| * | | [OneFichierCom] Fix https://github.com/pyload/pyload/issues/1255Gravatar Walter Purcaro 2015-03-171-2/+2
| | | |
| * | | [FastshareCz] Update hoster info patterns (thx https://github.com/mikkiste)Gravatar Walter Purcaro 2015-03-151-4/+5
| | | |
| * | | Fix https://github.com/pyload/pyload/issues/945 (thx ↵Gravatar Walter Purcaro 2015-03-151-10/+8
| | | | | | | | | | | | | | | | https://github.com/mikkiste)
| * | | Import cleanup for datetime and time modulesGravatar Walter Purcaro 2015-03-1451-148/+126
| | | |
| * | | [HotFolder] Missing exceptionGravatar Walter Purcaro 2015-03-141-2/+2
| | | |
| * | | [BasePlugin][SimpleHoster] Better checkDownload warningGravatar Walter Purcaro 2015-03-142-6/+6
| | | |
| * | | [NowDownloadSx][NowVideoSx] Update __pattern__Gravatar Walter Purcaro 2015-03-142-4/+4
| | | |
| * | | [NetloadIn] Update accountGravatar Walter Purcaro 2015-03-141-22/+41
| | | |
| * | | [UpdateManager] Fix https://github.com/pyload/pyload/issues/1225Gravatar Walter Purcaro 2015-03-131-3/+3
| | | |
| * | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1248Gravatar Walter Purcaro 2015-03-113-23/+23
| | | |
| * | | Merge pull request #1247 from sebdelsol/patch-3Gravatar Walter Purcaro 2015-03-111-15/+18
| |\ \ \ | | | | | | | | | | [zippyshare] bug correction #1246
| | * | | [zippyshare] bug correction #1246Gravatar sebdelsol 2015-03-111-15/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle funky introspection like : ```javascript test = { test: function(x, y) { document.getElementById(x).href = y; } test.test('dlbutton', "http:\\ZippyshareIsFullOfTrickster.com"); ```
| * | | [BasePlugin][SimpleHoster] Improve checkDownload rulesGravatar Walter Purcaro 2015-03-102-11/+16
| | | |
| * | | Tiny code cosmeticsGravatar Walter Purcaro 2015-03-103-5/+5
| | | |
| * | | [BasePlugin] Improve checkDownloadGravatar Walter Purcaro 2015-03-101-6/+8
| | | |
| * | | Update plugins after SimpleHoster changesGravatar Walter Purcaro 2015-03-1017-53/+53
| | | |
| * | | [FilerNet] Fix https://github.com/pyload/pyload/issues/1201Gravatar Walter Purcaro 2015-03-101-1/+7
| | | |
| * | | [SimpleHoster] Improve checkFile routine (2)Gravatar Walter Purcaro 2015-03-101-12/+15
| | | |
| * | | [SimpleHoster] Improve checkFile routineGravatar Walter Purcaro 2015-03-101-14/+18
| | | |
| * | | [FilerNet] Fix WAIT_PATTERNGravatar Walter Purcaro 2015-03-101-11/+3
| | | |
| * | | [FileSharkPl] Fix https://github.com/pyload/pyload/issues/1040 (2)Gravatar Walter Purcaro 2015-03-102-25/+10
| | | |
| * | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1242Gravatar Walter Purcaro 2015-03-101-2/+2
| | | |
| * | | [SimpleHoster] FixupGravatar Walter Purcaro 2015-03-102-7/+11
| | | |
| * | | [UptoboxCom] TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2015-03-101-3/+4
| | | |
| * | | [RapidgatorNet] Fix https://github.com/pyload/pyload/issues/1237Gravatar Walter Purcaro 2015-03-102-28/+31
| | | |
| * | | Spare code cosmeticsGravatar Walter Purcaro 2015-03-1066-239/+238
| | | |
| * | | [DDLMusicOrg] RemovedGravatar Walter Purcaro 2015-03-101-51/+0
| | | |
| * | | [MultiHook] Fix _pluginSet (fix LinkdecrypterCom issue)Gravatar Walter Purcaro 2015-03-104-32/+30
| | | |
| * | | [ExtractArchive] Fix https://github.com/pyload/pyload/issues/1241Gravatar Walter Purcaro 2015-03-091-2/+2
| | | |
| * | | [MultiHook] No freezes + better list error handlingGravatar Walter Purcaro 2015-03-091-13/+27
| | | |
| * | | Merge pull request #1239 from sebdelsol/patch-3Gravatar Walter Purcaro 2015-03-091-3/+3
| |\ \ \ | | | | | | | | | | [ZippyShare] Bug #1238 correction
| | * | | [ZippyShare] Bug #1238 correction Gravatar sebdelsol 2015-03-091-3/+3
| |/ / / | | | | | | | | | | | | * remove non ascii character from the id part in the js variable name. * change the RE so that it works for any character in the id name
| * | | Rename fileUrl to getFileURLGravatar Walter Purcaro 2015-03-093-10/+10
| | | |
| * | | [UnRar] Fix https://github.com/pyload/pyload/issues/1234Gravatar Walter Purcaro 2015-03-091-5/+5
| | | |
| * | | [ExternalScripts] FixupGravatar Walter Purcaro 2015-03-091-5/+5
| | | |
| * | | Whitespace cosmeticsGravatar Walter Purcaro 2015-03-0813-23/+23
| | | |
| * | | Update notify addonGravatar Walter Purcaro 2015-03-082-40/+65
| | | |
| * | | [ZippyshareCom] Better lib importGravatar Walter Purcaro 2015-03-081-1/+1
| | | |
| * | | [FileSharkPl] Fix https://github.com/pyload/pyload/issues/1040 (thx ↵Gravatar Walter Purcaro 2015-03-081-1/+3
| | | | | | | | | | | | | | | | https://github.com/valdi74)
| * | | [ExternalScripts] ImproveGravatar Walter Purcaro 2015-03-081-14/+19
| | | |
| * | | [AntiVirus] Missed something big! :PGravatar Walter Purcaro 2015-03-071-2/+2
| | | |
| * | | Spare code cosmeticsGravatar Walter Purcaro 2015-03-074-33/+39
| | | |
| * | | [AntiVirus] Fix quarantine file movingGravatar Walter Purcaro 2015-03-071-3/+4
| | | |
| * | | New addon: AntiVirusGravatar Walter Purcaro 2015-03-071-0/+85
| | | |
| * | | [DailymotionBatch][YoutubeBatch] RenamedGravatar Walter Purcaro 2015-03-063-6/+4
| | | |
| * | | [ExternalScripts] Version upGravatar Walter Purcaro 2015-03-062-12/+11
| | | |
| * | | Merge pull request #1227 from jellysheep/stableGravatar Walter Purcaro 2015-03-061-1/+2
| |\ \ \ | | | | | | | | | | [ExternalScripts] Encode unicode characters
| | * | | [ExternalScripts] Encode unicode charactersGravatar jellysheep 2015-03-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | If a file with unicode characters in the filename is downloaded ExternalScripts.py fails with e.g. this error: ExternalScripts: Error in download_finished.sh: 'ascii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128) This commit makes the plugin encode unicode characters to UTF-8.
| * | | | [MediafireCom] UpdateGravatar Walter Purcaro 2015-03-061-93/+29
| | | | |
| * | | | [SkipRev] Fix https://github.com/pyload/pyload/issues/1217 (2)Gravatar Walter Purcaro 2015-03-061-2/+4
| |/ / /
| * | | [SkipRev] Fix setup loop on download preparingGravatar Walter Purcaro 2015-03-061-4/+6
| | | |
| * | | [SkipRev] Fix https://github.com/pyload/pyload/issues/1217Gravatar Walter Purcaro 2015-03-061-10/+16
| | | |
| * | | [ClickAndLoad] FixupGravatar Walter Purcaro 2015-03-052-3/+3
| | | |
| * | | [SoundcloudCom] Fix https://github.com/pyload/pyload/issues/1196Gravatar Walter Purcaro 2015-03-051-45/+43
| | | |
| * | | [ClickAndLoad] Fix https://github.com/pyload/pyload/issues/1220Gravatar Walter Purcaro 2015-03-041-4/+4
| | | |
| * | | Revert 3a9c167ceca27d57dbef927626fe853a3d0e30b2Gravatar Walter Purcaro 2015-03-044-26/+25
| | | |
| * | | [ClickAndLoad] Revert and improveGravatar Walter Purcaro 2015-03-021-26/+24
| | | |
| * | | [Extractor] Use self.targetGravatar Walter Purcaro 2015-03-015-37/+41
| | | |
| * | | [UpdateManager] Fix https://github.com/pyload/pyload/issues/1089Gravatar Walter Purcaro 2015-03-011-31/+45
| | | |
| * | | Merge pull request #1216 from immenz/dev_JustPremGravatar Walter Purcaro 2015-03-011-7/+12
| |\ \ \ | | | | | | | | | | [JustPremium] Include hoster to remove
| | * | | [JustPremium] Include hoster to removeGravatar Jens Hörnlein 2015-03-011-7/+12
| |/ / /
| * | | Spare code cosmeticsGravatar Walter Purcaro 2015-03-018-14/+18
| | | |
| * | | [NowDownloadSx][NowVideoSx] Improve __pattern__Gravatar Walter Purcaro 2015-02-282-4/+4
| | | |
| * | | [container] Code cosmeticsGravatar Walter Purcaro 2015-02-274-20/+23
| | | |
| * | | Merge pull request #1213 from immenz/dev_extractGravatar Walter Purcaro 2015-02-252-4/+6
| |\ \ \ | | | | | | | | | | [ExtractArchive] fixes 'Could not activate UnRar'
| | * | | * [ExtractArchive] fixes 'Could not activate UnRar'Gravatar Jens Hörnlein 2015-02-252-4/+6
| | | | |
| * | | | Merge pull request #1212 from immenz/stableGravatar Walter Purcaro 2015-02-251-1/+1
| |\ \ \ \ | | |/ / / | |/| | | [ExternalScripts] Fix code cosmetic
| | * | | [ExternalScripts] Code cosmetics - cosmeticsGravatar Jens Hörnlein 2015-02-251-1/+1
| |/ / /
| * | | [ExternalScripts] Code cosmeticsGravatar Walter Purcaro 2015-02-241-4/+2
| | | |
| * | | [RSDF] Check if brokenGravatar Walter Purcaro 2015-02-241-3/+8
| | | |
| * | | captcha -> OCRGravatar Walter Purcaro 2015-02-245-8/+8
| | | |
| * | | [ZippyshareCom] CleanupGravatar Walter Purcaro 2015-02-241-37/+35
| | | |
| * | | Merge pull request #1205 from sebdelsol/patch-4Gravatar Walter Purcaro 2015-02-241-13/+36
| |\ \ \ | | | | | | | | | | Zippyshare bug #1191 correction
| | * | | Zippyshare bug #1191 correctionGravatar sebdelsol 2015-02-231-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | | This version use the internal `Beatifulsoup`. When you decide to get rid of it I suggest to add a dependency to `lxml`. I've found a way to handle deliberate errors in the JS scripts without relying on PyV8: I've added JS `try/catch` statements around zippyshare scripts.
| * | | | Merge pull request #1209 from immenz/dev_extractGravatar Walter Purcaro 2015-02-241-1/+2
| |\ \ \ \ | | | | | | | | | | | | [ExtractArchive] fixes pyload#1206
| | * | | | [ExtractArchive] fixes https://github.com/pyload/pyload/issues/1206Gravatar Jens Hörnlein 2015-02-241-1/+2
| |/ / / /
| * | | | [RSDF] Fix https://github.com/pyload/pyload/issues/1204Gravatar Walter Purcaro 2015-02-242-5/+6
| | | | |
| * | | | Merge pull request #1203 from flubshi/stableGravatar stickell 2015-02-231-3/+10
| |\ \ \ \ | | |/ / / | |/| | | [Hook] Free-way.me: Use login data while getting host list
| | * | | [Hook] Free-way.me: Use login data while getting host listGravatar flubshi 2015-02-231-3/+10
| |/ / /
| * | | Merge pull request #1197 from immenz/dev_extractGravatar Walter Purcaro 2015-02-221-2/+3
| |\ \ \ | | | | | | | | | | [ExtractArchive] preventing duplicate files extraction
| | * | | [ExtractArchive] preventing duplicate files extractionGravatar Jens Hörnlein 2015-02-221-2/+3
| | | | |
* | | | | Prepare to mergingGravatar Walter Purcaro 2015-03-26452-3236/+3236
| | | | |
* | | | | .min.css -> .cssGravatar Walter Purcaro 2015-03-0113-17/+17
| | | | |
* | | | | safe_join -> fs_joinGravatar Walter Purcaro 2015-02-2821-64/+64
| | | | |
* | | | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-02-2211-204/+216
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/container/LinkList.py module/plugins/container/TXT.py module/plugins/hoster/HundredEightyUploadCom.py pyload/plugin/Extractor.py pyload/plugin/addon/ClickAndLoad.py pyload/plugin/addon/ExtractArchive.py pyload/plugin/addon/HotFolder.py pyload/plugin/container/TXT.py pyload/plugin/extractor/SevenZip.py pyload/plugin/extractor/UnRar.py pyload/plugin/extractor/UnZip.py pyload/plugin/hook/XFileSharingPro.py pyload/plugin/hoster/ZippyshareCom.py
| * | | | [HotFolder] Fixup (thx zapp-brannigan)Gravatar Walter Purcaro 2015-02-221-16/+19
| | | | |
| * | | | Merge pull request #1194 from immenz/dev_extractGravatar Walter Purcaro 2015-02-225-138/+170
| |\| | | | | | | | | | | | | [ExtractArchive] Some more changes
| | * | | Some more changesGravatar Jens Hörnlein 2015-02-225-138/+170
| | | | |
| * | | | [ClickAndLoad] Improve (2)Gravatar Walter Purcaro 2015-02-201-3/+0
| | | | |
| * | | | [ClickAndLoad] ImproveGravatar Walter Purcaro 2015-02-201-54/+27
| | | | |
| * | | | [LinkList] Rename to TXTGravatar Walter Purcaro 2015-02-191-7/+7
| | | | |
| * | | | [XFileSharingPro] Remove 180upload.com from HOSTER_BUILTINGravatar Walter Purcaro 2015-02-192-3/+4
| | | | |
| * | | | [ZippyshareCom] Update get_checksumGravatar Walter Purcaro 2015-02-191-4/+4
| | | | |
| * | | | [ClickAndLoad] Fix https://github.com/pyload/pyload/issues/1186Gravatar Walter Purcaro 2015-02-181-11/+9
| | | | |
| * | | | [180Upload] new offline patternGravatar stickell 2015-02-181-2/+3
| |/ / / | | | | | | | | Should fix #1189
* | | | Tiny code cosmeticsGravatar Walter Purcaro 2015-02-225-7/+5
| | | |
* | | | Update READMEGravatar Walter Purcaro 2015-02-182-91/+112
| | | |
* | | | Fix lib in .gitignoreGravatar Walter Purcaro 2015-02-1795-1/+96069
| | | |
* | | | Fix extractor plugin typeGravatar Walter Purcaro 2015-02-176-312/+9
| | | |
* | | | Update webuiGravatar Walter Purcaro 2015-02-17306-40549/+304
| | | |
* | | | Merge branch 'pr/n1006_mariusbaumann' into 0.4.10Gravatar Walter Purcaro 2015-02-1728-336/+7453
|\ \ \ \ | | |_|/ | |/| |
| * | | delete tmp folderGravatar mariusbaumann 2015-01-301-0/+0
| | | |
| * | | Bootstrap CSS changed to minified versionGravatar mariusbaumann 2015-01-302-1/+1
| | | |
| * | | bootstrap from CDN to local changedGravatar mariusbaumann 2015-01-0311-1/+7044
| | | | | | | | | | | | | | | | added the bootstrap css package
| * | | Some style and bug fixesGravatar mariusbaumann 2015-01-037-68/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Drag and drop sort fetature on queue fixed + Capcha overlay redesigned + Add premium account window restyled + Alert messages restyled + Some other details changed
| * | | Details changed on info, admin sitesGravatar mariusbaumann 2015-01-033-57/+56
| | | | | | | | | | | | | | | | | | | | | | | | Only a few text format changes + Buttons for restart and shutdown styled + Passwort dialog restyled
| * | | Completely new Design v1Gravatar mariusbaumann 2015-01-0314-181/+222
| | | | | | | | | | | | | | | | Some bugs heve to be fexed next days
| * | | Redesign with bootstrap cssGravatar mariusbaumann 2015-01-021-39/+65
| | | |
* | | | webui tempGravatar Walter Purcaro 2015-02-17105-1/+5387
| | | |
* | | | Revert fcead1870013b6a970eca7878a66dbe783c80ea3Gravatar Walter Purcaro 2015-02-16470-3382/+3372
| | | |
* | | | Fix plugins to work on 0.4.10Gravatar Walter Purcaro 2015-02-161190-20474/+19400
| | | |
* | | | Merge branch 'stable' into 0.4.10Gravatar Walter Purcaro 2015-02-16350-5128/+7528
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/OCR.py module/plugins/accounts/BayfilesCom.py module/plugins/accounts/CatShareNet.py module/plugins/accounts/DebridItaliaCom.py module/plugins/accounts/FourSharedCom.py module/plugins/accounts/FshareVn.py module/plugins/accounts/Keep2ShareCc.py module/plugins/accounts/LomafileCom.py module/plugins/accounts/RapiduNet.py module/plugins/accounts/RyushareCom.py module/plugins/accounts/ShareonlineBiz.py module/plugins/addon/Checksum.py module/plugins/addon/ExternalScripts.py module/plugins/addon/ExtractArchive.py module/plugins/addon/MergeFiles.py module/plugins/addon/RestartSlow.py module/plugins/addon/SkipRev.py module/plugins/addon/UnSkipOnFail.py module/plugins/addon/UpdateManager.py module/plugins/addon/WindowsPhoneToastNotify.py module/plugins/container/CCF.py module/plugins/container/LinkList.py module/plugins/container/RSDF.py module/plugins/crypter/BitshareCom.py module/plugins/crypter/CrockoCom.py module/plugins/crypter/DataHu.py module/plugins/crypter/DepositfilesCom.py module/plugins/crypter/Dereferer.py module/plugins/crypter/DevhostStFolder.py module/plugins/crypter/DlProtectCom.py module/plugins/crypter/DontKnowMe.py module/plugins/crypter/EasybytezCom.py module/plugins/crypter/FilecloudIo.py module/plugins/crypter/FilecryptCc.py module/plugins/crypter/FilefactoryCom.py module/plugins/crypter/FilerNet.py module/plugins/crypter/FilestubeCom.py module/plugins/crypter/FiletramCom.py module/plugins/crypter/FreakhareCom.py module/plugins/crypter/FreetexthostCom.py module/plugins/crypter/FshareVn.py module/plugins/crypter/ImgurComAlbum.py module/plugins/crypter/JunocloudMe.py module/plugins/crypter/LinkSaveIn.py module/plugins/crypter/MegaRapidCz.py module/plugins/crypter/MultiUpOrg.py module/plugins/crypter/NetfolderIn.py module/plugins/crypter/NosvideoCom.py module/plugins/crypter/OneKhDe.py module/plugins/crypter/PastebinCom.py module/plugins/crypter/RapidfileshareNet.py module/plugins/crypter/RelinkUs.py module/plugins/crypter/TnyCz.py module/plugins/crypter/TurbobitNet.py module/plugins/crypter/TusfilesNet.py module/plugins/crypter/UploadableCh.py module/plugins/crypter/UploadedTo.py module/plugins/crypter/XFileSharingPro.py module/plugins/hooks/AlldebridCom.py module/plugins/hooks/BypassCaptcha.py module/plugins/hooks/Captcha9Kw.py module/plugins/hooks/CaptchaBrotherhood.py module/plugins/hooks/ClickAndLoad.py module/plugins/hooks/DeathByCaptcha.py module/plugins/hooks/DebridItaliaCom.py module/plugins/hooks/EasybytezCom.py module/plugins/hooks/ExpertDecoders.py module/plugins/hooks/FastixRu.py module/plugins/hooks/FreeWayMe.py module/plugins/hooks/ImageTyperz.py module/plugins/hooks/LinkdecrypterCom.py module/plugins/hooks/LinksnappyCom.py module/plugins/hooks/MegaDebridEu.py module/plugins/hooks/MultishareCz.py module/plugins/hooks/MyfastfileCom.py module/plugins/hooks/OverLoadMe.py module/plugins/hooks/PremiumTo.py module/plugins/hooks/PremiumizeMe.py module/plugins/hooks/RPNetBiz.py module/plugins/hooks/RealdebridCom.py module/plugins/hooks/RehostTo.py module/plugins/hooks/SimplyPremiumCom.py module/plugins/hooks/SimplydebridCom.py module/plugins/hooks/UnrestrictLi.py module/plugins/hooks/XFileSharingPro.py module/plugins/hooks/ZeveraCom.py module/plugins/hoster/AlldebridCom.py module/plugins/hoster/BayfilesCom.py module/plugins/hoster/DebridItaliaCom.py module/plugins/hoster/DepositfilesCom.py module/plugins/hoster/DodanePl.py module/plugins/hoster/ExtabitCom.py module/plugins/hoster/FastixRu.py module/plugins/hoster/FastshareCz.py module/plugins/hoster/FileParadoxIn.py module/plugins/hoster/FileSharkPl.py module/plugins/hoster/FilerNet.py module/plugins/hoster/FileserveCom.py module/plugins/hoster/FreakshareCom.py module/plugins/hoster/FreeWayMe.py module/plugins/hoster/GigapetaCom.py module/plugins/hoster/IfileIt.py module/plugins/hoster/Keep2ShareCc.py module/plugins/hoster/LetitbitNet.py module/plugins/hoster/LinksnappyCom.py module/plugins/hoster/LomafileCom.py module/plugins/hoster/MegaCoNz.py module/plugins/hoster/MegaDebridEu.py module/plugins/hoster/MegaRapidCz.py module/plugins/hoster/MyfastfileCom.py module/plugins/hoster/OverLoadMe.py module/plugins/hoster/PremiumTo.py module/plugins/hoster/PremiumizeMe.py module/plugins/hoster/RPNetBiz.py module/plugins/hoster/RapidgatorNet.py module/plugins/hoster/RealdebridCom.py module/plugins/hoster/RehostTo.py module/plugins/hoster/RyushareCom.py module/plugins/hoster/SendmywayCom.py module/plugins/hoster/ShareonlineBiz.py module/plugins/hoster/SimplyPremiumCom.py module/plugins/hoster/SimplydebridCom.py module/plugins/hoster/TusfilesNet.py module/plugins/hoster/UnibytesCom.py module/plugins/hoster/UnrestrictLi.py module/plugins/hoster/UploadedTo.py module/plugins/hoster/WebshareCz.py module/plugins/hoster/XFileSharingPro.py module/plugins/hoster/YoutubeCom.py module/plugins/hoster/ZeveraCom.py module/plugins/hoster/ZippyshareCom.py module/plugins/internal/AbstractExtractor.py module/plugins/internal/BasePlugin.py module/plugins/internal/CaptchaService.py module/plugins/internal/DeadCrypter.py module/plugins/internal/DeadHoster.py module/plugins/internal/MultiHoster.py module/plugins/internal/SimpleCrypter.py module/plugins/internal/SimpleHoster.py module/plugins/internal/UnRar.py module/plugins/internal/UnZip.py module/plugins/internal/XFSCrypter.py module/plugins/internal/XFSHoster.py
| * | | [ZippyshareCom] Update get_checksumGravatar Walter Purcaro 2015-02-151-4/+4
| | | |