Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simpler version | sebdelsol | 2015-12-29 | 1 | -24/+22 |
| | | | | It uses some JS to emulate a document - so it'll be simpler to add any JS function in case Zippyshare's devs decide to add deeper instrospection. It has worked for several months on my side - quite the same code actually. | ||||
* | Spare code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -3/+3 |
| | |||||
* | Update hosters (1) | Walter Purcaro | 2015-12-27 | 1 | -9/+7 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2112 | Walter Purcaro | 2015-10-28 | 1 | -2/+5 |
| | |||||
* | Increase all __version__ for crypters and hosters | Walter Purcaro | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | self.html -> self.data | Walter Purcaro | 2015-10-23 | 1 | -2/+2 |
| | |||||
* | Boring code cosmetics | Walter Purcaro | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Version up for all plugins | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | Walter Purcaro | 2015-10-11 | 1 | -2/+3 |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | ||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Fixpack (3) | Walter Purcaro | 2015-10-04 | 1 | -1/+1 |
| | |||||
* | Update ZippyshareCom.py | GammaC0de | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1543 | Walter Purcaro | 2015-07-31 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1520 | Walter Purcaro | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | Fix typo | Walter Purcaro | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | Improve Captcha | Walter Purcaro | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | Code cosmetics (2) | Walter Purcaro | 2015-07-19 | 1 | -8/+8 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-18 | 1 | -2/+2 |
| | |||||
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 1 | -7/+7 |
| | |||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | Spare code cosmetics (2) | Walter Purcaro | 2015-06-24 | 1 | -8/+8 |
| | |||||
* | Update plugins after splitting CaptchaService | Walter Purcaro | 2015-05-30 | 1 | -2/+2 |
| | |||||
* | [SizedriveCom] Cleanup | Walter Purcaro | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Improve file name handling | Walter Purcaro | 2015-04-09 | 1 | -3/+3 |
| | |||||
* | Merge branch 'pr/n1314_sebdelsol' into stable | Walter Purcaro | 2015-04-08 | 1 | -0/+4 |
|\ | |||||
| * | [zippyshare] fix bug #1311 | sebdelsol | 2015-04-04 | 1 | -0/+4 |
| | | | | | | | | | | Zippyshare sometimes encode file name with an image. In this case, use the file link to get the file name. (it's probably a bad hack. I don't know nothing about pyload Core). | ||||
* | | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1311 | Walter Purcaro | 2015-04-08 | 1 | -2/+2 |
|/ | |||||
* | __config__ cosmetics | Walter Purcaro | 2015-03-25 | 1 | -0/+1 |
| | |||||
* | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1262 | Walter Purcaro | 2015-03-18 | 1 | -3/+3 |
| | |||||
* | Import cleanup for datetime and time modules | Walter Purcaro | 2015-03-14 | 1 | -4/+4 |
| | |||||
* | [zippyshare] bug correction #1246 | sebdelsol | 2015-03-11 | 1 | -15/+18 |
| | | | | | | | | | | | Handle funky introspection like : ```javascript test = { test: function(x, y) { document.getElementById(x).href = y; } test.test('dlbutton', "http:\\ZippyshareIsFullOfTrickster.com"); ``` | ||||
* | [ZippyShare] Bug #1238 correction | sebdelsol | 2015-03-09 | 1 | -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 | ||||
* | [ZippyshareCom] Better lib import | Walter Purcaro | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | [ZippyshareCom] Cleanup | Walter Purcaro | 2015-02-24 | 1 | -37/+35 |
| | |||||
* | Zippyshare bug #1191 correction | sebdelsol | 2015-02-23 | 1 | -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. | ||||
* | [ZippyshareCom] Update get_checksum | Walter Purcaro | 2015-02-19 | 1 | -4/+4 |
| | |||||
* | [ZippyshareCom] Update get_checksum | Walter Purcaro | 2015-02-15 | 1 | -4/+4 |
| | |||||
* | [ZippyshareCom] Update get_checksum | Walter Purcaro | 2015-02-11 | 1 | -6/+4 |
| | |||||
* | [ZippyshareCom] Typo | Walter Purcaro | 2015-02-08 | 1 | -2/+2 |
| | |||||
* | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1150 | Walter Purcaro | 2015-02-07 | 1 | -10/+7 |
| | |||||
* | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1060 | Walter Purcaro | 2015-01-22 | 1 | -14/+23 |
| | |||||
* | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1049 | Walter Purcaro | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | "New Year" Update: hoster plugins | Walter Purcaro | 2015-01-09 | 1 | -11/+6 |
| | |||||
* | [ZippyshareCom] Typo | Walter Purcaro | 2014-12-28 | 1 | -10/+11 |
| | |||||
* | [ZippyshareCom] Fix get_checksum routine | Walter Purcaro | 2014-12-27 | 1 | -4/+5 |
| | |||||
* | Update plugins | Walter Purcaro | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Update ZippyshareCom.py | sebdelsol | 2014-12-12 | 1 | -2/+1 |
| | | | | #bug correction : bad download url that is rejected with a 400 html error. change p_url creation to use '/'.join() instead of os.path.join() that doesn't work for an url. | ||||
* | Update some plugins | Walter Purcaro | 2014-12-01 | 1 | -3/+3 |
| | |||||
* | [SimpleHoster] Unquote file name | Walter Purcaro | 2014-12-01 | 1 | -11/+4 |
| | |||||
* | Fix cookie domain | Walter Purcaro | 2014-11-21 | 1 | -1/+1 |
| | |||||
* | [ZippyshareCom] Update patterns | Walter Purcaro | 2014-11-10 | 1 | -3/+8 |
| | |||||
* | [ZippyshareCom] Update NAME_PATTERN | Walter Purcaro | 2014-11-09 | 1 | -2/+2 |
| | |||||
* | [ZippyshareCom] Fix typo | Walter Purcaro | 2014-11-08 | 1 | -3/+3 |
| | |||||
* | [ZippyshareCom] Update get_checksum | Walter Purcaro | 2014-11-08 | 1 | -4/+5 |
| | |||||
* | [ZippyshareCom] Update plugin | Walter Purcaro | 2014-11-04 | 1 | -6/+15 |
| | |||||
* | Code cosmetics about file_info and other stuff | Walter Purcaro | 2014-11-03 | 1 | -3/+3 |
| | |||||
* | Update all other plugins | Walter Purcaro | 2014-11-02 | 1 | -2/+2 |
| | |||||
* | [ZippyshareCom] Fix get_checksum (thx zapp-brannigan) | Walter Purcaro | 2014-11-01 | 1 | -17/+3 |
| | |||||
* | [ZippyshareCom] Fix FILE_NAME_PATTERN (thx zapp-brannigan) | Walter Purcaro | 2014-11-01 | 1 | -2/+2 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-25 | 1 | -1/+0 |
| | |||||
* | Merge pull request #805 from zapp-brannigan/patch-1 | Walter Purcaro | 2014-10-19 | 1 | -1/+1 |
|\ | | | | | [ZippyshareCom.py] Fix FILE_NAME_PATTERN (again) | ||||
| * | [ZippyshareCom.py] fixed FILE_NAME_PATTERN again | zapp-brannigan | 2014-10-19 | 1 | -2/+2 |
| | | | | | | Zippyshare sucks ;) | ||||
* | | Update hosters to self.error | Walter Purcaro | 2014-10-19 | 1 | -2/+2 |
|/ | |||||
* | Update ZippyshareCom.py | zapp-brannigan | 2014-10-17 | 1 | -2/+2 |
| | | | | | The current version can not detect the filename, download is not working: 17.10.2014 16:43:23 DEBUG ZippyshareCom: FILE NAME: <img style="margin-left: 10px;" src="/fileName?key=82680550&size=small" alt="file name"> FILE SIZE: 209998315 | ||||
* | Improve unit detection in size pattern | Walter Purcaro | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Pattern update 2 | Walter Purcaro | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+1 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 1 | -2/+1 |
| | | | | Whitespaces and EOF fixup | ||||
* | [XFileSharingPro] COOKIES preset to english + improved setup routine | Walter Purcaro | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | [CatShareNet] Fixup | Walter Purcaro | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | [ZippyshareCom] Fix alternative checksum type | Walter Purcaro | 2014-09-27 | 1 | -14/+25 |
| | |||||
* | Rename SH flags | Walter Purcaro | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | [ZippyshareCom] Improve __pattern__ a bit | Walter Purcaro | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | [ZippyshareCom] Partially rewritten | Walter Purcaro | 2014-09-24 | 1 | -43/+30 |
| | |||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -3/+5 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Fix hosters SH_COOKIES syntax | Walter Purcaro | 2014-07-20 | 1 | -1/+2 |
| | |||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | Walter Purcaro | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵ | Walter Purcaro | 2014-07-05 | 1 | -1/+1 |
| | | | | "OFFLINE_PATTERN" | ||||
* | [Zippyshare] fixed #647 | stickell | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | Updated Zippyshare | Leon Bergmann | 2014-05-08 | 1 | -165/+30 |
| | | | | Merges #612 | ||||
* | Update ZippyshareCom | Leon Bergmann | 2014-05-05 | 1 | -31/+15 |
| | | | | | + updated test link Merges #605 | ||||
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Fix retry time formats | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@498b9e3 | ||||
* | Replace range with xrange | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@a50c8ff | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Zippyshare: using (?i) instead of re.I to make it work even on Python < 2.7 | Stefano | 2014-03-19 | 1 | -3/+2 |
| | |||||
* | Zippyshare: Fixed #545 | Stefano | 2014-03-19 | 1 | -2/+3 |
| | | | | Thanks @gaberad | ||||
* | Zippyshare: fixed #542 | Stefano | 2014-03-14 | 1 | -2/+2 |
| | | | Thanks @gaberad | ||||
* | Zippyshare: fixed #537 | Stefano | 2014-03-08 | 1 | -8/+6 |
| | | | | | + new test link + cleanup | ||||
* | Zippyshare: fixed #419 | Stefano | 2013-12-06 | 1 | -1/+5 |
| | |||||
* | Zippyshare: little improvements. | Stefano | 2013-10-13 | 1 | -4/+7 |
| | |||||
* | Zippyshare: fixed #292 | Stefano | 2013-10-03 | 1 | -37/+52 |
| | |||||
* | Increased version number after 5401e18dfd406c2a8ed35c4b72c9df9f7dc3e436 | Stefano | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | fixes #281 | anderi | 2013-09-27 | 1 | -5/+6 |
| | |||||
* | Fixed PEP 8 violations in Hosters | Stefano | 2013-07-22 | 1 | -51/+60 |
| | |||||
* | Using CaptchaService to make them works on 0.5 | Stefano | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | ZippyshareCom: fixed #135 | Stefano | 2013-05-30 | 1 | -4/+9 |
| | |||||
* | zippyshare - closed #674 | zoidberg10 | 2012-08-31 | 1 | -1/+2 |
| | |||||
* | udpdate zippyshare, linkdecrypter - closed #670 | zoidberg10 | 2012-08-24 | 1 | -34/+45 |
| | |||||
* | update Freakshare, IcyFiles, Zippyshare, C1neon, FshareVn-Ac, Filefactory-Ac | godofdream | 2012-08-06 | 1 | -4/+25 |
| | | | | | Added BypassCaptcha - closed #647, #615, #639, #644, #562, #586, #642 | ||||
* | hotfile patch by JoKoT3 - close #556, fix zippyshare, bitshare login | zoidberg10 | 2012-03-11 | 1 | -4/+5 |
| | |||||
* | fix zippyshare, 1fichier, uloz.to live, add some hoster | zoidberg10 | 2012-02-06 | 1 | -12/+114 |
| | |||||
* | update zippyshare, uploadbox | zoidberg10 | 2011-11-24 | 1 | -62/+31 |
| | |||||
* | ernieb's hoster patches | mkaay | 2011-06-10 | 1 | -4/+7 |
| | |||||
* | zippyshare fix, coproduction by ernieb and hagg | RaNaN | 2011-06-05 | 1 | -10/+29 |
| | |||||
* | zippyshare fix | mkaay | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | extended cnl | mkaay | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | some automatic fixes | RaNaN | 2010-08-27 | 1 | -3/+3 |
| | |||||
* | new dirs | RaNaN | 2010-08-25 | 1 | -0/+60 |
| | |||||
* | merged gui | mkaay | 2010-08-25 | 1 | -60/+0 |
| | |||||
* | megaupload, zippyshare and depositfiles free user working | Jeix | 2010-08-06 | 1 | -11/+18 |
| | |||||
* | refactored plugins, new plugin manager | mkaay | 2010-05-05 | 1 | -12/+10 |
| | |||||
* | several fixes | mkaay | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | Fixed Zippyshare | spoob | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Pack Fixes | spoob | 2010-04-13 | 1 | -5/+1 |
| | |||||
* | closes #13 | mkaay | 2009-12-27 | 1 | -0/+59 |