summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Collapse)AuthorAgeFilesLines
* Improve _log methodGravatar Walter Purcaro 2015-07-288-31/+37
|
* Missed to bump up some plugin __version__Gravatar Walter Purcaro 2015-07-286-6/+6
|
* Fix https://github.com/pyload/pyload/issues/1545Gravatar Walter Purcaro 2015-07-282-8/+8
|
* Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey)Gravatar Walter Purcaro 2015-07-282-3/+6
|
* Fix https://github.com/pyload/pyload/pull/1561 (thx bilalghouri)Gravatar Walter Purcaro 2015-07-281-10/+2
|
* Fix https://github.com/pyload/pyload/pull/1558 (thx lpiter)Gravatar Walter Purcaro 2015-07-281-5/+9
|
* Fix https://github.com/pyload/pyload/pull/1552 (thx selaux)Gravatar Walter Purcaro 2015-07-271-2/+2
|
* Fix https://github.com/pyload/pyload/pull/1571Gravatar Walter Purcaro 2015-07-271-6/+6
|
* Spare code fixesGravatar Walter Purcaro 2015-07-278-26/+26
|
* [ExtractArchive] Rename archive_password.txt -> passwords.txtGravatar Walter Purcaro 2015-07-271-1/+1
|
* Fix captcha timeoutGravatar Walter Purcaro 2015-07-272-11/+11
|
* Bunch of fixupsGravatar Walter Purcaro 2015-07-278-55/+64
|
* Then update othersGravatar Walter Purcaro 2015-07-2713-21/+21
|
* Update internal pluginsGravatar Walter Purcaro 2015-07-2712-225/+231
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-2519-28/+28
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-2575-171/+208
|
* Account rewrittenGravatar Walter Purcaro 2015-07-2599-498/+486
|
* Fix typoGravatar Walter Purcaro 2015-07-2416-20/+20
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-2456-176/+170
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-24484-627/+646
|
* HotfixesGravatar Walter Purcaro 2015-07-246-18/+63
|
* Small __init__ fixesGravatar Walter Purcaro 2015-07-243-7/+7
|
* [Plugin] Another fix about page decodingGravatar Walter Purcaro 2015-07-241-1/+1
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-2362-117/+124
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-2315-139/+146
|
* [Extractor] is_usable -> findGravatar Walter Purcaro 2015-07-215-38/+45
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-2146-263/+271
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-19483-0/+483
|
* [OCR] Fix __init__ (2)Gravatar Walter Purcaro 2015-07-1910-26/+14
|
* [OCR] Fix __init__Gravatar Walter Purcaro 2015-07-192-9/+7
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-1959-260/+229
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-19100-326/+334
|
* Fix addonsGravatar Walter Purcaro 2015-07-1937-425/+333
|
* Improve fixurl methodGravatar Walter Purcaro 2015-07-194-18/+14
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-1987-356/+360
|
* [Hoster] Fix the http request issueGravatar Walter Purcaro 2015-07-182-2/+5
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-1854-136/+118
|
* Reorder some functionsGravatar Walter Purcaro 2015-07-183-68/+68
|
* No more need to use the req argument when call load methodGravatar Walter Purcaro 2015-07-1758-202/+134
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-17105-260/+434
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-07482-3093/+3125
|
* [Plugin] Fix decoding in load methodGravatar Walter Purcaro 2015-07-051-6/+2
|
* Fix long int conversion issueGravatar Walter Purcaro 2015-07-051-2/+2
|
* Spare code cosmetics (4)Gravatar Walter Purcaro 2015-06-2455-226/+201
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-2419-190/+190
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-2496-585/+582
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-2453-171/+287
|
* Spare fixesGravatar Walter Purcaro 2015-06-248-85/+99
|
* [Hoster] Import fixupGravatar Walter Purcaro 2015-06-241-1/+1
|
* [NowDownloadSx] Tiny cleanupGravatar Walter Purcaro 2015-06-241-8/+3
|
* Update allGravatar Walter Purcaro 2015-06-24171-1279/+1246
|
* [SimpleHoster] fixurlGravatar Walter Purcaro 2015-06-243-20/+20
|
* [NitroflareComFolder] FixupGravatar Walter Purcaro 2015-06-241-2/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-2440-164/+163
|
* Update HighWayMe.pyGravatar GammaC0de 2015-06-231-2/+2
|
* HighWayMe.py -> HighWayMeHook.pyGravatar GammaC0de 2015-06-231-1/+1
|
* Merge pull request #1522 from funkyslap/patch-2Gravatar Walter Purcaro 2015-06-231-2/+2
|\ | | | | RealDebridCom.py: RealdebridCom: Account Info: {'error': "local variable 'xml' referenced before assignment"}
| * RealDebridCom.py: fix DEBUG RealdebridCom: Account Info: {'error': "local ↵Gravatar funkyslap 2015-06-171-2/+2
| | | | | | | | | | variable 'xml' referenced before assignment"} Fix this: DEBUG RealdebridCom: Account Info: {'error': "local variable 'xml' referenced before assignment"}
* | Update DlProtectCom.pyGravatar GammaC0de 2015-06-231-7/+6
| |
* | Update/Fix GamefrontCom hoster pluginGravatar Frederik Möllers 2015-06-231-2/+2
| | | | | | | | | | | | | | GameFront uses a <span> tag around long filenames. This caused the plugin to include the tag in the filename. Instead of the (possibly abbreviated) filename in the page's content, the title (HTML <title> tag) is now used.
* | Update ShSt crypter pluginGravatar Frederik Möllers 2015-06-231-3/+3
| | | | | | | | | | | | | | Revert to using the "regular" Crypter abstract class instead of SimpleCrypter. Before the last commit, Crypter was used and the last commit didn't actually make use of any SimpleCrypter functionality. So in order to be consistent, Crypter is now used again.
* | Update ShSt crypter pluginGravatar Frederik Möllers 2015-06-231-8/+10
| | | | | | | | | | | | | | | | | | | | The plugin doesn't rely on a third party website anymore for the actual decrypting. Instead it uses a different user agent which makes sh.st serve an HTTP redirect. This speeds up the decrypting process and fixes errors related to the third party web site (in particular the latest outage and API change). Also, self.urls is now used instead of self.packages for the decrypted URL.
* | [YoutubeCom] Version upGravatar GammaC0de 2015-06-211-1/+1
|/
* Merge pull request #1508 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-06-161-3/+3
|\ | | | | fix #1507
| * fix #1507Gravatar GammaC0de 2015-06-161-3/+3
| |
* | Merge pull request #1514 from TWD/patch-5Gravatar Walter Purcaro 2015-06-161-4/+9
|\ \ | | | | | | Update NowDownloadSx.py
| * | Update NowDownloadSx.pyGravatar TWD 2015-06-161-4/+9
| |/
* / Update YoutubeCom.pyGravatar TWD 2015-06-161-1/+2
|/
* Fix http://forum.pyload.org/viewtopic.php?f=10&t=4328Gravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1503Gravatar Walter Purcaro 2015-06-152-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1504Gravatar Walter Purcaro 2015-06-151-1/+1
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4332Gravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1501Gravatar Walter Purcaro 2015-06-152-9/+14
|
* [MultiHook] UpdateGravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1502Gravatar Walter Purcaro 2015-06-151-19/+68
|
* Hook plugin code cosmetics (2)Gravatar Walter Purcaro 2015-06-1517-22/+22
|
* [PremiumizeMe] Account version upGravatar Walter Purcaro 2015-06-151-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1498 (2)Gravatar Walter Purcaro 2015-06-151-23/+14
|
* [PremiumizeMe] Premium account fixupGravatar Walter Purcaro 2015-06-152-3/+4
|
* Hook plugin code cosmeticsGravatar Walter Purcaro 2015-06-159-13/+13
|
* Fix https://github.com/pyload/pyload/issues/1498Gravatar Walter Purcaro 2015-06-153-23/+8
|
* [Plugin] TypoGravatar Walter Purcaro 2015-06-151-2/+2
|
* Update BaseGravatar Walter Purcaro 2015-06-152-64/+77
|
* Update Hook (2)Gravatar Walter Purcaro 2015-06-151-9/+8
|
* [SimpleCrypter] FixupGravatar Walter Purcaro 2015-06-151-2/+2
|
* [XFSCrypter] Improve OFFLINE_PATTERNGravatar Walter Purcaro 2015-06-151-2/+2
|
* New plugin: NitroflareComFolderGravatar Walter Purcaro 2015-06-151-0/+35
|
* [ShareonlineBiz] Improve checkErrors (THX nomad71)Gravatar Walter Purcaro 2015-06-151-2/+2
| | | | Fix https://github.com/pyload/pyload/issues/1497
* Fix https://github.com/pyload/pyload/issues/1496Gravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix new internal pluginsGravatar Walter Purcaro 2015-06-154-20/+16
|
* Update ContainerGravatar Walter Purcaro 2015-06-141-44/+33
|
* Hook back to Base classGravatar Walter Purcaro 2015-06-142-3/+3
|
* Move OCR to internal plugin folderGravatar Walter Purcaro 2015-06-146-10/+10
|
* Crypter back to Plugin classGravatar Walter Purcaro 2015-06-141-3/+6
|
* Update AccountGravatar Walter Purcaro 2015-06-141-96/+116
|
* Fix https://github.com/pyload/pyload/issues/1492 and ↵Gravatar Walter Purcaro 2015-06-141-2/+2
| | | | https://github.com/pyload/pyload/issues/1493
* Update CrypterGravatar Walter Purcaro 2015-06-141-46/+81
|
* Revert ↵Gravatar Walter Purcaro 2015-06-141-7/+7
| | | | https://github.com/pyload/pyload/commit/043e3dfd83bb217ea15280fef6523fcca691fbf2
* Update HookGravatar Walter Purcaro 2015-06-141-73/+102
|
* Move new log functions to PluginGravatar Walter Purcaro 2015-06-142-48/+28
|
* Merge branch 'pr/n1485_EvolutionClip' into stableGravatar Walter Purcaro 2015-06-142-4/+4
|\ | | | | | | | | Conflicts: module/plugins/hoster/HighWayMe.py
| * Improved Login CheckGravatar EvolutionClip 2015-06-111-2/+2
| |
| * Fixed Syntax ErrorGravatar EvolutionClip 2015-06-111-1/+1
| |
* | [PastebinCom] UpdateGravatar Walter Purcaro 2015-06-141-4/+6
| |
* | fix #1475Gravatar GammaC0de 2015-06-111-7/+7
| |
* | Fix https://github.com/pyload/pyload/issues/1473Gravatar Walter Purcaro 2015-06-101-21/+2
| |
* | Update plugins (2)Gravatar Walter Purcaro 2015-06-1021-21/+21
| |
* | Fix https://github.com/pyload/pyload/issues/1479Gravatar Walter Purcaro 2015-06-104-11/+11
| |
* | Update SimpleCrypter.pyGravatar GammaC0de 2015-06-091-2/+2
| |
* | [SimpleHoster] preload referer to FalseGravatar Walter Purcaro 2015-06-092-8/+4
| |
* | Fix https://github.com/pyload/pyload/issues/1472Gravatar Walter Purcaro 2015-06-093-17/+12
| |
* | Fix https://github.com/pyload/pyload/issues/1471Gravatar Walter Purcaro 2015-06-091-2/+2
| |
* | [SimpleHoster] Fixup (3)Gravatar Walter Purcaro 2015-06-091-1/+3
| |
* | Merge pull request #1469 from frederikmoellers/stableGravatar Walter Purcaro 2015-06-092-0/+71
|\ \ | | | | | | 2 new Crypter plugins: sh.st and pasted.co
| * | New Crypter plugin: pasted.coGravatar Frederik Möllers 2015-06-091-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | Pasted.co is a pastebin service. It can be used to host a list of download links which pyLoad could use. The plugin bypasses the (ineffective) captcha request and fetches the contents of the paste. It keeps the original package's name and folder and just inserts the links from the paste.
| * | New Crypter plugin: sh.stGravatar Frederik Möllers 2015-06-091-0/+28
| | | | | | | | | | | | | | | | | | sh.st is a URL shortener service with ads (much like adf.ly and others). The crypter uses deadlockers.com to bypass the ads/waiting times. It keeps the package name and folder and just inserts the target URL.
* | | [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2015-06-0914-41/+37
| | |
* | | New plugin: TNTVillageScambioeticoOrgGravatar Walter Purcaro 2015-06-091-0/+31
|/ /
* | Fix https://github.com/pyload/pyload/issues/1468Gravatar Walter Purcaro 2015-06-082-9/+22
| |
* | [SimpleCrypter] Fix handleDirect loopGravatar Walter Purcaro 2015-06-081-7/+8
| |
* | [GamefrontCom] UpdateGravatar Walter Purcaro 2015-06-081-69/+15
| |
* | [GamefrontCom] FixupGravatar Walter Purcaro 2015-06-081-2/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1467Gravatar Walter Purcaro 2015-06-081-2/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1464Gravatar Walter Purcaro 2015-06-081-7/+7
| |
* | Restore Plugin.py under its original directoryGravatar Walter Purcaro 2015-06-081-0/+617
| |
* | [TusfilesNet] FixupGravatar Walter Purcaro 2015-06-081-3/+3
| |
* | [SimpleHoster] FixupGravatar Walter Purcaro 2015-06-081-6/+6
| |
* | Fix https://github.com/pyload/pyload/issues/1460Gravatar Walter Purcaro 2015-06-081-7/+7
| |
* | [SimpleHoster] FixupGravatar Walter Purcaro 2015-06-081-3/+3
| |
* | [SexuriaCom] UpdateGravatar Walter Purcaro 2015-06-081-22/+22
| |
* | Fix https://github.com/pyload/pyload/issues/1459 (2)Gravatar Walter Purcaro 2015-06-081-2/+3
| |
* | Update pluginsGravatar Walter Purcaro 2015-06-0811-44/+36
| |
* | [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-088-67/+100
| |
* | Fix https://github.com/pyload/pyload/issues/1459Gravatar Walter Purcaro 2015-06-081-3/+3
| |
* | New plugin: VkComGravatar Walter Purcaro 2015-06-081-0/+34
| |
* | Update everythingGravatar Walter Purcaro 2015-06-08156-349/+349
| |
* | Move base plugins to internal folderGravatar Walter Purcaro 2015-06-086-0/+0
| |
* | New plugins: FiledropperCom & FileuploadNetGravatar Walter Purcaro 2015-06-085-13/+108
| |
* | [FreeWayMe] FixupGravatar Walter Purcaro 2015-06-088-20/+13
| |
* | [UploadedTo] Fixup (2)Gravatar Walter Purcaro 2015-06-063-45/+31
| |
* | Remove old StahnuTo accountGravatar Walter Purcaro 2015-06-061-35/+0
| |
* | Use SSL when login accountGravatar Walter Purcaro 2015-06-0626-32/+30
| |
* | [HighWayMe] CleanupGravatar Walter Purcaro 2015-06-063-107/+106
| |
* | Merge pull request #1455 from EvolutionClip/stableGravatar Walter Purcaro 2015-06-063-0/+151
|\| | | | | Added High-Way.Me
| * Added CommentGravatar EvolutionClip 2015-06-051-2/+1
| | | | | | Line 27: Is not working. It should by if 302 Moved Temporarily then ... But I don't now how to implement it.
| * Update HighWayMe.pyGravatar EvolutionClip 2015-06-051-1/+1
| |
| * Create HighWayMe.pyGravatar EvolutionClip 2015-06-051-0/+76
| |
| * Create HighWayMe.pyGravatar EvolutionClip 2015-06-051-0/+29
| |
| * Create HighWayMe.pyGravatar EvolutionClip 2015-06-051-0/+47
| |
* | Fix https://github.com/pyload/pyload/issues/1452Gravatar Walter Purcaro 2015-06-051-1/+2
| |
* | Merge pull request #1453 from GammaC0de/GammaC0de-NamePattern-Use-lazy-MatchGravatar Walter Purcaro 2015-06-0510-19/+19
|\ \ | | | | | | NAME_PATTERN use lazy match
| * | Update UploadingCom.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update DataHuFolder.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update TnyCz.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update BitshareComFolder.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update FilestubeCom.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update VimeoCom.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update LoadTo.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update SizedriveCom.pyGravatar GammaC0de 2015-06-051-1/+1
| | |
| * | Update FileSharkPl.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
| * | Update Keep2ShareCc.pyGravatar GammaC0de 2015-06-051-2/+2
| | |
* | | [UploadedTo] FixupGravatar Walter Purcaro 2015-06-051-2/+3
| | |
* | | Fix https://github.com/pyload/pyload/issues/1222Gravatar Walter Purcaro 2015-06-051-1/+2
| | |
* | | Fix http://forum.pyload.org/viewtopic.php?f=10&t=4301Gravatar Walter Purcaro 2015-06-052-30/+9
| | |
* | | Fix https://github.com/pyload/pyload/issues/1450Gravatar Walter Purcaro 2015-06-052-4/+4
|/ /
* | [NitroflareCom] Account fixup (2)Gravatar Walter Purcaro 2015-06-051-2/+2
| |
* | [OpenloadIo] fix NAME_PATTERNGravatar GammaC0de 2015-06-041-2/+2
| |
* | [NitroflareCom] Account fixupGravatar Walter Purcaro 2015-06-042-11/+32
| |
* | New plugin: ZahikiNetGravatar Walter Purcaro 2015-06-031-0/+31
| |
* | [NitroflareCom] TryoutGravatar Walter Purcaro 2015-06-031-2/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1446 (2)Gravatar Walter Purcaro 2015-06-021-2/+2
| |
* | [PremiumizeMe] Account fixupGravatar Walter Purcaro 2015-06-021-11/+2
| |
* | [FilerNet] Account fixupGravatar Walter Purcaro 2015-06-021-6/+6
| |
* | Fix https://github.com/pyload/pyload/issues/1449Gravatar Walter Purcaro 2015-06-021-2/+3
| |
* | Merge pull request #1448 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-06-021-2/+2
|\ \ | | | | | | [MegaCoNz] small typo
| * | [MegaCoNz] small typoGravatar GammaC0de 2015-06-021-2/+2
| | |
* | | [NitroflareCom] Premium supportGravatar Walter Purcaro 2015-06-024-17/+71
|/ /
* | [UserAgentSwitcher] UpdateGravatar Walter Purcaro 2015-06-021-4/+15
| |
* | Fix https://github.com/pyload/pyload/issues/1442Gravatar Walter Purcaro 2015-06-021-2/+9
| |
* | Small code cosmeticsGravatar Walter Purcaro 2015-06-024-56/+57
| |
* | Fix https://github.com/pyload/pyload/issues/1446Gravatar Walter Purcaro 2015-06-027-50/+49
| |
* | [SimpleCrypter] UpdateGravatar Walter Purcaro 2015-06-027-24/+18
| |
* | Update SimpleCrypter.pyGravatar GammaC0de 2015-06-011-3/+3
| |
* | Update Dereferer.pyGravatar GammaC0de 2015-06-011-2/+4
| |
* | [XFSHoster] Improve OFFLINE_PATTERNGravatar Walter Purcaro 2015-06-013-5/+4
| |
* | [WorldbytezCom] AccountGravatar Walter Purcaro 2015-06-011-0/+16
| |
* | Fix https://github.com/pyload/pyload/issues/1445Gravatar Walter Purcaro 2015-06-011-3/+8
| |
* | Update MegaCoNz.pyGravatar GammaC0de 2015-06-011-2/+2
| |
* | [DlFreeFr] Version upGravatar Walter Purcaro 2015-05-301-13/+7
| |
* | Added missing download callGravatar lazlev 2015-05-301-1/+1
| |
* | [MegaCoNz] Update __pattern__Gravatar Walter Purcaro 2015-05-303-5/+5
| |
* | Merge pull request #1438 from lazlev/patch-1Gravatar Walter Purcaro 2015-05-301-4/+5
|\ \ | | | | | | Remove obsolete AdYouLike call
| * | Remove obsolete AdYouLike callGravatar lazlev 2015-05-301-4/+5
| | | | | | | | | AdYouLike is currently not used anymore on the hoster's site. Additionally the regex had to be edited to actually grab the domain value.
* | | New plugin: FurLyGravatar Walter Purcaro 2015-05-301-0/+24
| | |
* | | [SimpleCrypter] Merge with SimpleDerefererGravatar Walter Purcaro 2015-05-307-137/+42
|/ /
* | [XFileSharingPro][XFileSharingProFolder] Added default __pattern__Gravatar Walter Purcaro 2015-05-302-4/+4
| |
* | [FileboomMe] Tiny cleanupGravatar Walter Purcaro 2015-05-301-4/+5
| |
* | Merge pull request #1437 from GammaC0de/GammaC0de-FileboomMeGravatar Walter Purcaro 2015-05-301-3/+10
|\ \ | | | | | | [FileboomMe] minor update
| * | Update FileboomMe.pyGravatar GammaC0de 2015-05-301-3/+10
| | |
* | | [Dereferer][SimpleDereferer] UpdateGravatar Walter Purcaro 2015-05-302-15/+48
| | |