summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleHoster.py
Commit message (Collapse)AuthorAgeFilesLines
* Spare improvements and fixes (2)Gravatar Walter Purcaro 2015-09-211-4/+4
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-3/+7
|
* Fix pyfile.name processingGravatar Walter Purcaro 2015-09-211-12/+8
|
* Merge branch 'pr/n1736_GammaC0de' into stableGravatar Walter Purcaro 2015-09-211-2/+1
|\ | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py
| * Update SimpleHoster.pyGravatar GammaC0de 2015-08-081-3/+2
| |
* | Spare improvements and fixesGravatar Walter Purcaro 2015-09-211-12/+9
| |
* | Remove accents from file name #1817Gravatar Jakub Brož 2015-09-131-2/+3
| | | | | | | | issue: #1817
* | Spare fixes (2)Gravatar Walter Purcaro 2015-09-031-10/+12
| |
* | Temp fix https://github.com/pyload/pyload/pull/1708Gravatar Walter Purcaro 2015-08-191-2/+2
| |
* | Fix missing import statementGravatar Walter Purcaro 2015-08-091-1/+0
|/
* Fix https://github.com/pyload/pyload/issues/1707Gravatar Walter Purcaro 2015-08-041-1/+1
|
* Update SimpleHoster.pyGravatar estaban 2015-08-041-2/+2
|
* Download deleted because of file size mismatchGravatar estaban 2015-08-041-1/+3
| | | | | | | | | | | One some hosters like OneFichier for example, the webpage displays a file size of 1.46GB. However the real file size can be 1.4649853GB, which makes a difference between the downloaded file size and the expected file size. size_tolerance is meant for that, but its value is currently set to 1MB. This is an issue in the above case where the difference between expected size and downloaded size is almost 10MB. In many cases, this causes the downloaded file to simply be deleted, even though it has been downloaded without any issue. The biggest possible size difference is 10MB, at least if the website displays 2 decimals and that the biggest unit is GB. Therefore I propose to change the max tolerance from 1MB to 10MB. FYI the error message in the log looks like that: Fail: File size mismatch | Expected file size: 1492501135.36 | Downloaded file size: 1488025852
* Some fixesGravatar Walter Purcaro 2015-08-041-5/+2
|
* Update SimpleHoster.pyGravatar GammaC0de 2015-08-031-2/+2
|
* Use set_cookie instead cj.setCookieGravatar Walter Purcaro 2015-08-031-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1663Gravatar Walter Purcaro 2015-08-021-1/+1
|
* Update some pluginsGravatar Walter Purcaro 2015-08-021-3/+3
|
* Fix and improve account logicGravatar Walter Purcaro 2015-07-311-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1602 (2)Gravatar Walter Purcaro 2015-07-311-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1602Gravatar Walter Purcaro 2015-07-291-1/+0
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4410Gravatar Walter Purcaro 2015-07-281-1/+2
|
* Missed to bump up some plugin __version__Gravatar Walter Purcaro 2015-07-281-1/+1
|
* Spare code fixesGravatar Walter Purcaro 2015-07-271-5/+3
|
* Fix captcha timeoutGravatar Walter Purcaro 2015-07-271-5/+2
|
* Bunch of fixupsGravatar Walter Purcaro 2015-07-271-2/+2
|
* Update internal pluginsGravatar Walter Purcaro 2015-07-271-76/+87
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-251-1/+1
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-251-2/+2
|
* Account rewrittenGravatar Walter Purcaro 2015-07-251-2/+2
|
* Fix typoGravatar Walter Purcaro 2015-07-241-2/+2
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-241-9/+9
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-8/+8
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-3/+3
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* [OCR] Fix __init__ (2)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-4/+4
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-191-3/+3
|
* Fix addonsGravatar Walter Purcaro 2015-07-191-2/+1
|
* Improve fixurl methodGravatar Walter Purcaro 2015-07-191-3/+2
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-181-4/+4
|
* Reorder some functionsGravatar Walter Purcaro 2015-07-181-64/+6
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-5/+6
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-94/+94
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-241-1/+0
|
* Update allGravatar Walter Purcaro 2015-06-241-243/+16
|
* [SimpleHoster] fixurlGravatar Walter Purcaro 2015-06-241-9/+16
|
* Fix https://github.com/pyload/pyload/issues/1503Gravatar Walter Purcaro 2015-06-151-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1498Gravatar Walter Purcaro 2015-06-151-10/+0
|
* Update BaseGravatar Walter Purcaro 2015-06-151-16/+0
|
* Move new log functions to PluginGravatar Walter Purcaro 2015-06-141-39/+2
|
* Fix https://github.com/pyload/pyload/issues/1479Gravatar Walter Purcaro 2015-06-101-5/+5
|
* [SimpleHoster] preload referer to FalseGravatar Walter Purcaro 2015-06-091-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1472Gravatar Walter Purcaro 2015-06-091-2/+2
|
* [SimpleHoster] Fixup (3)Gravatar Walter Purcaro 2015-06-091-1/+3
|
* [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2015-06-091-28/+24
|
* Fix https://github.com/pyload/pyload/issues/1468Gravatar Walter Purcaro 2015-06-081-7/+21
|
* 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
|
* [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
|
* [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-081-42/+82
|
* Update everythingGravatar Walter Purcaro 2015-06-081-3/+3
|
* [UploadedTo] Fixup (2)Gravatar Walter Purcaro 2015-06-061-8/+11
|
* Fix http://forum.pyload.org/viewtopic.php?f=10&t=4301Gravatar Walter Purcaro 2015-06-051-4/+4
|
* [NitroflareCom] Premium supportGravatar Walter Purcaro 2015-06-021-1/+2
|
* Fix https://github.com/pyload/pyload/issues/1446Gravatar Walter Purcaro 2015-06-021-0/+1
|
* [SimpleCrypter] UpdateGravatar Walter Purcaro 2015-06-021-5/+9
|
* Fix https://github.com/pyload/pyload/issues/1445Gravatar Walter Purcaro 2015-06-011-3/+8
|
* [SimpleCrypter] Merge with SimpleDerefererGravatar Walter Purcaro 2015-05-301-1/+1
|
* [SimpleHoster] Fix DB errorGravatar Walter Purcaro 2015-05-291-3/+5
|
* [SimpleDereferer] Handle direct linkGravatar Walter Purcaro 2015-05-291-3/+3
|
* [GooGl] UpdateGravatar Walter Purcaro 2015-05-291-1/+1
|
* [GoogledriveCom] FixupGravatar Walter Purcaro 2015-05-261-10/+15
|
* [SimpleHoster] Fix captcha retryingGravatar Walter Purcaro 2015-05-221-2/+6
|
* [SimpleHoster] Improve checkErrorsGravatar Walter Purcaro 2015-05-221-4/+7
|
* [SimpleHoster] Tiny code cosmeticsGravatar Walter Purcaro 2015-05-201-11/+11
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1404Gravatar Walter Purcaro 2015-05-181-4/+7
|
* [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2015-05-181-21/+9
|
* [XFSAccount] Fix https://github.com/pyload/pyload/issues/1420Gravatar Walter Purcaro 2015-05-181-5/+5
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1421Gravatar Walter Purcaro 2015-05-181-3/+3
|
* [SimpleHoster] Improve checkErrorsGravatar Walter Purcaro 2015-05-181-12/+74
|
* [SimpleHoster] Fallback optionGravatar Walter Purcaro 2015-05-061-4/+5
|
* [SimpleHoster] Why Premium download fails?Gravatar Walter Purcaro 2015-05-051-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1374Gravatar Walter Purcaro 2015-04-301-14/+1
|
* Update SimpleHoster.pyGravatar GammaC0de 2015-04-291-1/+1
|
* fix 'Content-Disposition' filename cutting first and last charsGravatar GammaC0de 2015-04-291-2/+2
|
* Version bumpGravatar GammaC0de 2015-04-141-1/+1
|
* [SimpleHoster] Improve latest change a littleGravatar Walter Purcaro 2015-04-141-4/+1
|
* Update SimpleHoster.pyGravatar GammaC0de 2015-04-141-1/+4
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1341Gravatar Walter Purcaro 2015-04-101-3/+3
|
* [SimpleHoster] Improve file name handlingGravatar Walter Purcaro 2015-04-091-19/+18
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-081-1/+1
|
* [UserAgentSwitcher] Default activated set to TrueGravatar Walter Purcaro 2015-04-081-4/+1
|
* [SimpleDereferer][SimpleHoster] Update user-agent (3)Gravatar Walter Purcaro 2015-04-071-1/+2
|
* [SimpleDereferer] Update user-agent (2)Gravatar Walter Purcaro 2015-04-071-3/+3
|
* [SimpleDereferer][SimpleHoster] Update user-agentGravatar Walter Purcaro 2015-04-071-2/+4
|
* Temp fixup to `filename*=UTF-8` bug (2)Gravatar Walter Purcaro 2015-04-011-3/+3
|
* Temp fixup to `filename*=UTF-8` bugGravatar Walter Purcaro 2015-03-311-3/+14
|
* [GoogledriveCom] Fix handleDirectGravatar Walter Purcaro 2015-03-301-1/+1
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-2/+2
|
* [SimpleHoster] Fix retryFreeGravatar Walter Purcaro 2015-03-251-1/+5
|
* [SimpleHoster] Fix checkErrors (2)Gravatar Walter Purcaro 2015-03-211-5/+6
|
* [SimpleHoster] Fix checkErrorsGravatar Walter Purcaro 2015-03-201-5/+8
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1263Gravatar Walter Purcaro 2015-03-181-1/+10
|
* [SimpleHoster] retryFree featureGravatar Walter Purcaro 2015-03-181-23/+40
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-181-3/+1
|
* Import cleanup for datetime and time modulesGravatar Walter Purcaro 2015-03-141-6/+6
|
* [BasePlugin][SimpleHoster] Better checkDownload warningGravatar Walter Purcaro 2015-03-141-3/+3
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1248Gravatar Walter Purcaro 2015-03-111-9/+13
|
* [BasePlugin][SimpleHoster] Improve checkDownload rulesGravatar Walter Purcaro 2015-03-101-8/+8
|
* [SimpleHoster] Improve checkFile routine (2)Gravatar Walter Purcaro 2015-03-101-12/+15
|
* [SimpleHoster] Improve checkFile routineGravatar Walter Purcaro 2015-03-101-14/+18
|
* [FileSharkPl] Fix https://github.com/pyload/pyload/issues/1040 (2)Gravatar Walter Purcaro 2015-03-101-1/+4
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1242Gravatar Walter Purcaro 2015-03-101-2/+2
|
* [SimpleHoster] FixupGravatar Walter Purcaro 2015-03-101-5/+9
|
* [RapidgatorNet] Fix https://github.com/pyload/pyload/issues/1237Gravatar Walter Purcaro 2015-03-101-5/+18
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-5/+5
|
* Rename fileUrl to getFileURLGravatar Walter Purcaro 2015-03-091-4/+4
|
* [XFSHoster] Fix https://github.com/pyload/pyload/issues/1112Gravatar Walter Purcaro 2015-02-111-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-091-4/+5
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-081-2/+1
|
* Fix https://github.com/pyload/pyload/issues/1134Gravatar Walter Purcaro 2015-02-021-8/+10
|
* [MultiHoster][SimpleHoster] Improve info stuffGravatar Walter Purcaro 2015-02-021-24/+19
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-311-2/+2
|
* [SimpleDereferer][SimpleHoster] Revert renewHTTPRequestGravatar Walter Purcaro 2015-01-291-2/+1
|
* [UploadedTo] RewrittenGravatar Walter Purcaro 2015-01-281-3/+3
|
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1073Gravatar Walter Purcaro 2015-01-251-3/+3
|
* Spare code improvementsGravatar Walter Purcaro 2015-01-241-1/+2
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1070Gravatar Walter Purcaro 2015-01-241-7/+6
|
* [SimpleDereferer][SimpleHoster] Fix https://github.com/pyload/pyload/issues/1065Gravatar Walter Purcaro 2015-01-221-1/+2
|
* [SimpleHoster] Improve getInfoGravatar Walter Purcaro 2015-01-201-7/+34
|
* [SimpleHoster] Improve downloadLink routineGravatar Walter Purcaro 2015-01-201-1/+7
|
* [SimpleHoster] Fix fileUrl follow_locationGravatar Walter Purcaro 2015-01-181-5/+5
|
* [SimpleHoster] Fix PREMIUM_ONLY_PATTERN handlingGravatar Walter Purcaro 2015-01-181-2/+2
|
* [SimpleHoster] Fix typoGravatar Walter Purcaro 2015-01-181-2/+2
|
* [SimpleHoster] Fix and improve directLink routine (now fileUrl)Gravatar Walter Purcaro 2015-01-181-19/+44
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1045Gravatar Walter Purcaro 2015-01-161-9/+14
|
* [SimpleHoster] Improve error handlingGravatar Walter Purcaro 2015-01-131-17/+9
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1038Gravatar Walter Purcaro 2015-01-131-4/+4
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1039Gravatar Walter Purcaro 2015-01-131-2/+3
|
* [SimpleCrypter] getLinks auto-complete linksGravatar Walter Purcaro 2015-01-131-2/+2
|
* [SimpleHoster] Fix previous commitGravatar Walter Purcaro 2015-01-111-3/+8
|
* [SkipRev] Fix https://github.com/pyload/pyload/issues/1036Gravatar Walter Purcaro 2015-01-111-3/+3
|
* Code improvementsGravatar Walter Purcaro 2015-01-101-2/+2
|
* Improve getInfoGravatar Walter Purcaro 2015-01-101-17/+23
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1022Gravatar Walter Purcaro 2015-01-091-4/+5
|
* Spare fixesGravatar Walter Purcaro 2015-01-091-5/+5
|
* [SimpleHoster] Better checkDownload rulesGravatar Walter Purcaro 2015-01-091-1/+1
|
* "New Year" Update: internal pluginsGravatar Walter Purcaro 2015-01-081-18/+37
|
* [SimpleHoster] Improve checkTrafficLeft routineGravatar Walter Purcaro 2015-01-041-1/+4
|
* [SimpleHoster] Fix _isDirectLinkGravatar Walter Purcaro 2015-01-021-19/+24
|
* Code cosmeticsGravatar Walter Purcaro 2015-01-021-2/+2
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/997Gravatar Walter Purcaro 2015-01-011-39/+7
|
* [SimpleHoster] Fix info stuffGravatar Walter Purcaro 2014-12-311-50/+71
|
* Handle methods get pyfile argument (2)Gravatar Walter Purcaro 2014-12-311-5/+5
|
* [SimpleHoster] Clean lastDownload when download failsGravatar Walter Purcaro 2014-12-311-16/+17
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/983Gravatar Walter Purcaro 2014-12-281-2/+4
|
* [SimpleHoster] ImproveGravatar Walter Purcaro 2014-12-281-5/+2
|
* [SimpleHoster] Improve _isDirectLink + move here secondsToMidnight routine + ↵Gravatar Walter Purcaro 2014-12-271-16/+39
| | | | spare code cosmetics
* [SimpleHoster] getInfo handle direct link errorGravatar Walter Purcaro 2014-12-261-8/+15
|
* [SimpleHoster] ImproveGravatar Walter Purcaro 2014-12-261-3/+7
|
* [SimpleHoster] Code cosmeticsGravatar Walter Purcaro 2014-12-231-5/+4
|
* [SimpleHoster] UpdateGravatar Walter Purcaro 2014-12-231-44/+37
|
* [SimpleHoster] Improve multi-hoster featureGravatar Walter Purcaro 2014-12-231-19/+19
|
* [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2014-12-201-2/+7
|
* Update checkFile routine in some hoster pluginsGravatar Walter Purcaro 2014-12-181-4/+16
|
* Extend SimpleHoster in multi-hoster plugins (3)Gravatar Walter Purcaro 2014-12-171-1/+1
|
* [SimpleHoster] Fix filesize recognitionGravatar Walter Purcaro 2014-12-171-6/+5
|
* [SimpleHoster] Improve and fixGravatar Walter Purcaro 2014-12-161-24/+34
|
* Merge branch 'pr/n959_philou75' into stableGravatar Walter Purcaro 2014-12-161-3/+3
|\ | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py
| * Make the waiting time work again on OneFichier.comGravatar philou75 2014-12-121-2/+2
| |
* | [SimpleHoster] Remove CONTENT_DISPOSITION + Rename parseInfo to parseInfosGravatar Walter Purcaro 2014-12-121-6/+5
| |
* | [SimpleHoster] Fix multihostGravatar Walter Purcaro 2014-12-061-6/+11
|/
* Code cosmetics about checkErrorsGravatar Walter Purcaro 2014-12-051-2/+2
|
* Fix https://github.com/pyload/pyload/issues/943Gravatar Walter Purcaro 2014-12-031-2/+2
|
* [SimpleHoster] Force _isDirectLink to old styleGravatar Walter Purcaro 2014-12-021-0/+2
|
* FixesGravatar Walter Purcaro 2014-12-011-2/+2
|
* [SimpleHoster] Fix some stuff, improve othersGravatar Walter Purcaro 2014-12-011-40/+83
|
* [SimpleHoster] Unquote file nameGravatar Walter Purcaro 2014-12-011-2/+3
|
* [SimpleHoster] Fix _getDirectLink (3)Gravatar Walter Purcaro 2014-11-291-7/+12
|
* [SimpleHoster] Fix _getDirectLink (2)Gravatar Walter Purcaro 2014-11-291-2/+2
|
* [SimpleHoster] Fix _getDirectLinkGravatar Walter Purcaro 2014-11-291-2/+2
|
* [SimpleHoster] Improve getInfo routineGravatar Walter Purcaro 2014-11-281-4/+10
|
* [SimpleHoster] Fix deprecated method getFileInfoGravatar Walter Purcaro 2014-11-281-4/+5
|
* [XFSHoster] Code improvementsGravatar Walter Purcaro 2014-11-241-1/+2
|
* [SimpleHoster] Fix _getDirectLink routineGravatar Walter Purcaro 2014-11-231-19/+18
|
* Fixes about create_getInfoGravatar Walter Purcaro 2014-11-231-2/+3
|
* [SimpleHoster] Fix statusMap generator for python 2.5Gravatar Walter Purcaro 2014-11-221-2/+2
|
* [SimpleHoster] FixupGravatar Walter Purcaro 2014-11-221-6/+11
|
* [SimpleHoster] Multi-hoster and error handling support + fixes (thx MaPePeR)Gravatar Walter Purcaro 2014-11-221-17/+78
|
* [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2014-11-211-1/+1
|
* [SimpleHoster] Code cosmeticsGravatar Walter Purcaro 2014-11-211-15/+24
|
* [SimpleCrypter][SimpleHoster] Fix info attr initGravatar Walter Purcaro 2014-11-211-5/+3
|
* [SimpleHoster] CONTENT_DISPOSITION featureGravatar Walter Purcaro 2014-11-211-5/+6
|
* [SimpleHoster] UpdatedGravatar Walter Purcaro 2014-11-211-153/+166
|
* [SimpleHoster][OneFichierCom] Fix issue #836 ('status': 3)Gravatar Thierry Merle 2014-11-151-6/+5
|
* [SimpleCrypter][SimpleHoster] Temp workaroundGravatar Walter Purcaro 2014-11-141-6/+3
|