summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/OneFichierCom.py
Commit message (Collapse)AuthorAgeFilesLines
* Temp fixup to `filename*=UTF-8` bugGravatar Walter Purcaro 2015-03-311-13/+1
|
* OneFichier premium: remove double quote at the end of the filenameGravatar Ludovic Lehmann 2015-03-301-2/+2
|
* [GoogledriveCom] Fix handleDirectGravatar Walter Purcaro 2015-03-301-1/+1
|
* Fix indentation problem in OneFichierCom.pyGravatar ludoviclehmann 2015-03-291-1/+1
|
* fix OneFichierCom premium issue : global name 'link' is not definedGravatar Ludovic Lehmann 2015-03-291-3/+4
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-281-15/+10
|
* Fix issue #1042Gravatar ludoviclehmann 2015-03-271-1/+17
| | | https://github.com/pyload/pyload/issues/1042
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-251-0/+1
|
* [OneFichierCom] Fix https://github.com/pyload/pyload/issues/1255Gravatar Walter Purcaro 2015-03-171-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-091-2/+3
|
* [OneFichierCom] Fix handlePremiumGravatar Walter Purcaro 2015-01-181-2/+2
|
* Spare fixesGravatar Walter Purcaro 2015-01-091-0/+60
|
* "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-091-60/+0
|
* Merge branch 'pr/n959_philou75' into stableGravatar Walter Purcaro 2014-12-161-15/+4
|\ | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py
| * Make the waiting time work again on OneFichier.comGravatar philou75 2014-12-121-9/+2
| |
* | Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-071-1/+1
|/
* Update some pluginsGravatar Walter Purcaro 2014-12-011-2/+2
|
* [SimpleHoster][OneFichierCom] Fix issue #836 ('status': 3)Gravatar Thierry Merle 2014-11-151-2/+2
|
* [Plugin] Update and bugfixGravatar Walter Purcaro 2014-11-091-4/+2
|
* Revert ↵Gravatar Walter Purcaro 2014-11-091-3/+2
| | | | https://github.com/pyload/pyload/commit/7a09515ed34a5f5247c10d666ad8b60a5bd4f867
* [OneFichierCom] Temp bugfixGravatar Walter Purcaro 2014-11-081-1/+3
|
* [OneFichierCom] Tryout to fix waiting errorGravatar Walter Purcaro 2014-11-071-13/+13
|
* [OneFichierCom] Don't use reconnnectGravatar Walter Purcaro 2014-11-071-2/+2
|
* [OneFichierCom] Update hoster __pattern__Gravatar Walter Purcaro 2014-11-041-2/+2
|
* [OneFichierCom] FixedGravatar Walter Purcaro 2014-11-041-24/+10
|
* [OneFichier] Plugin updateGravatar Thierry Merle 2014-11-031-6/+6
|
* Update all other pluginsGravatar Walter Purcaro 2014-11-021-3/+3
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-9/+9
|
* Update plugins to last changesGravatar Walter Purcaro 2014-10-281-1/+1
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-261-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-221-1/+0
|
* Update hosters to self.errorGravatar Walter Purcaro 2014-10-191-3/+3
|
* Improve unit detection in size patternGravatar Walter Purcaro 2014-10-141-1/+1
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-3/+6
| | | | Whitespaces and EOF fixup
* [OneFichierCom] Fix waiting againGravatar Walter Purcaro 2014-10-021-3/+3
|
* [OneFichierCom] Fix typoGravatar Walter Purcaro 2014-10-011-7/+7
|
* [OneFichierCom] Bump version numberGravatar Walter Purcaro 2014-10-011-3/+2
|
* [OneFichierCom] Fixed wait pattern + code optimizationsGravatar Walter Purcaro 2014-10-011-31/+25
|
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-271-1/+1
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-5/+8
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-201-2/+2
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-0/+1
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-101-2/+2
| | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
* [SimpleHoster] Better inline docs + changed "FILE_OFFLINE_PATTERN" to ↵Gravatar Walter Purcaro 2014-07-051-1/+1
| | | | "OFFLINE_PATTERN"
* 1Fichier: premium supportGravatar Elrick69 2014-04-301-3/+18
| | | | Merges #594 and #595
* 1Fichier: fixed #592Gravatar Stefano 2014-04-281-31/+23
| | | | Code improved to use SimpleHoster features.
* Fixed some PEP8 violationsGravatar Stefano 2014-04-181-4/+4
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@9117005
* Use wait to set time in SimpleHoster pluginsGravatar Walter Purcaro 2014-04-111-2/+1
| | | | Merges vuolter/pyload@bb002ac
* Fix EOFGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@00052b2
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* 1fichier: fixed #553Gravatar Thierry Merle 2014-03-231-14/+21
| | | | Merges #556
* OneFichier: Fixed #536Gravatar Thierry Merle 2014-03-191-6/+15
| | | | Merges #541
* OneFichierCom: enable download resume with free account tooGravatar Walter Purcaro 2013-10-011-1/+4
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-19/+22
|
* OneFichierCom: version increasedGravatar Stefano 2013-04-191-1/+1
| | | after adc259b69f1b283c92cfcb759fffc05d777a309a
* Update OneFichierCom.pyGravatar philou75 2013-04-081-1/+1
| | | Waiting pattern correction following hoster modification
* OneFichierCom: version number increasedGravatar Stefano 2013-03-301-1/+1
|
* Two plugins updated to avoid errors in 0.5Gravatar Stefano 2013-03-301-2/+1
|
* Incremented version & added author.Gravatar imclem 2013-03-101-3/+4
|
* Fixed OneFichierCom.py from userplugins.Gravatar imclem 2013-03-101-2/+1
| | | | | | | OneFichierCom.py from userplugins in home directory was failing at downloading multiple files. When the first file was downloaded the plugin was'nt handling the waiting time. This was due tu the fact that the sentence in the web page saying to wait has changed. I just modified the sentence to make the plugin wait correctly before or between each download.
* update turbobit, 1fichier - closed #679, maybe #665Gravatar zoidberg10 2012-09-081-6/+7
|
* update 1fichierGravatar zoidberg10 2012-08-251-26/+21
|
* Fixed Onefichier, closed 664Gravatar godofdream 2012-08-231-3/+3
|
* fix zippyshare, 1fichier, uloz.to live, add some hosterGravatar zoidberg10 2012-02-061-3/+3
|
* linkdecrypter api (thx flowlee), fix uloz.to, 1fichier - closed #493, #494, #496Gravatar zoidberg10 2012-01-121-104/+26
|
* Use new logging functionsGravatar fragonib 2011-06-051-7/+6
|
* Serveral Plugins: Clean upGravatar fragonib 2011-05-301-1/+1
|
* Several Crypters and Hosters fixes, improvements, python2.5 issues...Gravatar fragonib 2011-05-151-49/+107
|
* Clean upGravatar fragonib 2011-04-211-1/+1
|
* Little fixesGravatar fragonib 2010-12-061-11/+6
|
* OneFichierCom hoster plugin regex bug fixesGravatar fragonib 2010-10-191-21/+17
|
* fixed proxy support, downloadCheck functionGravatar RaNaN 2010-09-301-2/+1
|
* NEW: 1fichier.com hoster plugin, not info API support yet.Gravatar fragonib 2010-09-281-0/+94