diff --git a/ChangeLog b/ChangeLog index 421cf6ba371c5f7d9d06b6c4cfae140991cff8b3..d7f24a6868536c78616a06da02518539f463fcc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,379 @@ +Weboob 1.5 (2019-02-27) + + General + * License change of the core from AGPLv3 to LGPLv3. + * New humanis module (CapBank, CapBankPockets, CapBankWealth) + * New nef module (CapBank, CapBankTransfer) + * New netfinca module () + * New sogecartenet module (CapBank) + * New themisbanque module (CapBank, CapProfile) + + General: Core + * convert lists to displayable ones + * rewrite to not require module_name useless parameter + * use docstrings for fields + * short explanatory paragraph on the class role + * small fix + * fail if "Account.number" is NotLoaded + * add assertNotEmpty method + * Fix condition for Python version and pyuic + * BrowserRedirect's __str__ should display url + * add parent logger param when instanciating a module + * getLogger creates children for LoggerAdapter too + * Include build.mk in distribution + + Applications: boobank + * Typo. + + Applications: boomoney + * MEMO now contains the raw information, for a better clarity + * Made -A option to work and select the specified account only + * Made slight changes so that debug in VSCode is possible + * Setting Account type to CHECKING temporarily instead of permanently, to avoid side effect e.g. in societegenerale where history was listing the parent account + * Handling unicode for python 3 compatibility + + Browser + * More documentation on login management + * Documentation for HTMLForm.submit parameters + * follow RFC 7636 on code_challenge generation + * pass code_challenge_method param + * log current auth step + + Browser: Filters + * add new filter ReplaceEntities + + Capabilities + * Added Profile and Person attributes + * Added account owner type 'ASSO' (association) + * add Recipient.__repr__ + * rename diff_percent and keep a compat alias + * Added field owner_type on Account + + Documentation + * need_login calls do_login, not do_logout + * Add imports in examples from module.rst + * remove trailing parentheses in ItemElement example + + Modules: afer + * handle new action needed message + + Modules: amazon + * manage otp + * fix locate_browser + * fix download_document + + Modules: americanexpress + * Add no account url + * Fix missing transactions + + Modules: amundi + * Rename iter_investments => iter_investment + + Modules: anticaptcha + * handle funcaptcha + + Modules: barclays + * Ignore history for twin accounts that are not in Euros + * Corrected iter_accounts to fetch IBANs + * Add loan and revolving credit + * Use filter ReplaceEntities in common filter + * Raise ActionNeeded for questionnaire on the website + + Modules: bibliothequesparis + * items are present twice when late + + Modules: billetreduc + * base url changed + support accented months + + Modules: binck + * Skip new questions page + * Handle ActionNeeded for password changing + + Modules: bnporc + * id recipient can change, don't check the full recipient id + * Retrieve also pending recipients + * avoid recipient with same iban + * Handle 'No porftolio to display' message + + Modules: bnppere + * Handled french and american amounts + * Added iter_pockets to avoid S2E crash when testing + * Implemented code to avoid account ID duplicates + + Modules: bolden + * Diff and Doc attributes may be NotAvailable for investments + * fix liquidities as label changed + * fix account valuation diff + + Modules: boursorama + * handle transfer main page to iter recipient + * Corrected coming summary filtering + * Corrected liquidities and investments + * Corrected issues with immediate card transactions + * Do not scrape deferred card summaries when not fixed yet + * Added "Retrait dab" as Transaction.TYPE_WITHDRAWAL + + Modules: bouygues + * fix #203: sms url got updates + + Modules: bp + * Handle new history url case + * Get Savings IBAN + * handle website unavailable message for pro accounts + * Fix transfer without iban + * Fix coming url for "Compte attente" + * fix differed cards url + * Fix revolving credit navigation + * Fix url for iban and coming + * Correct get RIB parameter + + Modules: caissedepargne + * NotImplementedError for transfer with SMS + * Check transfer functionality in pro space + * Adde "is_error" to CreditCooperatifMarketPage + * Included Capitalisation contracts in iter_investments + * Corrected type and balance xpath for LI and Capitalisation + * Fix regression + * Fix datepourie + * fix loans + * Handle "Récapitulatif de frais bancaires" document + * update main form + * Some user have a market account but they have no access to linebourse + * Fix cnet when card have not coming transaction + * Handle error when error don't have any title + * Added BrowserUnavailable when the redirection offrebourse is in error + + Modules: cmb + * inherit CapBankTransfer like parent cmso + + Modules: cmes + * Skip user form + * handle new login url and custom page + * handle new login url + * Corrected investments and pockets for CCB supports + + Modules: cmmc + * inherit CapBankTransfer like parent cmso + + Modules: cmso + * Allows inexistant json transfer keys + * check if account can do transfer or not + * fix internal transfer + * skip duplicate recipients + * add new feature: transfer + * add new feature iter recipient + + Modules: cragr + * fix iter recipient + * Avoid crash when redirection to Predica for old website + * avoid duplicate iban + * add iter recipient and transfer to api website + * Set vdate to date for Savings accounts transactions + * Typed "Escompte commercial" as Loan + * Added missing balance for revolving credits + * Typed PRET CEL as Loans + * Remove assert on account balances + * Use go_to_account_space() instead of self.contract_page.go() + * Included "/agriculteur" in the list of URLs + * Use go_to_account_space() for get_profile and advisor + * Specified landing URL in the error message if login failed + * Remove assert False since all error message are handled + * Limit to 11 digits when posting username + * Added other wrongpass message + * Added "entreprise" to all concerned URL() + * Corrected error message during security check + * Add regexp to login to prevent server errors + * Handle ActionNeeded when first online connection + * Added information about account categories & skipped assurances + * Skip account typing warning for "assurances" + * Ignore "assurance" when getting account balances + * Implemented get_profile and iter_advisor for new API website + * Corrected login errors and factorized security check + * Implement iter_investments() for new API website + * Changed the behavior of logged-out page + * Remove all_accounts from cache and corrected unique cards + * Replaced OrderedDict with dict and typed transactions + * Implemented history, coming and summaries for Cards + * Replaced tabs with spaces in params dictionary + * Implemented iter_history and coming for accounts + * Corrected duplicate Loan IDs and iter_cards + * Implemented navigation for new Cragr website + * Fix crash due to missing balance + * 'warn' exists for Logger, not LoggerAdapter + * date_guesser modified + + Modules: creditdunord + * Corrected bugs for account.balance and LI investments + * Fix loan url + * Fix iter account + * Skip iban return for cards + * Fix get_label + * Fetch ISIN codes and portfolio shares for Life Insurance investments + * fix iter_coming + * Json key change + * Fix missing space + * Prevent transaction original_currency to be set if it's the same that the account + + Modules: creditmutuel + * Handle terms and condtions page + * Add banqueprive in new_website + * Skip document without account identity + * fix life insurance invest table + * Fix original amount + * Delete the warning logger in case of IndexError + * Fix cards list + * fix old history card navigation + * fix several companies navigation for pro cards + + Modules: delubac + * become abstract from themisbanque connector + + Modules: edf + * fix iter_documents + * - par - fix login by correctly handling captcha + * fix download document + + Modules: entreparticuliers + * add missing fill_housing method + + Modules: explorimmo + * fix advert url + + Modules: fortuneo + * Change transaction.label content + * Avoid fake ActionNeeded + + Modules: hsbc + * Skip card in opposition + + Modules: ing + * ingdirect is now also ing on bourse website + * fill_account is not mandatory, skip it if website bugs + * this method also get balance of market accounts on bourse website + * cosmetic change + * optimize download_document + * change bill type to statement + * remove bad logging + * Fix bourse url + * ing domain changed from ingdirect.fr to ing.fr + + Modules: lcl + * Corrected profile.email when email is absent + * Account type for PEA + * Added account_owner_type to account + * Fix transfer error when no label given + * CapDocument implementation in espace e.lcl and pro + * Password truncated to 6 characters + + Modules: leboncoin + * fix module: website got updated + + Modules: logicimmo + * fix #211 retrieve the good url + + Modules: materielnet + * fix wrongpass detection by changing xpath + + Modules: myedenred + * Add raw label to transactions. + + Modules: n26 + * Add transaction type + + Modules: nalo + * accounts list url changed + + Modules: nef + * Add recipients + * Add transactions + * Initial version, supports listing accounts + + Modules: netfinca + * fix version number to 1.5 + * Correct problems with liquidities and inv codes + * fix iter_inv using col span + * Module creation + + Modules: oney + * Fix positive balance for credit card account. + + Modules: pap + * fix modules: website got updated + + Modules: pradoepargne + * Make module completely inherit from Humanis + * fix login + + Modules: societegenerale + * retrieve accounts from old website + * get balance instead of incoming balance + * avoid retrieve subscription without id + * add life insurance account type + * reorganize retrieve document code + * get first available transfer date with day first + * find recipient by id before iban to do transfer + * handle website unavailable message + * email is now on HTMLProfilePage + * avoid not invest raw in invest table + * raise NoAccountsException when there is no account message + * add 'CREDIT_CONFIANCE' as TYPE_REVOLVING_CREDIT + * update and reorganize new recipient code + * raise ActionNeeded where access to website is suspended + * add new account type + * update item condition in iter transaction + * add xpath error message in profile + * update error message to retrieve documents + * update service unavailable url page + * raise browserunavailable for users who can't access SG website + * do not stop iter account when transfer page is not available + * handle revolving credit as loan object + * add account type + * fix transfer + * add new TYPE_PERP account type + * handle loan history error message + * add TYPE_CONSUMER_CREDIT account type + * avoid transaction with null id in card transaction + * update all code and use Browser2 + * some user can't access transfer page to get ibans + * fix iter_subscription + * Skip recipient without IBAN + * update login and iter account + * change transfer exec_date for the first available transfer date + * update the last visited url in add recipient + * handle website unavailable on transfer page + * handle website unavailable on invest page + * update is_here condition for AddRecipientPage + + Modules: vlille + * url changed transpole is now known as ilevia + + Tools + * Use __all__ if possible + * Fix crash when template contains unicode characters + * Boilerplate refactoring for extended usage + * reset manual ports + + Applications: weboobdebug + Browser + * Add a helper method to generate TableElement code + + Browser + Documentation + * attempt to avoid misusing LoggedPage + + Browser + General: Core + * Update Firefox ESR, fix headers to be exactly the same + + Capabilities + General: Core + * Manage funcaptcha + + Modules: cices + Modules: cmes + * Re-order arguments in the browser instanciation + + Weboob 1.4 (2019-01-06) General diff --git a/man/boobank.1 b/man/boobank.1 index 033883fbc7a946b29870fd600b0c01a2c132d81d..19645bb7e50d0ad66ee3137b7f44bca6e9ea4c1e 100644 --- a/man/boobank.1 +++ b/man/boobank.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBANK 1 "06 January 2019" "boobank 1\&.4" +.TH BOOBANK 1 "27 February 2019" "boobank 1\&.5" .SH NAME boobank \- manage bank accounts .SH SYNOPSIS @@ -106,6 +106,8 @@ Console application allowing to list your bank accounts and get their balance, d .br * hsbc (HSBC France) .br +* humanis (Humanis Épargne Salariale) +.br * ing (ING Direct) .br * kiwibank (Kiwibank) @@ -120,6 +122,8 @@ Console application allowing to list your bank accounts and get their balance, d .br * nalo (Nalo) .br +* nef (La Nef) +.br * oney (Oney) .br * paypal (PayPal) @@ -130,10 +134,14 @@ Console application allowing to list your bank accounts and get their balance, d .br * societegenerale (Société Générale) .br +* sogecartenet (Sogecarte Net) +.br * spirica (Spirica) .br * suravenir (Assurance\-vie Suravenir à travers différents courtiers (assurancevie.com, linxea, ...)) .br +* themisbanque (Themis) +.br * vicseccard (Victoria's Secret Angel Card) .br * wellsfargo (Wells Fargo) diff --git a/man/boobathon.1 b/man/boobathon.1 index 600c51095b8a98a4b69e47902e668bce8587c8c9..3b0401878845ec0d3682b244f02e19a7fb5462f4 100644 --- a/man/boobathon.1 +++ b/man/boobathon.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBATHON 1 "06 January 2019" "boobathon 1\&.4" +.TH BOOBATHON 1 "27 February 2019" "boobathon 1\&.5" .SH NAME boobathon \- participate in a Boobathon .SH SYNOPSIS diff --git a/man/boobcoming.1 b/man/boobcoming.1 index 48d280e62ed68c8e0ecb38ca91eda8a5e4d28d12..5c8181636df57b59cad326a85d9005264ddc8a58 100644 --- a/man/boobcoming.1 +++ b/man/boobcoming.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBCOMING 1 "06 January 2019" "boobcoming 1\&.4" +.TH BOOBCOMING 1 "27 February 2019" "boobcoming 1\&.5" .SH NAME boobcoming \- see upcoming events .SH SYNOPSIS diff --git a/man/boobill.1 b/man/boobill.1 index d292062f901ec7553454a259631c2d7f88d2c8e7..1f599462ee7b4b94caf57d292b0a3f3915948c08 100644 --- a/man/boobill.1 +++ b/man/boobill.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBILL 1 "06 January 2019" "boobill 1\&.4" +.TH BOOBILL 1 "27 February 2019" "boobill 1\&.5" .SH NAME boobill \- get/download documents and bills .SH SYNOPSIS diff --git a/man/booblyrics.1 b/man/booblyrics.1 index bd05df500715767fb69981b0df41a6e4f3599f37..6b569fcb9f17c63bb865ea2adb17734ad37b35e8 100644 --- a/man/booblyrics.1 +++ b/man/booblyrics.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBLYRICS 1 "06 January 2019" "booblyrics 1\&.4" +.TH BOOBLYRICS 1 "27 February 2019" "booblyrics 1\&.5" .SH NAME booblyrics \- search and display song lyrics .SH SYNOPSIS diff --git a/man/boobmsg.1 b/man/boobmsg.1 index d6c4e43f42de1dbd443527bfb13cf9719336ca89..d5a52d2984f818e1e4d5eda3c49164fc801b8276 100644 --- a/man/boobmsg.1 +++ b/man/boobmsg.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBMSG 1 "06 January 2019" "boobmsg 1\&.4" +.TH BOOBMSG 1 "27 February 2019" "boobmsg 1\&.5" .SH NAME boobmsg \- send and receive message threads .SH SYNOPSIS diff --git a/man/boobooks.1 b/man/boobooks.1 index 546a77aa7d6a85153725dac8d037eba751b5469d..b1ff91ced89592015890ac7cb8576185b424c7ed 100644 --- a/man/boobooks.1 +++ b/man/boobooks.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBOOKS 1 "06 January 2019" "boobooks 1\&.4" +.TH BOOBOOKS 1 "27 February 2019" "boobooks 1\&.5" .SH NAME boobooks \- manage rented books .SH SYNOPSIS diff --git a/man/boobsize.1 b/man/boobsize.1 index ad49c1f1410f3e9f41dbcffdf83ddc6ae6a07cd4..dac0cc64f87dd2efddb3bdc56a6323a76034850b 100644 --- a/man/boobsize.1 +++ b/man/boobsize.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBSIZE 1 "06 January 2019" "boobsize 1\&.4" +.TH BOOBSIZE 1 "27 February 2019" "boobsize 1\&.5" .SH NAME boobsize \- display sensors and gauges values .SH SYNOPSIS diff --git a/man/boobtracker.1 b/man/boobtracker.1 index 7ecd5064db6561d14031e30d4353a137b82a5d28..09134ea618f057609b4923b1729f9b78a2c48f9e 100644 --- a/man/boobtracker.1 +++ b/man/boobtracker.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBTRACKER 1 "06 January 2019" "boobtracker 1\&.4" +.TH BOOBTRACKER 1 "27 February 2019" "boobtracker 1\&.5" .SH NAME boobtracker \- manage bug tracking issues .SH SYNOPSIS diff --git a/man/boomoney.1 b/man/boomoney.1 index 364655b82d4e44ee432d2bc8d3873daa8f64b625..7a178e2ab7f7ca076b4ba0977c0ed95e345de06d 100644 --- a/man/boomoney.1 +++ b/man/boomoney.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOMONEY 1 "06 January 2019" "boomoney 1\&.4" +.TH BOOMONEY 1 "27 February 2019" "boomoney 1\&.5" .SH NAME boomoney \- import bank accounts into Microsoft Money .SH SYNOPSIS @@ -106,6 +106,8 @@ Console application that imports bank accounts into Microsoft Money .br * hsbc (HSBC France) .br +* humanis (Humanis Épargne Salariale) +.br * ing (ING Direct) .br * kiwibank (Kiwibank) @@ -120,6 +122,8 @@ Console application that imports bank accounts into Microsoft Money .br * nalo (Nalo) .br +* nef (La Nef) +.br * oney (Oney) .br * paypal (PayPal) @@ -130,10 +134,14 @@ Console application that imports bank accounts into Microsoft Money .br * societegenerale (Société Générale) .br +* sogecartenet (Sogecarte Net) +.br * spirica (Spirica) .br * suravenir (Assurance\-vie Suravenir à travers différents courtiers (assurancevie.com, linxea, ...)) .br +* themisbanque (Themis) +.br * vicseccard (Victoria's Secret Angel Card) .br * wellsfargo (Wells Fargo) diff --git a/man/cineoob.1 b/man/cineoob.1 index fb7705d8693f15ed32649965e66e280a42f5cc8e..346a348c2f1d239f8ab6ba0a45685cce86faaa7b 100644 --- a/man/cineoob.1 +++ b/man/cineoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH CINEOOB 1 "06 January 2019" "cineoob 1\&.4" +.TH CINEOOB 1 "27 February 2019" "cineoob 1\&.5" .SH NAME cineoob \- search movies and persons around cinema .SH SYNOPSIS diff --git a/man/comparoob.1 b/man/comparoob.1 index 8e4e25703daf456dfc180460912d7b9ef5f57ce3..65f7c403429691f816179a6e4b5b8d59fd8a05da 100644 --- a/man/comparoob.1 +++ b/man/comparoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH COMPAROOB 1 "06 January 2019" "comparoob 1\&.4" +.TH COMPAROOB 1 "27 February 2019" "comparoob 1\&.5" .SH NAME comparoob \- compare products .SH SYNOPSIS diff --git a/man/cookboob.1 b/man/cookboob.1 index 13af9be49172ed4d82bad63f75a2e777371d4848..1cfc31eda6a147d67744716d5a487cc410d7c277 100644 --- a/man/cookboob.1 +++ b/man/cookboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH COOKBOOB 1 "06 January 2019" "cookboob 1\&.4" +.TH COOKBOOB 1 "27 February 2019" "cookboob 1\&.5" .SH NAME cookboob \- search and consult recipes .SH SYNOPSIS diff --git a/man/flatboob.1 b/man/flatboob.1 index bd3593effeeb78c2c4e5a9300eb247e77710d0bf..044f9018c737b87720089ac4aad7f7f29793eb89 100644 --- a/man/flatboob.1 +++ b/man/flatboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH FLATBOOB 1 "06 January 2019" "flatboob 1\&.4" +.TH FLATBOOB 1 "27 February 2019" "flatboob 1\&.5" .SH NAME flatboob \- search for housing .SH SYNOPSIS diff --git a/man/galleroob.1 b/man/galleroob.1 index 9a2406e464b0ad2b6da9678c2d7d2fc1bb17a047..4d9b631da6194aa39c42e2b1bd709fc96fac3ac0 100644 --- a/man/galleroob.1 +++ b/man/galleroob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH GALLEROOB 1 "06 January 2019" "galleroob 1\&.4" +.TH GALLEROOB 1 "27 February 2019" "galleroob 1\&.5" .SH NAME galleroob \- browse and download web image galleries .SH SYNOPSIS diff --git a/man/geolooc.1 b/man/geolooc.1 index acbdb4a9122e75cd703c1b2599d9a4f95cb5a638..a842a755cdfa6c6a8ead7f7ff4c7d1d886aa47ee 100644 --- a/man/geolooc.1 +++ b/man/geolooc.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH GEOLOOC 1 "06 January 2019" "geolooc 1\&.4" +.TH GEOLOOC 1 "27 February 2019" "geolooc 1\&.5" .SH NAME geolooc \- geolocalize IP addresses .SH SYNOPSIS diff --git a/man/handjoob.1 b/man/handjoob.1 index 39569fbf400c2636e947d78ca519ada8b276f1dc..b35b87c9dc39991aad1616ac34bb98f8132c8491 100644 --- a/man/handjoob.1 +++ b/man/handjoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH HANDJOOB 1 "06 January 2019" "handjoob 1\&.4" +.TH HANDJOOB 1 "27 February 2019" "handjoob 1\&.5" .SH NAME handjoob \- search for a job .SH SYNOPSIS diff --git a/man/havedate.1 b/man/havedate.1 index 424825fbb551064b2f64da6ec3b7d11b08938be2..63356a6efb17e7f3d724ae5c29573808d2666672 100644 --- a/man/havedate.1 +++ b/man/havedate.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH HAVEDATE 1 "06 January 2019" "havedate 1\&.4" +.TH HAVEDATE 1 "27 February 2019" "havedate 1\&.5" .SH NAME havedate \- interact with dating websites .SH SYNOPSIS diff --git a/man/monboob.1 b/man/monboob.1 index 3789d39c8190dd63a8bf1709f3b08016c12b274d..c5714678a8b16d2dec860120685ac92a7769581a 100644 --- a/man/monboob.1 +++ b/man/monboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH MONBOOB 1 "06 January 2019" "monboob 1\&.4" +.TH MONBOOB 1 "27 February 2019" "monboob 1\&.5" .SH NAME monboob \- daemon to send and check messages .SH SYNOPSIS diff --git a/man/parceloob.1 b/man/parceloob.1 index ab7a781a1adcf104fe0dfa72828193a5836cd9ed..abc10550cb2e17fc10d1cf85fc4d18995909b09b 100644 --- a/man/parceloob.1 +++ b/man/parceloob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH PARCELOOB 1 "06 January 2019" "parceloob 1\&.4" +.TH PARCELOOB 1 "27 February 2019" "parceloob 1\&.5" .SH NAME parceloob \- manage your parcels .SH SYNOPSIS diff --git a/man/pastoob.1 b/man/pastoob.1 index 1e50e90ef50fa8abbb05dced5be5918177d723ed..129c58eac9ba91f37305c01f4d06f2b55d45356a 100644 --- a/man/pastoob.1 +++ b/man/pastoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH PASTOOB 1 "06 January 2019" "pastoob 1\&.4" +.TH PASTOOB 1 "27 February 2019" "pastoob 1\&.5" .SH NAME pastoob \- post and get pastes from pastebins .SH SYNOPSIS diff --git a/man/qbooblyrics.1 b/man/qbooblyrics.1 index 1d4153c8a829450d010353d510b2ed4163f9beb8..df6b58a54e2f0d1c70a65102650dcd70874818a7 100644 --- a/man/qbooblyrics.1 +++ b/man/qbooblyrics.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QBOOBLYRICS 1 "06 January 2019" "qbooblyrics 1\&.4" +.TH QBOOBLYRICS 1 "27 February 2019" "qbooblyrics 1\&.5" .SH NAME qbooblyrics \- search lyrics .SH SYNOPSIS diff --git a/man/qboobmsg.1 b/man/qboobmsg.1 index 9f3259cdc415a0017ea0ebca40c1013940fae8d6..61dd6a7349910dd55ea80a210b96611ef72db917 100644 --- a/man/qboobmsg.1 +++ b/man/qboobmsg.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QBOOBMSG 1 "06 January 2019" "qboobmsg 1\&.4" +.TH QBOOBMSG 1 "27 February 2019" "qboobmsg 1\&.5" .SH NAME qboobmsg \- send and receive message threads .SH SYNOPSIS diff --git a/man/qboobtracker.1 b/man/qboobtracker.1 index 21553bfe09156d3e7a2abd721e8e5bf28a4208d6..ba88b253823f13676202063773c007ca79834631 100644 --- a/man/qboobtracker.1 +++ b/man/qboobtracker.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QBOOBTRACKER 1 "06 January 2019" "qboobtracker 1\&.4" +.TH QBOOBTRACKER 1 "27 February 2019" "qboobtracker 1\&.5" .SH NAME qboobtracker \- search for bugs/tasks .SH SYNOPSIS diff --git a/man/qcineoob.1 b/man/qcineoob.1 index 23de0f18d9741dfb1778f3692f1fbb864b1b1732..641d21dc28a6016f5dcfd0c4c5b4a5d8bc8c2799 100644 --- a/man/qcineoob.1 +++ b/man/qcineoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QCINEOOB 1 "06 January 2019" "qcineoob 1\&.4" +.TH QCINEOOB 1 "27 February 2019" "qcineoob 1\&.5" .SH NAME qcineoob \- search movies, people, torrent and subtitles .SH SYNOPSIS diff --git a/man/qcookboob.1 b/man/qcookboob.1 index b2170e64f1f36107ad0c6a4f7ce302a0d0ab6313..94cb5b9ec16abf627ca30e50e50fc51d66251004 100644 --- a/man/qcookboob.1 +++ b/man/qcookboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QCOOKBOOB 1 "06 January 2019" "qcookboob 1\&.4" +.TH QCOOKBOOB 1 "27 February 2019" "qcookboob 1\&.5" .SH NAME qcookboob \- search recipes .SH SYNOPSIS diff --git a/man/qflatboob.1 b/man/qflatboob.1 index 60da11b5451fe2404ac1d0f60317589ddb347ea3..b7c156afe71ff045c8d223de672a2ad8f4c81521 100644 --- a/man/qflatboob.1 +++ b/man/qflatboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QFLATBOOB 1 "06 January 2019" "qflatboob 1\&.4" +.TH QFLATBOOB 1 "27 February 2019" "qflatboob 1\&.5" .SH NAME qflatboob \- search for housing .SH SYNOPSIS diff --git a/man/qgalleroob.1 b/man/qgalleroob.1 index c63de85ba1e444ed3c74798a598f7a1a7f9329e3..e3fb4be3664b79624ce2ba0fc8b242f3c60758ad 100644 --- a/man/qgalleroob.1 +++ b/man/qgalleroob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QGALLEROOB 1 "06 January 2019" "qgalleroob 1\&.4" +.TH QGALLEROOB 1 "27 February 2019" "qgalleroob 1\&.5" .SH NAME qgalleroob \- search for images .SH SYNOPSIS diff --git a/man/qhandjoob.1 b/man/qhandjoob.1 index 0bca8a14f34468e2aa10fc22441d45adf0413809..0028f5f67ffea9d46bd7ebecb4a3cf877266de85 100644 --- a/man/qhandjoob.1 +++ b/man/qhandjoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QHANDJOOB 1 "06 January 2019" "qhandjoob 1\&.4" +.TH QHANDJOOB 1 "27 February 2019" "qhandjoob 1\&.5" .SH NAME qhandjoob \- search for job .SH SYNOPSIS diff --git a/man/qhavedate.1 b/man/qhavedate.1 index df2c0e3c91bb94e26922e6df9bfbd208a93d26eb..dd98b3d39099ba12a3026fefbca72951c8854ad6 100644 --- a/man/qhavedate.1 +++ b/man/qhavedate.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QHAVEDATE 1 "06 January 2019" "qhavedate 1\&.4" +.TH QHAVEDATE 1 "27 February 2019" "qhavedate 1\&.5" .SH NAME qhavedate \- interact with dating websites .SH SYNOPSIS diff --git a/man/qvideoob.1 b/man/qvideoob.1 index 20d77f516454b619ea36dd6db9cfa04a12136c60..da40a6ef4977aa1174284e26d4fcfa5bc0e30b8e 100644 --- a/man/qvideoob.1 +++ b/man/qvideoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QVIDEOOB 1 "06 January 2019" "qvideoob 1\&.4" +.TH QVIDEOOB 1 "27 February 2019" "qvideoob 1\&.5" .SH NAME qvideoob \- search and play videos .SH SYNOPSIS diff --git a/man/qwebcontentedit.1 b/man/qwebcontentedit.1 index 9027be7af43c1b2ff97e5cf88fc86891d88e8d59..06b8cf908f0b3d9f46b8e0604e97df1b602b7500 100644 --- a/man/qwebcontentedit.1 +++ b/man/qwebcontentedit.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH QWEBCONTENTEDIT 1 "06 January 2019" "qwebcontentedit 1\&.4" +.TH QWEBCONTENTEDIT 1 "27 February 2019" "qwebcontentedit 1\&.5" .SH NAME qwebcontentedit \- manage websites content .SH SYNOPSIS diff --git a/man/radioob.1 b/man/radioob.1 index a3ebaf65e8ef66f6b0acb1220bacd20fecbb1fc0..22f940fb4311cf24c17c96037284249f91f11a5b 100644 --- a/man/radioob.1 +++ b/man/radioob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH RADIOOB 1 "06 January 2019" "radioob 1\&.4" +.TH RADIOOB 1 "27 February 2019" "radioob 1\&.5" .SH NAME radioob \- search, show or listen to radio stations .SH SYNOPSIS diff --git a/man/shopoob.1 b/man/shopoob.1 index 4f7a889c3124543d8237b4fc2c8758e866a0aa48..f94266edc90cbad332421b1279427ab97d3be59f 100644 --- a/man/shopoob.1 +++ b/man/shopoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH SHOPOOB 1 "06 January 2019" "shopoob 1\&.4" +.TH SHOPOOB 1 "27 February 2019" "shopoob 1\&.5" .SH NAME shopoob \- Obtain details and status of e-commerce orders .SH SYNOPSIS diff --git a/man/suboob.1 b/man/suboob.1 index a857ddfed1b47f75a40817ff2c3bdab95838f510..c902d70361808f170609747808b44b3b9ef25f8c 100644 --- a/man/suboob.1 +++ b/man/suboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH SUBOOB 1 "06 January 2019" "suboob 1\&.4" +.TH SUBOOB 1 "27 February 2019" "suboob 1\&.5" .SH NAME suboob \- search and download subtitles .SH SYNOPSIS diff --git a/man/translaboob.1 b/man/translaboob.1 index c0ebc24d221d86200705c90ca239035564c0a735..b8f3ea697a41cac47166e1743353d2e7a8195bdf 100644 --- a/man/translaboob.1 +++ b/man/translaboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH TRANSLABOOB 1 "06 January 2019" "translaboob 1\&.4" +.TH TRANSLABOOB 1 "27 February 2019" "translaboob 1\&.5" .SH NAME translaboob \- translate text from one language to another .SH SYNOPSIS diff --git a/man/traveloob.1 b/man/traveloob.1 index 14a7135ec0f489731b5048486cdad39cfaee39e0..11a67b94ba8b01fff866d88c4a0899aec87526e7 100644 --- a/man/traveloob.1 +++ b/man/traveloob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH TRAVELOOB 1 "06 January 2019" "traveloob 1\&.4" +.TH TRAVELOOB 1 "27 February 2019" "traveloob 1\&.5" .SH NAME traveloob \- search for train stations and departures .SH SYNOPSIS diff --git a/man/videoob.1 b/man/videoob.1 index 228f1b4c7b2debae9783b9b2914df79d21bc12ba..49bbfeb9549a1763ccfe7796e415309bd2965529 100644 --- a/man/videoob.1 +++ b/man/videoob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH VIDEOOB 1 "06 January 2019" "videoob 1\&.4" +.TH VIDEOOB 1 "27 February 2019" "videoob 1\&.5" .SH NAME videoob \- search and play videos .SH SYNOPSIS diff --git a/man/webcontentedit.1 b/man/webcontentedit.1 index 5f1d3c99a5dca93ac655dd247bc4e3ae6c5a98c6..ec028b8283c81fe5a12c554c0c1a800c7258f3fb 100644 --- a/man/webcontentedit.1 +++ b/man/webcontentedit.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBCONTENTEDIT 1 "06 January 2019" "webcontentedit 1\&.4" +.TH WEBCONTENTEDIT 1 "27 February 2019" "webcontentedit 1\&.5" .SH NAME webcontentedit \- manage websites content .SH SYNOPSIS diff --git a/man/weboob-cli.1 b/man/weboob-cli.1 index ca649927443a091d0c532cb9c5b96c8251873be0..d0a20961134390124c66fae628d39dbbef0ea566 100644 --- a/man/weboob-cli.1 +++ b/man/weboob-cli.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CLI 1 "06 January 2019" "weboob-cli 1\&.4" +.TH WEBOOB-CLI 1 "27 February 2019" "weboob-cli 1\&.5" .SH NAME weboob-cli \- call a method on backends .SH SYNOPSIS diff --git a/man/weboob-config-qt.1 b/man/weboob-config-qt.1 index f27a0d5ac434457d91f58aaf3385cc44f34366f4..1d7719f25f579128eb44bf530082024d4c520d1b 100644 --- a/man/weboob-config-qt.1 +++ b/man/weboob-config-qt.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CONFIG-QT 1 "06 January 2019" "weboob-config-qt 1\&.4" +.TH WEBOOB-CONFIG-QT 1 "27 February 2019" "weboob-config-qt 1\&.5" .SH NAME weboob-config-qt \- manage backends or register new accounts .SH SYNOPSIS diff --git a/man/weboob-config.1 b/man/weboob-config.1 index 216135ae05c4275df4bf5286333059f96e30d7d6..4f3d793baa5d7319869eb39f249e25a3e2a25acf 100644 --- a/man/weboob-config.1 +++ b/man/weboob-config.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-CONFIG 1 "06 January 2019" "weboob-config 1\&.4" +.TH WEBOOB-CONFIG 1 "27 February 2019" "weboob-config 1\&.5" .SH NAME weboob-config \- manage backends or register new accounts .SH SYNOPSIS @@ -43,17 +43,17 @@ It takes mail from stdin. Use it with postfix for example. .br Launch a debug Python shell .TP -\fBdisable\fR \fIBACKEND\fR +\fBdisable\fR \fINAME\fR .br -Disable a backend +Disable a backend. .TP \fBedit\fR \fIBACKEND\fR .br Edit a backend .TP -\fBenable\fR \fIBACKEND\fR +\fBenable\fR \fINAME\fR .br -Enable a disabled backend +Enable a backend. .TP \fBinfo\fR \fINAME\fR .br diff --git a/man/weboob-debug.1 b/man/weboob-debug.1 index 16cc16a282aa5e912ac033fdc2302d738dceddd3..7f38e1d3ea134d95e8c7ac387f228c57d6eed896 100644 --- a/man/weboob-debug.1 +++ b/man/weboob-debug.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-DEBUG 1 "06 January 2019" "weboob-debug 1\&.4" +.TH WEBOOB-DEBUG 1 "27 February 2019" "weboob-debug 1\&.5" .SH NAME weboob-debug \- debug backends .SH SYNOPSIS diff --git a/man/weboob-repos.1 b/man/weboob-repos.1 index ff929dad4c55ea9642c31fc8c226b95ce9f966d4..43d38761ab55f653ea06cad82247367fae9b6b80 100644 --- a/man/weboob-repos.1 +++ b/man/weboob-repos.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB-REPOS 1 "06 January 2019" "weboob-repos 1\&.4" +.TH WEBOOB-REPOS 1 "27 February 2019" "weboob-repos 1\&.5" .SH NAME weboob-repos \- manage a weboob repository .SH SYNOPSIS diff --git a/man/weboob.1 b/man/weboob.1 index 41e239399ceb08773ebb1acda7f9dfa38a9e9d6a..c682cae06b18ad34c19e45ec5efd53dd3a4e80f0 100644 --- a/man/weboob.1 +++ b/man/weboob.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOOB 1 "06 January 2019" "weboob 1\&.4" +.TH WEBOOB 1 "27 February 2019" "weboob 1\&.5" .SH NAME weboob \- launch weboob applications .SH SYNOPSIS diff --git a/man/weboorrents.1 b/man/weboorrents.1 index f877b91440384ea66b4c92b7d4bdcd1782e6766b..9acde76065d8d0045af103e2b79c995524b06675 100644 --- a/man/weboorrents.1 +++ b/man/weboorrents.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WEBOORRENTS 1 "06 January 2019" "weboorrents 1\&.4" +.TH WEBOORRENTS 1 "27 February 2019" "weboorrents 1\&.5" .SH NAME weboorrents \- search and download torrents .SH SYNOPSIS diff --git a/man/wetboobs.1 b/man/wetboobs.1 index 924bcc95836cd4be725f26fab4b4e291d6d57d35..94bc4c49f804de139a233b2abf1d2e4a42007b64 100644 --- a/man/wetboobs.1 +++ b/man/wetboobs.1 @@ -1,6 +1,6 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH WETBOOBS 1 "06 January 2019" "wetboobs 1\&.4" +.TH WETBOOBS 1 "27 February 2019" "wetboobs 1\&.5" .SH NAME wetboobs \- display weather and forecasts .SH SYNOPSIS diff --git a/scripts/weboob b/scripts/weboob index 41b4c032f345b1eac84cdddb0f960a2cb9f257ef..4a00706c836d4a17bdd2da50cc107c86479016e2 100755 --- a/scripts/weboob +++ b/scripts/weboob @@ -46,7 +46,7 @@ __all__ = ['Weboob'] class Weboob(ConsoleApplication): APPNAME = 'weboob' - VERSION = '1.4' + VERSION = '1.5' COPYRIGHT = 'Copyright(C) 2010-YEAR The Weboob Team' DESCRIPTION = "This is a console script to launch weboob applications," SHORT_DESCRIPTION = "launch weboob applications"