summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
Commit message (Collapse)AuthorAgeFilesLines
* [OneFichierCom] Fix handle_premium routineGravatar Walter Purcaro 2015-10-181-18/+2
|
* [BasePlugin] Extend hoster HttpGravatar Walter Purcaro 2015-10-181-73/+6
|
* New plugin: HttpGravatar Walter Purcaro 2015-10-181-0/+93
|
* Fix EuroshareEuGravatar astranCZ 2015-10-131-2/+4
| | | Fix NAME_PATTERN and SIZE_PATTERN
* Euroshare.eu is okGravatar astranCZ 2015-10-131-3/+3
| | | edit LINK_FREE_PATTERN
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-11215-360/+517
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-10215-260/+260
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-10-105-8/+10
|
* Update OneFichierCom.pyGravatar GammaC0de 2015-10-101-3/+2
|
* Correction of bug KeyError: 'ID' in OneFichierCom.py.Gravatar Hadrien Theveneau 2015-10-091-2/+2
|
* Fixpack (5)Gravatar Walter Purcaro 2015-10-088-46/+31
|
* Spare improvementsGravatar Walter Purcaro 2015-10-082-4/+6
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-087-26/+19
|
* Fixpack (3)Gravatar Walter Purcaro 2015-10-0413-14/+14
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-0410-29/+22
|
* Fix https://github.com/pyload/pyload/issues/1932Gravatar Walter Purcaro 2015-10-026-15/+19
|
* Spare fixesGravatar Walter Purcaro 2015-10-024-6/+8
|
* Fix https://github.com/pyload/pyload/issues/1920Gravatar Walter Purcaro 2015-10-025-22/+26
|
* [Account] Improve parse_traffic method + code cosmeticsGravatar Walter Purcaro 2015-10-021-5/+5
|
* [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵Gravatar Walter Purcaro 2015-10-021-1/+3
| | | | https://github.com/pyload/pyload/issues/1904
* Fixpack (1)Gravatar Walter Purcaro 2015-10-012-5/+6
|
* Improve Hoster and Crypter + general fixupGravatar Walter Purcaro 2015-10-015-15/+15
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-0177-571/+442
|
* [Captcha] _decrypt -> decrypt_imageGravatar Walter Purcaro 2015-09-302-4/+4
|
* Merge pull request #1867 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-09-291-2/+2
|\ | | | | [ZippyshareCom] fix #1861
| * Update ZippyshareCom.pyGravatar GammaC0de 2015-09-251-2/+2
| |
* | Update hoster pluginsGravatar Walter Purcaro 2015-09-2950-206/+211
| |
* | [OpenloadIo] CleanupGravatar Walter Purcaro 2015-09-291-21/+23
|/
* [Openload.io] Rewrite the plugin using official APIGravatar Piter 2015-09-231-7/+48
|
* [FastixRu] FixupGravatar Walter Purcaro 2015-09-211-8/+6
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-2117-32/+24
|
* Spare improvements and fixesGravatar Walter Purcaro 2015-09-2115-39/+38
|
* Update PremiumizeMe.pyGravatar GammaC0de 2015-09-201-1/+7
|
* [OpenloadIo] Update __pattern__Gravatar Walter Purcaro 2015-09-151-6/+6
|
* [UlozTo] Hoster updateGravatar Walter Purcaro 2015-09-132-6/+9
|
* Update UserscloudCom.pyGravatar GammaC0de 2015-09-131-1/+1
|
* New Hoster - UserscloudComGravatar GammaC0de 2015-09-121-0/+36
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-09-031-2/+2
|
* Broken OneFIchierCom pluginGravatar estaban 2015-08-301-2/+2
| | | | Syntax error in commit [https://github.com/pyload/pyload/commit/10213910fdb5a1c2e7bde50fdd7cdfb99090bf7e] which makes importing OneFichierCom break. Please test your code before pull requesting.
* Fix https://github.com/pyload/pyload/issues/1793Gravatar Walter Purcaro 2015-08-301-23/+3
|
* Merge pull request #1779 from GammaC0de/patch-5Gravatar Walter Purcaro 2015-08-301-1/+58
|\ | | | | [OneFichierCom] fix #1768
| * Update OneFichierCom.pyGravatar GammaC0de 2015-08-231-1/+1
| |
| * Update OneFichierCom.pyGravatar GammaC0de 2015-08-221-1/+58
| |
* | Update to resolve issue #1793Gravatar B1gG 2015-08-271-2/+2
|/ | | | | This update resolve the issue raised when you try to share a link from YouTube android app to pyLoad client. Issue was that the parser doesn't detect youtu.be as a valid URL for YoutubeCom.py and always use BasePlugin.py instead of, that is why the "__pattern__" need to be modified. The URL_REPLACEMENTS is not appropriate for this short url and was fixed also, in order to construct and typical youtube.com URL, that this script can handle.
* Spare plugin updatesGravatar Walter Purcaro 2015-08-1910-12/+12
|
* Update OneFichierCom.pyGravatar GammaC0de 2015-08-181-1/+1
|
* Merge pull request #1746 from GammaC0de/patch-4Gravatar Walter Purcaro 2015-08-181-2/+2
|\ | | | | [YoutubeCom] fix #1744
| * [YoutubeCom] fix #1744Gravatar GammaC0de 2015-08-121-2/+2
| |
* | Merge pull request #1750 from GammaC0de/patch-5Gravatar Walter Purcaro 2015-08-181-1/+3
|\ \ | | | | | | [UploadedTo] add PREMIUM_ONLY_PATTERN
| * | [UploadedTo] add PREMIUM_ONLY_PATTERNGravatar GammaC0de 2015-08-121-1/+3
| |/
* | Merge pull request #1755 from estaban/patch-6Gravatar Walter Purcaro 2015-08-181-2/+2
|\ \ | | | | | | File name not found on OneFichier
| * | Update OneFichierCom.pyGravatar estaban 2015-08-141-1/+1
| | | | | | | | | Increment version
| * | File name not found on OneFichierGravatar estaban 2015-08-141-1/+1
| |/ | | | | Updated regexp, website now displays "File Name" instead of "FileName".
* / Update MediafireCom.pyGravatar salimimani 2015-08-171-1/+1
|/
* Some fixes (2)Gravatar Walter Purcaro 2015-08-042-3/+3
|
* [ZDF] Encode file name / titleGravatar jellysheep 2015-08-041-1/+1
| | | The title used as file name is encoded in Latin-1. This commit enables pyload to download those files and display their names in the queue correctly.
* Some fixesGravatar Walter Purcaro 2015-08-041-2/+2
|
* [ZDF] Encode unicode characters when loading XMLGravatar jellysheep 2015-08-021-1/+1
| | | | The XML file from the ZDF website often contains unicode characters, which lead to errors like `'ascii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128)`. This change makes the plugin encode unicode characters to UTF-8 before parsing the XML data.
* Fix https://github.com/pyload/pyload/issues/1591Gravatar Walter Purcaro 2015-08-021-17/+30
|
* Merge pull request #1665 from J-8/stableGravatar Walter Purcaro 2015-08-021-1/+1
|\ | | | | Fix for issue #1654
| * Fix for issue #1654Gravatar J-8 2015-08-021-1/+1
| | | | | | | | Replaced HTTP with HTTPS in order not to reveal user credentials.
* | Tiny fixesGravatar Walter Purcaro 2015-08-023-9/+10
|/
* fix #1646 (2)Gravatar SK 2015-08-021-3/+3
|
* Update some pluginsGravatar Walter Purcaro 2015-08-023-8/+8
|
* Fix https://github.com/pyload/pyload/issues/1543Gravatar Walter Purcaro 2015-07-311-2/+2
|
* New plugins: AniStreamCom and CloudsixMeGravatar Walter Purcaro 2015-07-291-2/+2
|
* Fix _log methodGravatar Walter Purcaro 2015-07-291-2/+5
|
* Fix https://github.com/pyload/pyload/issues/1583Gravatar Walter Purcaro 2015-07-281-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1520Gravatar Walter Purcaro 2015-07-282-4/+4
|
* Fix content-dispositionGravatar Walter Purcaro 2015-07-285-12/+5
|
* Improve _log methodGravatar Walter Purcaro 2015-07-281-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1545Gravatar Walter Purcaro 2015-07-281-6/+6
|
* Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey)Gravatar Walter Purcaro 2015-07-281-1/+4
|
* 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
|
* Then update othersGravatar Walter Purcaro 2015-07-2712-20/+20
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-251-1/+1
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-258-8/+8
|
* Account rewrittenGravatar Walter Purcaro 2015-07-2523-27/+27
|
* Fix typoGravatar Walter Purcaro 2015-07-244-4/+4
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-2423-36/+36
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-24214-299/+299
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-2342-48/+48
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-233-7/+7
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-2129-87/+69
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-19214-0/+214
|
* [OCR] Fix __init__ (2)Gravatar Walter Purcaro 2015-07-195-7/+8
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-1911-15/+15
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-1935-102/+102
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-1939-124/+124
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-1829-79/+62
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-1727-33/+33
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-07214-1144/+1144
|
* Spare code cosmetics (4)Gravatar Walter Purcaro 2015-06-2421-33/+43
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-245-32/+32
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-2444-186/+186
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-2422-45/+74
|
* Spare fixesGravatar Walter Purcaro 2015-06-244-17/+9
|
* [NowDownloadSx] Tiny cleanupGravatar Walter Purcaro 2015-06-241-8/+3
|
* Update allGravatar Walter Purcaro 2015-06-2445-100/+79
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-3/+3
|
* Update HighWayMe.pyGravatar GammaC0de 2015-06-231-2/+2
|
* 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.
* [YoutubeCom] Version upGravatar GammaC0de 2015-06-211-1/+1
|
* 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
|/
* [ShareonlineBiz] Improve checkErrors (THX nomad71)Gravatar Walter Purcaro 2015-06-151-2/+2
| | | | Fix https://github.com/pyload/pyload/issues/1497
* Merge branch 'pr/n1485_EvolutionClip' into stableGravatar Walter Purcaro 2015-06-141-2/+2
|\ | | | | | | | | Conflicts: module/plugins/hoster/HighWayMe.py
| * Improved Login CheckGravatar EvolutionClip 2015-06-111-2/+2
| |
* | Update plugins (2)Gravatar Walter Purcaro 2015-06-1021-21/+21
| |
* | Fix https://github.com/pyload/pyload/issues/1479Gravatar Walter Purcaro 2015-06-101-2/+2
| |
* | [SimpleHoster] preload referer to FalseGravatar Walter Purcaro 2015-06-091-6/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1472Gravatar Walter Purcaro 2015-06-091-1/+3
| |
* | [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2015-06-093-3/+3
| |
* | [GamefrontCom] UpdateGravatar Walter Purcaro 2015-06-081-69/+15
| |
* | [GamefrontCom] FixupGravatar Walter Purcaro 2015-06-081-2/+2
| |
* | [TusfilesNet] FixupGravatar Walter Purcaro 2015-06-081-3/+3
| |
* | Update pluginsGravatar Walter Purcaro 2015-06-0811-44/+36
| |
* | [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-082-5/+3
| |
* | New plugin: VkComGravatar Walter Purcaro 2015-06-081-0/+34
| |
* | Update everythingGravatar Walter Purcaro 2015-06-0824-50/+50
| |
* | New plugins: FiledropperCom & FileuploadNetGravatar Walter Purcaro 2015-06-083-7/+83
| |
* | [FreeWayMe] FixupGravatar Walter Purcaro 2015-06-083-5/+5
| |
* | [UploadedTo] Fixup (2)Gravatar Walter Purcaro 2015-06-062-37/+20
| |
* | [HighWayMe] CleanupGravatar Walter Purcaro 2015-06-061-75/+76
| |
* | Merge pull request #1455 from EvolutionClip/stableGravatar Walter Purcaro 2015-06-061-0/+75
|\| | | | | 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.
| * Create HighWayMe.pyGravatar EvolutionClip 2015-06-051-0/+76
| |
* | 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-056-11/+11
|\ \ | | | | | | NAME_PATTERN use lazy match
| * | Update UploadingCom.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-051-26/+5
| | |
* | | Fix https://github.com/pyload/pyload/issues/1450Gravatar Walter Purcaro 2015-06-051-2/+2
|/ /
* | [OpenloadIo] fix NAME_PATTERNGravatar GammaC0de 2015-06-041-2/+2
| |
* | [NitroflareCom] Account fixupGravatar Walter Purcaro 2015-06-041-2/+3
| |
* | New plugin: ZahikiNetGravatar Walter Purcaro 2015-06-031-0/+31
| |
* | Fix https://github.com/pyload/pyload/issues/1446 (2)Gravatar Walter Purcaro 2015-06-021-2/+2
| |
* | 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-021-15/+5
|/ /
* | Fix https://github.com/pyload/pyload/issues/1446Gravatar Walter Purcaro 2015-06-022-38/+36
| |
* | [XFSHoster] Improve OFFLINE_PATTERNGravatar Walter Purcaro 2015-06-011-1/+0
| |
* | 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-301-2/+2
| |
* | 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.
* | [XFileSharingPro][XFileSharingProFolder] Added default __pattern__Gravatar Walter Purcaro 2015-05-301-2/+2
| |
* | [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
| | |
* | | Update plugins after splitting CaptchaServiceGravatar Walter Purcaro 2015-05-3028-56/+59
|/ /
* | [New Hoster] FileboomMeGravatar GammaC0de 2015-05-291-0/+94
| |
* | [UptoboxCom] FixupGravatar Walter Purcaro 2015-05-291-5/+1
| |
* | [GoogledriveCom][MediafireCom] CleanupGravatar Walter Purcaro 2015-05-282-10/+5
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-05-2756-54/+56
| |
* | [NetloadIn] Mark dead (temp)Gravatar Walter Purcaro 2015-05-271-284/+8
| |
* | Merge pull request #1430 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2015-05-271-2/+6
|\ \ | | | | | | [GoogledriveCom] Make it more flexible
| * | [GoogledriveCom] Make it more flexibleGravatar zapp-brannigan 2015-05-271-2/+6
| | | | | | | | | | | | | | | | | | | | | Support links like ` https://drive.google.com/uc?export=download&id=<dl_id_here> ` See forum: http://forum.pyload.org/viewtopic.php?f=13&t=4203
* | | [MediafireCom] Fix solvemedia captcha handlingGravatar zapp-brannigan 2015-05-271-2/+3
|/ /
* | [GoogledriveCom] FixupGravatar Walter Purcaro 2015-05-261-27/+20
| |
* | [NitroflareCom] Update PatternGravatar Jens Hörnlein 2015-05-251-3/+3
| |
* | [NitroFlare] Re-Added RECAPTCHA_KEYGravatar Jens Hörnlein 2015-05-251-1/+2
| |
* | Some urljoin fixesGravatar Walter Purcaro 2015-05-254-5/+9
| |
* | [GoogledriveCom] Improve __pattern__Gravatar Walter Purcaro 2015-05-251-3/+4
| |
* | [ShareonlineBiz] Fix https://github.com/pyload/pyload/issues/1424Gravatar Walter Purcaro 2015-05-241-11/+15
| |
* | [MediafireCom] ReCaptchaGravatar Walter Purcaro 2015-05-241-4/+18
| |
* | Tiny code cosmeticsGravatar Walter Purcaro 2015-05-222-4/+4
| |
* | [XFSHoster] Handle videoplayerGravatar Walter Purcaro 2015-05-222-3/+0
| |
* | [SimpleHoster] Fix captcha retryingGravatar Walter Purcaro 2015-05-221-7/+1
| |
* | [UptoboxCom] Set LOGIN_ACCOUNT to TrueGravatar Walter Purcaro 2015-05-181-1/+3
| |
* | [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2015-05-182-7/+5
| |
* | Spare plugins updatesGravatar Walter Purcaro 2015-05-186-67/+21
| |
* | [Ftp] FixupGravatar Walter Purcaro 2015-05-161-2/+2
| |
* | Update OboomCom.pyGravatar GammaC0de 2015-05-161-1/+1
| |
* | Update OboomCom.pyGravatar GammaC0de 2015-05-161-2/+3
| |
* | [SmoozedCom] Fix https://github.com/pyload/pyload/issues/1399 (2)Gravatar Walter Purcaro 2015-05-111-2/+2
| |
* | Update BillionuploadsCom.pyGravatar GammaC0de 2015-05-091-2/+2
| |
* | [UnrestrictLi] Mark as deadGravatar Walter Purcaro 2015-05-091-71/+3
| |
* | Merge pull request #1401 from GammaC0de/GammaC0de-FilefactoryComGravatar Walter Purcaro 2015-05-081-2/+2
|\ \ | | | | | | [FilefactoryCom] update OFFLINE_PATTERN
| * | [FilefactoryCom] update OFFLINE_PATTERNGravatar GammaC0de 2015-05-081-2/+2
| | |
* | | BillionuploadsCom out of bussinessGravatar GammaC0de 2015-05-081-6/+2
|/ /
* | Add Openload.io hoster plugin.Gravatar lpiter 2015-05-061-0/+26
| |
* | [SimpleHoster] Fallback optionGravatar Walter Purcaro 2015-05-061-1/+1
| |
* | Update YadiSk.pyGravatar GammaC0de 2015-05-051-2/+2
| |
* | [GoogledriveCom][OneFichierCom][UlozTo] Reset DISPOSITION to FalseGravatar Walter Purcaro 2015-05-043-7/+10
| |
* | [SizedriveCom] CleanupGravatar Walter Purcaro 2015-05-042-5/+4
| |
* | new hoster SizedriveComGravatar GammaC0de 2015-05-031-0/+42
| |
* | Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-0145-156/+109
| |
* | Fix https://github.com/pyload/pyload/issues/1374Gravatar Walter Purcaro 2015-04-302-22/+2
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-04-304-15/+12
| |