diff --git a/ChangeLog b/ChangeLog index 70bec79d51a1d9b74d377450786210014b3416c4..7207c49983cf6842f6639cd411034d2758ee69a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1343 @@ +Weboob 1.2 (2017-01-08) + + General + * Add inheritance for modules, browsers and pages + * Add gitlab-ci integration + * Move all Qt applications to Qt5 + * New application QBooblyrics + * New urls for source repositories: https://git.weboob.org/ + + General: removed modules + * Remove btdigg module, website is dead + + General: new modules + * New module afer https://adherent.gie-afer.fr (CapBank) + * New module amundi https://www.amundi-ee.com (CapBank) + * New module caels https://www.ca-els.com/ (CapBank) + * New module creditdunordpee https://salaries.pee.credit-du-nord.fr (CapBank) + * New module number26 https://n26.com (CapBank) + * New module spirica https://www.spirica.fr/ (CapBank) + * New module yomoni https://www.yomoni.fr/ (CapBank) + * New module centquatre https://billetterie.104.fr (CapCalendarEvent) + * New module materielnet http://www.materiel.net/ (CapDocument) + * New module onlinenet https://www.online.net (CapDocument) + * New module trainline https://www.trainline.fr/ (CapDocument) + * New module linuxjobs https://www.linuxjobs.fr/ (CapJob) + * New module manpower http://www.manpower.fr/ (CapJob) + * New module lyricsdotcom http://www.lyrics.com/ (CapLyrics) + * New module lyricsmode http://www.lyricsmode.com/ (CapLyrics) + * New module lyricsplanet http://www.lyricsplanet.com/ (CapLyrics) + * New module paroles2chansons http://www.paroles2chansons.com/ (CapLyrics) + * New module openedx (CapMessages) + * New module tapatakl (CapMessages) + * New module jirafeau https://jirafeau.net/ (CapPaste) + * New module cpasbien http://www.cpasbien.cm/ (CapTorrent) + * New module torrentz https://torrentz2.eu/ (CapTorrent) + * New module pornhub http://www.pornhub.com (CapVideo) + + General: core + * Add BackendsCall.stop() method to stop jobs + * Add a 'requests' system to replace the primitive callbacks system + * Check version before to run update request in repositories + * Fix core unittests and some pyflakes warnings + * Make as much modules unittests as possible run without backend + * Add WebNip.load_or_install_module which does not install module (for compatibility with abstract objects) + * Some fixes for windows compatibility + * Force keyring generation with gpg1 + + Documentation + * Fix some typo in browser documentation + * Clarify absurl behavior + * Don't add applications/index in index.rst (empty page) + * Don't use :any: special keywork for old system compatibility + * Update favicon path + * Add contribution guide + * Rewrite Weboob doc guides according to latest changes in CI and modules + + Browser + * Detect downgrade from HTTPS to HTTP and raise exception + * TableElement now handles regexp + * Do not store page url if there is no current location + * Use urllib3 embedded in requests first + * Update firefox ESR profile to the last version + * Keep order of POST data + * Add XLSPage, PDFPage and GWTPage classes + * Catch TooManyRedirects after reloading cookies from storage + * Do not use (and remove) global logger setting 'save_responses' to know if we save responses or not + * Fix some invalid encoding names (#2602, #3522) + * Introde CacheMixin class to store responses + * Store the request object in Form class (allow to modify it on the fly) + * Add xpath funtions star-with and ends-with + * Introduce PartialHTMLPage for pages wit multi-roots + + Browser: URL + * Fix a crash when a pattern use parameters with the same name than in another pattern + * Add unit test for URL with multiple patterns and same parameters subset + * Add an option to send headers in go() method + + Filters + * RawText: can now optionally retrieves text from sub-elements + * Date/Datetime: add fuzzy option + * Async: read result.page from loaded_page + * TableCell: can now iterate on elements + * Add Upper and Capitalize filters + * Add Currency filter + + Elements + * DictElement: Handle sub-dictionaries + * ItemElement: Ignore items if the condition fails + * ListElement: check condition before iteration + + Old browser + * Allow monkey patch to disable SSL certificate check + * Better SSL support (import more recent TLS versions if available) + * Fix https downgrade detection + + Exceptions + * Add ActionNeeded exception + * Add NoAccountsException + * Move ModuleInstallError to Exceptions module + + Tools + * Introduce LimitedLRUDict to not cache too much values + * Add a WeboobEncoder class + * Add get_pdf_rows helper + + Tools: Backend + * Save responses if _debug_dir backend configuration is set + * Add optional 'klass' parameter for Module.create_backend + + Tools: bank + * Add tools about IBANs and French ribs + + Tools: date + * Add Italian translation + * Fix date translation for values with \b + + Tools: formatters + * Fix TableFormatter with lists of different lengths + * Protect separator contained into values for CSV output (#2614) + * Simplify CSV formatter with a call to csv python module + * Fix use of -O parameter for csv formatter + * Set ";" as csv default separator (#3378) + + Tools: tests + * Add skip_without_config decorator + * Add is_backend_configured method to BackendTest class + + Tools: ValueBackendPassword + * When callback returns None, convert to empty string + + Tools: VirtKeyboard + * Add parameterizable output code separator + + Capabilities + * Add an url attribute to BaseObject + * Add many currencies (turkish lira, romania new leu, colombian peso, etc) + * Fix few __repr__/__str__ returning unicode + * Add BoolField class + + Capabilities: Bank + * Add description for 'coming' field on Account objects + * Add PEE, PEA, PERP, PERCO, RSP, ARTICLE_83 and more account types + * Add CARD_SUMMARY and DEFERRED_CARD transaction types + * Add portfolio_share field to Investment + * New fields for Investment to handle currencies + * Add diff_percent field on Investment + * Don't crash on empty raw values + * Split transfers related methods to a new capability: CapBankTransfer + * Update recipient object + * Deep rework of transfer API, change modules and applications + + Capabilities: Contact + * Add Advisor class, used in many bank modules + + Capabilities: Document / Bill + * Major (and API breaking) change (all modules are updated) + * Update all Bill modules to use url field instead of private field + * Rename field "deadline" to "duedate" + * Add field "income" to Bill + + Capabilities: File + * Add license field + + Capabilities: Housing + * Add url in HousePhoto __repr__ method + * Add price_per_meter field + + Capabilities: Message + * Create a genericnewspaper module with no capability that will be extended by other modules + + Capabilities: Image + * Move Thunbmail class to Image capability + * Fix many modules to use Thumbnail instead of BaseImage + + Capabilities: Lyrics + * Remove useless constructor for SongLyrics objects + + Capabilities: PriceComparison + * Add Price not found error + + Capabilities: Recipe + * Do not crash if picture_url is an empty string + * Handle decimal quantities in krecipe exports + + Applications: weboob script + * Add "update" command + + Applications: console + * Use self.do instead od self.weboob.do in get_object_list + * Strip left and right condition (we now support rules lines like --condition 'amount > 2000') + * Disable BACKEND@issues.weboob.org addresses (to much SPAM) + + Applications: all Qt applications + * Use new-style signals and slot + * Add Qt5 package in our tools + * Port all applications to Qt5 + * Add "wait" parameter to stop method + + Applications: boobank + * Display sub-totals for each currency (when several currencies are detected) + * Fix error display in budgea command + * Increase timeout of budgea command + * Do not take of loan accounts in total + * Display loan accounts label in blue + * Use encoding aware custom print() + * New advisor command with custom formatter + + Applications: comparoob + * Add defaultcount management + * Improve products management + + Applications: flatboob + * Improve display if Area is not found + + Applications: monboob + * Add full thread history in headers (fix some bad detection one MUA) + + Applications: videoob + * Correctly handle non complete url in m3u8 + + Applications: qcineoob + * Sort torrent search result list by seeders + * Display backend icon for each search results + * Set tab text max size and add tooltip + * Add keyboard shortcut (alt+left) to go back + * Tab text is now updated on actions + + Applications: qcookboob + * Display backend icon for search results + * Add keyboard shortcut (alt+left) to go back + * Better tab text/tooltip management + * Fix bug when opening in a new tab, bad is was given + + Applications: qflatboob + * Load all fields in widget list (help to rank adverts) + * Display price per meter ratio + + Tools: boilerplate + * Improve arg signature of methods generated by CapRecipe + * Make u8 idempotent + * Don't add failing test by default + + Tools + * local_run: fix script when PYTHONPATH is not set + * run_tests.sh: fix wrong exist status when specifying a single backend + + Packaging + * Add a command to get the requirements with setup.py + * Add cssselect to the list of requirements + * Ensure that requests version is >= 2.0 + + Contrib + * Boobot: add tasks management + * Boobot: fix compatibility with iso-8859-15 messages + * Boobank_indicator: do not include loan account in total + * Add imm-o-matic script + + Modules: 750g + * Update module to use new website + * Do not crash when there is only one or no result + + Modules: adecco + * Update module to use new website + * Skip test if backend is not configured + * Add default configuration for tests + + Modules: agendaculturel + * Website migrated from http to https + * Skip test if backend is not configured + * Add default configuration for tests + + Modules: agendadulibre + * Skip test if backend is not configured + * Add default configuration for tests + + Modules: allocine + * Update favicon + + Modules: allrecipes + * Uses API instead to parse website + + Modules: amazon + * Handle prices that occur twice on the page (#2057) + * Fixed login after website update (#2057) + * Another discount type (#2057) + * Added 'Free Shipping Promo' bill detailisation keyword. (#2057) + * Force label to document + * Fixing amazon : sometimes tva or other amounts arent available + * Use new login link id + + Modules: amazonstorecard + * Improved stability (retry on error) (#2115) + * Major website update (#2115) + * Parse recent transactions (#2115) + * Handle amounts more than ,000 (#2617) + * Parse payment due date; allow transactions with empty id (#2617) + + Modules: americanexpress + * Remove unused constants + * Rewrite to browser2 and remove old code + * Fix date parsing + * Update dateguesser range to one year + * Handle account suspended page + * List multiple accounts + * Don't report canceled accounts without history + * Fix div id with single card + + Modules: ameli + * Update module after site changes + + Modules: amelipro + * Fix tests calls + + Modules: apec + * Fix the way experience and contact fields are filled + * JSON api format has been updated + * JSON call got updated + * Handle accentuated characters in search + * Add default configuration for tests + + Modules: apivie + * No more fake ids on apivie transactions + + Modules: arte + * Do not crash while trying to handle a bad url + * Handle an other type of web page in cinema.arte + * Fix Debian bug #831609, correctly handle m3u8 url + * Many little fixes + * Handle arte creative + * There are some duplicate videos in creative pages + * Fix arte cinema (module was not able to find video url anymore) + * Add default configuration for tests + + Modules: aum + * Remove duplicate entry key in AUM module + + Modules: axabanque + * Fix no history on card + * Handle ACCOUNT_TYPES + * Fix accounts typing + * Port to browser2 and adding investments + * Don't crash in case of customer error + * Check when user need to change password + * Fix problems when checking error + * Fix asv not being fetch and portfolio + * Fix bug going on agipi page + * Get account IBANs and fix typing + * Fix investments on market account + * Fix accounts from tabs and more investments + * Fix url change on invest + * Fix handling pel type + * Support new login and some changes + * Fix: password can be only digits + * Support the new website for investments + * The login can now be an email + * Accounts numbers may be written differently + * New URL for accounts list + * Some pages return overlapping accounts, skip duplicates + + Modules: banqueaccord + * Support new login page + + Modules: banquepopulaire + * Handling currency for cards + * Adding currency for card + * Handle crash on natixis website + * Removing balance information in raw + * Fix missing label in history + * Set Account.iban to NotAvailable if user hasn't subscribed to online documents + * Fixing banquepopulaire : No IBAN for checking account + * Fix wrong account type + * Fixing account type for "Fructi Selection Vie" + * Adding more life insurance support + * No IBAN on investment and life insurance + * Add support for Banque de Savoie. + * Check number in raw instead of label + * Handle different label + * Investments on savings account + * Port to browser2 the easy way (without filters and so on) + * Fix problem with unicode cookies + * Test unavailable service on all pages + * Raise NotImplementedError for new natixis pages + * Use absurl for regular pages after having visited market + * Update navigation token even on error pages + * Fix crash on some pages without token + + Modules: barclays + * Support investments on life insurance accounts + * Updated cards handling + * Fix account type detection to fix card linking + * Move to browser2 and support IBAN on pdf + + Modules: bforbank + * Adding pagination for bforbank + * Don't crash on no IBAN for checking account + * Fix reading when IBAN is not available + * Add a favicon + * Use spirica module for life insurance + * Implement investments/history for MARKET accounts with lcl + + Modules: blablacar + * Fix departure date regexp + * Fix parsing date + * Fix: site got updated + * Add a favicon + + Modules: bnporc + * Don't crash without simplejson (support other json modules) + * Add support PEA liquidity account type + * Support one more page to refresh password + * Get a year of history + * Correctly decode IBANs + * Rebuild IBAN only if it isn't already one + * Catch wrongpass + * Print temporary password to allow rescue connection on website + * Fix: site changed + * Adapt to support CapBankTransfer + * Try harder to connect on the website + * Add url to renew password + * Fix BNPEnterprise: add leading zero when IBAN key is < 10 + * New website for BNPEnterprise, rebuild all module + * Fix bnp enterprise: libelle not loaded for some reason, so take the type libelle on this case + * Fix BNPEnterprise: swith date and rdate, move Account import + * Fix CleanDecimal not always working + * Catch change password page and raise ActionNeeded + * Prevent date overlap in history search + * Transfer fix on bnp + * Categories on recipients + * Handle transfer unavailable on fetching IBAN and recipients + * Raise BrowserUnavailable on 1001 error code + * Add transfer.account_balance + * Add advisor support + * Add a cache for account_list + * Don't overwrite browser.page with something which can be a Response + * Use response.json() to parse response, to prevent encoding issues + + Modules: boursorama + * Better fall back on old website + * Skip first visit page before falling back on old webiste + * Better newwebsite url + * Fix unitprice parsing + * Support of Bourso new website and use Browser2 + * Add support of loan accounts + * Fixing class for transaction label changed + * Handling coming card + * Add a condition to prevent crashs + * Fix label parsing + * Update regexp for TYPE_ORDER + * Fix cards transactions link + * Handle wrong pin code + * Fix loan, market, valuation etc .. + * Two-step-auth: fix request if browser has been shutdown + * Detect when PIN tries limit has been reached + * Fix checking of errors + * Handling when no informations is avalaible in investment + * Fix in case there are divs into accounts list + * Handle new bourso card ID + * handle blocked page1 + * Raise wrongpass on blocking secret infos update page + * Handling new info profil page + * Take custom-id if regular ids are not present + * Fix same transactions on different accounts + * Fix cards rdate parsing + * Handle ord accounts + * Fix pea history parsing + * Fix some nav issues + * More accurate url and valuation calculation + * Adding incident page + * Fixing wrong inheritance + * Handle no link on market history + * Fix history parsing + * Parse transactions label back again + * Try to be easier with bourso website + * Do not iter coming on li and market accounts + * Add a cache for accounts + * Handle new history page type + * Increase HTTP timeout, the website can be slow + * Better typing to avoid crash + * Do not crash on ClientError + * Try to update balances of accounts before parsing + * Try to fix XMLSyntaxError + * Don't rash when no id are available (on some foreign accounts) + * Catch XMLSyntaxError + * Fix virtkeyboard + * Don't call need_login twice + * Fix page not being handled by the right class + * Date might be missing + * Fix unauthorized on virtkeyboard with old stored cookies + * Fix cookie delation after going on login page + * Fix card transactions request + * Fix skiping not boursorama's accounts + * Fix card accounts ids + * Handle more cases where client need to log in on website + * Handle more login page + * relog on random disconnection + * Fix coming parsing + * Add IBAN page + * Fix market accounts transactions date parsing + * Fix useless nav and wrong webid leading to wrong IBAN + * Fix transaction amount parsing + * Fix crash on parsing amounts + * Handle url with correct page + * Type more loan accounts to prevent crash on history + * Exclude deffered_card transactions of checking accounts + * Add new param to login + * Fix crash on expert derive account + + Modules: bouygues + * Fixing bouygues module which works with b&you + * Fix date parsing + * Fixing bouygues module multiple accounts + * Don't crash for accounts without document + * For some reason, bills might be duplicated on website + * Fix: https is now mandatory for documents URL + * Fix: sometimes download document crash when reference is not specified + + Modules: bp + * Handling wrong website selection + * Add wrongpass page + * Fix duplicate accounts with better id parsing + * Fix regexp to get accounts ids + * Support CapBankTransfer new API + * Accounts are now in EUR by default + * Handle deferred card + * Accurate messages if users are on wrong website (between pro and perso websites) + * Don't crash when no accounts are available + * Port to browser2 (the easy way) + * List loan accounts + * More support of transfer (double auth not handled) + * Fix pro browser working with StatesMixin + * Reimbursed loans have an empty amount string + * Parse life insurance investments and history + * Fetch history for retirement contracts + * Skip loan account with "unavailable data" + * Fix BrowserIncorrectPassword with par/pro mix + * Fix statesmixin on expired session + * Handle internal recip not in accounts list + * Add a cache for accounts_list + * Fix a crash on unavailable pages + * Skip more useless LOAN accounts + * Add more regexp for transaction types + * Add advisor support + * Catch no accouts + + Modules: bred + * Cut password to the first 8th char + * Fetch IBAN only for checking accounts + * Transactions typing + * Do not yield not real market accounts + * Fix duplicate id accounts + + Modules: caissedepargne + * Fix pagination on history + * Fix investments on multiple market accounts + * Fix come back on synthesis + * Handle loans caisse depargne + * Fixing when not loan account is present + * Better check if we are on wrong page + * Detect and bypass useless message page + * Fixing website failed redirecting + * Handle delayed debit card and cleaning module + * Browser handles technical error page (instead of code in iter_* functions) + * Add certhash + * Fix account valuation_diff parsing + * Do not yield anything on market cgu + * Guess IBAN only if this is a correct RIB + * Fix login + * Fix encoding error + * Fix when there are multiple choices of spaces (between pro and personal) + * Remove LoginPage and do only direct requests + * Better wrong pass handling + * Fixing can't leave credit page on old website + * Fix navigation on history + * Catch wrongpass + * Life insurance might not be available for consultation + * Adding lifeinsurance's history + * Fix website being awful + * Fix infinite loop on no accounts + * Only keep relevant wrongpass (and return BrowserUnavailable for other errors) + * Fallback on pro domain when loggin on personal fails if pro exists + * Invest date might be unavailable + * Better handle of real no accounts + * Read multiple cb tabs + * Bump to browser2 + * Fix: sometime link is a list, so fix this + * Fix: an 'href' who takes himself for an 'a' tag + * Fix: on cenet website, sometime a year is not available, so try every months + * Fix: on garbage page sometime link is not available, due to an ActionNeeded + * Fix: if garbage go_back_link is not available, skip this step + * Remove deprecated exception, use new ones + * Add support of advisor + + Modules: carrefourbanque + * Manage more accounts, investments + * Fix portfolio on some modules + + Modules: cic + * Improve account typing + * Update cic sources from credit mutuel + * Support CapBankTransfer new API + * Cic now inherits from creditmutuel + * Adding advisor for cm/cic + + Modules: citibank + * Fixed login after website update. (#2098) + * Switching to javascript library + * Switching to new base url + * When parsing a date in a statement, try both leap and non-leap years (#2098) + * Handle negative and positive account balance (#2098) + + Modules: cmb + * Handling agricultor website + * No more crash on no account + * Bump to browser2 and more (more accounts, investments, coming...) + * Use AbstractBrowser instead of symlinks to cmso + + Modules: cmso + * Fix account type + * Fix wrongpass detection + * Don't raise BrowserUnavailable when no savings accounts + * Don't crash when no accounts are available in pro website + * Manage multiple areas + * Don't crash without accounts + * Index were not unique + * Don't crash when no IBAN for checking account + * Support cmmc website + * cmb/cmso/cmmc: support loans + * Return on subscription before switching area to prevent 500 + * Handle 500 when no history on market account + * Have useful account ids + * More history is now recovered + * Add a forgotten return in iter_history + * Getting a year of history + * Use open instead of random async + * Better id on market accounts + * Fix crash when id is not found on market accounts + * Handle multiarea on cmso pro + * Handle no account in area + * Fix regexp for some account ids + * Start fetching investments + * Fill 'areas' attribute outside of do_login (to work with blackbox) + * Fix investments with non investment accounts + * cmso pro: prevent infinite loop + + Modules: colisprive + * Add a favicon + + Modules: colissimo + * Get full history + + Modules: cragr + * Fix broken perimeters + * Get rid of not required assert + * Account type on label before section title + * Update label and balance on market websit + * Fix bad home url and no account link for market accounts + * Fix when cards and market accounts + * Do not globally crash if we can't go to the market page + * Fix current_perimeter and no link for market + * Fix guessing of market links (use real hostname, not proxy's one) + * Fix investment parsing and add vdate + * Type and history of ESPE INTEG + * Fix cards history navigation + * Fix PEL history + * Fixing cragr investment + * Fix regression with cards navigation + * Handle pagination on cragr CardsPage + * Fix invest parsing + * Do not crash on cards on some weird cases + * Raise wrongpass on cgu + * Fix investment parsing + * Correctly handle the first connection page + * Fix bad detection of current perimeter + * Truncate passwords to first six chars + * Remove trailling chars in isin + * Fix encoding in investment code + * Don't try to detect perimeter on not handled page + * Handle perimeters having the same name + * Handling currency on multiple card + * Truncate username to the first 11 chars + * Add new DAV TIGERE accounts + * Fix infinite loop on wrong pass + * Fix cards + * Fix transactions parsing (new column) + * Add account CPTEXCPRO + * Fix multiple cards accounts + * Update ordering date in get_history, it's useless and the link might be dead. + * Fix transactions parsing on some accounts type + * Fix bad isin + * Handle life insurance on bgpi website + * Fix some lifeinsurance + * Adding pagination on accounts page + * Fix parsing of unitprice on some market accounts + * Fix portfolio_share on bgpi invest + * Fix crash when no investments in BGPI + * Fix listing card with pagination + * Fix get of IBAN + * Adapt to new CapBankTransfer API + * Don't try to read history on market accounts + * Fix detail unavailable on market accounts + * Fix parsing of valuation_date of market invest + * Seems like cragr normandie is not using new login method anymore + * Update webid of deferred card to avoid duplicates + * Fix sublabel parsing, sometimes there's no sublabel parent + + Modules: creditcooperatif + * Add coming card page + * Limit password to 12 chars + * Fix xpath issue + * Fix crash on technical error on website + * Add IbanPage support + * Fix crash on notavailable iban page + + Modules: creditdunord + * Add bank SMC support + * Add bank nuger support + * Fix transactions parsing on rhonealpe + * Unify regular and pro accounts cards handling + * Fix deferred_card typing + * Dectection of wrongpass + * Fix duplicate accounts + * Skip accounts without details + * Fix bad isin like FR0010411884 + * Handle no account + * Move to browser2 + * Handle loans on pro website + * In iter_* methods, raise AccountNotFound if account is not found, instead of crash + * Fix navigation on website to list loan accounts + * Fix parsing of transactions without value date + * Fix parsing of euro funds + * Add loan typing + * Fix navigation on website to get transactions + * Fix creditdunord transaction date parsing + * Some dates are not available instead of a parse error + + Modules: creditmutuel + * Fix history and investments of life insurance accounts + * Fix life insurance + * Fix coming for cards + * Fix when unitprice not available + * Set default balance value to NotAvailable + * Handle fleet cards + * handle page to detect new website + * Fix date parsing for cards + * Raise skipitem instead of parse error + * Fix amount commission of non euro fleets transactions + * Handle hidden parts of labels + * Fix isin parsing + * Adding IBAN for new website + * Parse life insurance's transactions dates as French dates; + * Get IBAN based id + * Handle pagination + * Fix crash on more transactions + * Only use last card differed for coming + * Support cb diff + * Adding cards to creditmutuel's new website + * Fix setting deleted to transactions + * Fix parsing of differred_date + * Don't crash on empty city field + * Use new CapBankTransfer API + * Fix id and IBAN of accounts on old website but displayed on new accounts page + * Fix date parsing for coming + * Handle real no accounts on cic + * Fix currency on lifeinsurance accounts + * Fix crash when there is no bank accounts + * Fix card names and set coming balances + * Fix multiple month of history on cb differed + * Correctly handle lifeinsurance accounts on cic + * Handle newhome page to detect new website + * Fix original amount of card transactions on new website + * Get now about 6 months of history on new website + * Handle loan history page + * Handle page and fix crash on history on some accounts + * Handle another user page + * Fix card history link + * Fix transfer on the new website + * Add support of creditmut pro and add transfer category + * Fix regexp for URL of subbank + * Fix finding account and recipient in init_transfer + * Skip wrong IBAN instead of crash + * Limit transfer label to 27 char instead of raising error + * Add cards on new website with tiers page + * Add transfer.account_balance + * Don't crash if a transfer has no label + * Truncate label checking + * Strip transfer.label to compare with bank return + * Detect ActionNeeded after login + * Prefer None accounts_list over missing attribute + * Skip debit card + * Add support of life insurance on new website + * Add advisor + * Parse balance and currency of cards in some cases + * Raise wrongpass with error messages + + Modules: cuisineaz + * Update to the new website site changed + + Modules: dailymotion + * Fix module and bump to browser2 + * Get video from page url + + Modules: delubac + * Detect bad password + * Add basic account types + * Get IBAN + * Fix transactions parsing + + Modules: dhl + * Use dhl.com's JSON API + * Add support for both DHL Express and Deutsche Post DHL + * show URL in event description + + Modules: dlfp + * Populate url attribute messages and thread objects + * Always fill the parent attribute + * Disable wiki tests when the backend is not configured + + Modules: dresdenwetter + * Skip test if backend is not configured + + Modules: edf + * Bump module to Browser 2 and fix parsing + * Add edfpro website + * Add a favicon + * Always set vat attribute to to NotAvailable + * Remove bad tests in edfpro folder + * Ignore duplicates + + Modules: entreparticuliers + * Fix parsing : site changed + * Correctly handle source + * Fix url field filling + * Support new price_per_meter attribute of CapHousing + * Fix bug when response is empty + * Add a 100km default rayon value + * Do not crash if area is unknown + * Add a favicon + + Modules: explorimmo + * Support new price_per_meter attribute of CapHousing + * Fix bug in town names' encoding + + Modules: feedly + * Update google login state + * Remove need_login decorator for get_unread_feed + + Modules: fortuneo + * Update certhash (#2550) + * Detect wrong passwords + * Fix duplicate of accounts + * Don't try to get IBAN for checking account (token sent by SMS to customers) + * Replace BrowserIncorrectPassword with ActionNeeded on renew password + * Port to browser2 + * Limit max time site wants us to wait in async requests + * Fix separators cleaning for decimals + + Modules: francetelevisions + * Ignore duplicate in videos search result + + Modules: freemobile + * Fix subscription listing (site changed) + * Fix sub._login parsing + * Fix error when two bills happen on the same day + * Id of details are not uniques anymore, so take build a new custom one + + Modules: funmooc + * Base url of the website has changed + * Fix module and add logged tests + + Modules: ganassurances + * Add pagination to ganassurances/groupama module + * Handle history and coming of another account type + + Modules: github + * Port to browser2 + * Shorten some long lines + fill url of Issue + * Few fixes and tests + * Use CacheMixin new class + + Modules: googletranslate + * Bump to browser2 + + Modules: groupamaes + * Fix bug when there is no credit anymore on PEE / fix account typing + * Handle investment + * Fix groupamas amount parsing + * Fix crash when parsing investments + * Fix portfolio_share range + * Improve investment management (quantities of values of each funds are divided by availibility date) + * Fix amount of withdrawal (Sadly withdrawal are not incomes) + * Add a label in order to detect negative amount in transactions + + Modules: happn + * Fix issues with new kind of ids + + Modules: hsbc + * Fix account type + * Add more history with pagination + * Cache accounts and fetch IBANs + * Fix accounts typing + * Fix rib navigation + * Fix currency of accounts + * Auto delete card summary + * Handle when website duplicates tr list + * Raise not error implemented on life insurance for history + * Add more account types to avoid crash + + Modules: ideel + * New way of handling free shipping (#2146) + + Modules: ilmatieteenlaitos + * Adapted to site changes + + Modules: imdb + * Update imdb favicon to make it more different from the allocine one + + Modules: imgur + * Implement gallery search and CapImage + * Add date attribute + + Modules: ina + * Fix duration parsing + + Modules: indeed + * Search for words in the entire advert, not only in the title + * Indeed now uses https + + Modules: ing + * Use CleanDecimal to simplify parsing + * Add history for life insurance accounts + * Fix ing 500 error on bill download + * Fix investment on multiple line + * Handle blank transaction label + * Loop on coming from market website to avoid 500 errors + * Fix missing some investments + * Increase requests timeout to 60 seconds + * Fix id of life insurance + * Fix investment on life inssurence and history on all accounts + * Fix name of Account._id field + * Fix navigation on the new life insurance pages + * Refresh account link + * Quick fix navigation + * Ahistory to some asv and more + * Get IBANs for accounts + * Transactions detail might be unavailable + * Some fixes on market accounts + * Use new CapBankTransfer API + * Only go on IBAN page for valid account + * Fix transfer method signature + * Catch action needed + * Seems like response headers of download might change + * Don't raise ActionNeeded for a check reception notice + * Disable CapTransfer since it's broken + * New login for asv page + * SSL errors due to a bad certificate, so create it manually and fix a false https + * Avoid re-login after lifeinsurance and market pages + * Before many operations, try to go on main website first + + Modules: inrocks + * Bump to browser2 / inherits from genericnewspaper module + + Modules: ipinfodb + * Bump to browser2 + + Modules: itella + * Update to use JSON API + * Handle missing arrival date + * Use status from JSON instead of guessing + + Modules: jcvelaux + * Add api_key backend option + * Fix str-unicode warnings and port to browser2 + + Modules: jvmalin + * Add a favicon + + Modules: lacentrale + * Bump to browser2 + * Module connot handle products without criteria + * Improve products management + + Modules: lcl + * Remove SSL hacks (no need to RC4 anymore) + * Add individual loans to lcl + * Fix loans post bourse deconnection, fix loans regex + * Fix unique id on loans lcl + * Add certhash + * Use valuation for BoursePage objects, not balance + * Raise wronpass if the password is not a digit + * Change label of transactions and yield card_summary + * Retry read of amounts (hack to fix broken HTML) + * Don't return 0 as account ID + * Fix bad isin like FR0000120404 AC + * BUMP LCL entreprise browser to bump2 + * Fix isins like FR12345435 ABC + * Code of investments might be unavailable + * Rework of transactions type parsing + * Don't crash when tbody is missing on market accounts table + * Add a new account type + * Get more history on several account types + * Fix matching asv accounts + * Keep check type on labels + * Fix life insurance matching from site to site + * Fix lifeinsurance + * Check if the IBAN is for the current account + * Fix crash if there is no IBAN + * Catch password expired + * Fix duplicate id on lcl pro + * Fixing transactions are in multiple account + * Fix params of history navigation when only one account + * Add transfer support and use new api + * Ignore HTTP error 500 on history + * Have a default accounts_list to be able to bypass login + * Add transfer.account_balance + * Fix investment unitvalue + * Fix iter recipients on loans + * Handle loan not available + * Fix lcl espace pro and enterprise login + * Adding advisor for lcl + * Add more regexp for transaction types + + Modules: ldlc + * Better way to get subid + * Add a favicon + + Modules: leboncoin + * Adapt to new website design + * Fix incomplete url in pagination + * Website now uses https + * Fix description field filling + * Support price_per_meter new attribute + * Fix typo for poitou charentes region + * Add url attribute on objects built from list + * Fix cost for items in rent search page + + Modules: lefigaro + * Bump to browser2 / inherits from genercinewspaper + + Modules: liberation + * Bump to browser2 / inherits from genericnewspaper + + Modules: logicimmo + * Retrieve a bigger photo + * Do not crash when area is unknown + * Support price_per_meter new attribute + * Fix town search + + Modules: lutim + * Fix tests + + Modules: mailinator + * Port to apibrowser + + Modules: mangafox + * Add a favicon + + Modules: mangago + * Add a favicon + + Modules: mangareader + * Add a favicon + + Modules: marmiton + * Always retrieve title + + Modules: mediawiki + * Implement CapImage for searching images + * Use https by default + * Fix image search + + Modules: minutes20 + * Bump to browser2 / inherits from genericnewspaper + + Modules: monster + * Fix: site changed + + Modules: myhabit + * Update after website has changed (#2615) + + Modules: nettokom + * Add a favicon + + Modules: newsfeed + * Populate url attribute for messages + + Modules: okc + * Revert "do not remove old threads anymore" introduced in 1.1 + + Modules: oney + * Fix login + * Verify SSL/TLS certificate again + * Raise wrongpass when password is not 10 chars + + Modules: opensubtitles + * Fix opensubtitles small site change + + Modules: orange + * Fix orange module which works with sosh + * Add label for bills + * Support multi account and more + * Remove old url + + Modules: ovh + * Fix login, remove API calls (fixed several times, OVH login page often change) + * Add a favicon + + Modules: pap + * Remove dots from cost + * Support new price_per_meter attribute of CapHousing + * Update to the new website + + Modules: pariskiwi + * Fix module and prefer json mediawiki api + + Modules: parolesmania + * Fix song search + * Site changed, search artist corrected + * Adapt module to not use SongLyrics construtor anymore + * Bump to browser2 + * Artist search: remove page calls to browser methods + + Modules: parolesmusique + * Site changed, search song and artist corrected + * Adapt module to not use SongLyrics construtor anymore + * Bump to browser2 + * Artist search: remove page calls to browser methods + * [parolesmusique] artist search : remove page calls to browser methods, browser now does what it should : browsing + + Modules: parolesnet + * Adapt module to not use SongLyrics construtor anymore + * Bump to browser2 + * Artist search: remove page calls to browser methods + * Fix parolesnet, iter artist lyrics : just consider first song list to avoid ID duplication + + Modules: pastealacon + * Fix test_spam test + * Force site encoding, it is iso8859-15, not utf-8 + * Fix post test when backend is not configured + + Modules: paypal + * Update account_type at the beginning of get_accounts method + * Fix crash on old website + * Fix parsing of converted amount + * Add english word to skipped transactions + * Fix part converted amount for some transactions + * Bypass new anti-parsing protection of the website + * Support multiple accounts with different currencies + * Get data-ads-challenge-url attribute (anti-scrapping protection again) + * Catch 500 on detail and skip transaction + * Fix detection of account currency in weird case + * Consider that tr is valid if transactionStatus not present + * Fix currency detection + * Better detection of currency + * No crash on securisation step + * Fix domain of detail navigation + * Fix transactions detail link + * Fix parsing of converted amount + * Fix crash on transaction conversion + * Skip transactions labeled 'Bill to' + * Display a warning when a currency is not found and ignore account + * Fix account_type detection + * Handle more home page to detect account type + * Fix paypal payback + * Handle more login page + * Add home page paypal + * Skip fake transactions + * Handle another wrongpass page + * Exclude draft transactions + * Account detection on accountPage too + * Fix value seperator detection on perso accounts + * New fixes for login issues + * Raise unicode message in BrowserIncorrectPassword exception + * Use json data for transactions parsing + * Pagination and some improvements + * Problems with amount and decimals + * Skip empty transactions + * Set Iban as NotAvailable for all Paypal accounts + * Handle english transactionStatus + * Skip broken transactions + * Exclude fake transactions (for english website) + * Skip suspended transactions + * Handle textual amount is integer + * Exclude fake transactions + * On old website, try to go on the new one + * Skip 'Annulation des frais de PayPal' transactions + * Paypal commission are now net minus gross + * Detect ActionNeeded + * Computation commision if it is not null + * Add one more login parameter + * Parse secondary transaction based on label + + Modules: piratebay + * Ported to browser2 + * Handle fuzzy dates + + Modules: poivy + * Add a favicon + + Modules: popolemploi + * Fix search: site changed + + Modules: presseurop + * Bump to browser2 / inherits from genericnewspaper + + Modules: prixcarburants + * Bump to browser2 / handle date of update + * Fix parsing date (#2606) + * Adapt module for new comparoob API + * Website behaviour changed (#2634) + * Set default configuration for tests + * Update url to new website + + Modules: radiofrance + * Fix: all websites are updated + * Fix franceinter + * Fix france culture podcasts + * Handle selections and podcast from francetvinfo + + Modules: regionsjob + * Handle case advert is coming from another website + * Add a place filter + + Modules: residentadvisor + * Add a favicon + + Modules: s2e + * Fetch history on the right account + * Remove id on transactions: it's not really an id + * Fix capeasi login page and condition on fetching transactions + * Using website with more details + * Fix transactions investments valuation parsing + * Fix parsing of accounts and history pages + * Add currency support, add new account types + * Don't crash when the customer has no account + * Catch another real no accounts + * Handle multientreprise + * Fix transaction amount sum + * Add new SWISS account type + * Handle maintenance page + * Add new hashes for virtual keyboard + * Detect more no accounts + * Handling weird wrongpass + * Add a favicon + * Add AMF code to investments + + Modules: seloger + * Fix xpath for looking into cities + * Retrieve all cities + * Fix typo for photos + * Do not crash if area is unknown + * Add support of new price_per_meter field for CapHousing + * Fix pagination + + Modules: senscritique + * Fix: site got updated + * Fix: json url changed + * Fix parsing date + + Modules: societegenerale + * Add cookie before login + * Fix account type + * Handling some wrongpass + * Bump SGPE browser to browser2 + * Add rdate to lifeinsurance for the sake of sorting + * Do not yield canceled transactions + * Raise wrongpass instead of crash for non-digit passwords + * Handling multispace on sogepro + * New soge entreprise browser + * Add new type for transaction + * Add deffered card detection + * Website limit login to 8 char + * History pagination + * Catch login forbidden + * Fix xpath on invest + * Handle the two different parsing cases on invest + * Catch wrongpass + * Investments are now more detailed + * Add advisor + * Switch to browser2 + * Fix pagination in life insurance history and use Form class + * Add transfer support + * Fix ix account id being different in sending panel and list + * Handle renew password and raise ActionNeeded + + Modules: sueurdemetal + * Fix fillobj method + + Modules: t411 + * Site url changed + * Get get_torrent_file() to work + * Add tests + + Modules: taz + * Bump to browser2 / inherits from genericnewspaper + + Modules: transilien + * Fix: site changed + + Modules: twitter + * Fix: site changed + + Modules: ups + * Use https + + Modules: vicsec + * Website got updated (#2177) + * Case fix (#2134) + + Modules: vicseccard + * Website updated (#2134) + + Modules: vimeo + * datePublished attribute was renamed to uploadDate + * Handle JSON format changes + * Fix categories videos in order to use API + + Modules: virginradio + * Correct a bug occuring when the StreamTitle is empty + + Modules: wellsfargo + * Handle webpages with no transaction activity (#2123) + * Try to get a statement multiple times (#2123) + * Handle SMS security code, leap and non-leap years (#2618) + + Modules: wordreference + * Fix module for new website + * Update tests + + Modules: yahoo + * Bump to browser2 + + Modules: youjizz + * Fix parsing of video urls + * Support mp4 videos + * Use now https, but not for all videos (sometimes not available with https) + + Modules: youtube + * Use googleapi module instead of gdata which is obsolete + + Weboob 1.1 (2016-02-11) General diff --git a/man/boobank.1 b/man/boobank.1 index f88b01c698ac46a2e9658e7e50d5727b1f5ec81b..1ca7b02443f81ef4205c5d76fe31c6bf21821703 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 "11 February 2016" "boobank 1\&.1" +.TH BOOBANK 1 "08 January 2017" "boobank 1\&.2" .SH NAME boobank \- manage bank accounts .SH SYNOPSIS @@ -16,12 +16,16 @@ boobank \- manage bank accounts Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available). .SS Supported websites: +* afer (afer website) +.br * alloresto (Allo Resto) .br * amazonstorecard (Amazon Store Card) .br * americanexpress (American Express) .br +* amundi (amundi website) +.br * apivie (Apivie) .br * axabanque (AXA Banque) @@ -42,6 +46,8 @@ Console application allowing to list your bank accounts and get their balance, d .br * bred (Bred) .br +* caels (Crédit Agricole \- Epargne Longue des Salariés) +.br * caissedepargne (Caisse d'Épargne) .br * carrefourbanque (Carrefour Banque) @@ -52,7 +58,7 @@ Console application allowing to list your bank accounts and get their balance, d .br * citibank (Citibank) .br -* cmb (Crédit Mutuel de Bretagne) +* cmb (Credit Mutuel de Bretagne) .br * cmso (Crédit Mutuel Sud\-Ouest) .br @@ -60,7 +66,9 @@ Console application allowing to list your bank accounts and get their balance, d .br * creditcooperatif (Crédit Coopératif) .br -* creditdunord (Crédit du Nord, Banque Courtois, Kolb, Tarneaud) +* creditdunord (Crédit du Nord, Banque Courtois, Kolb, Nuger, Tarneaud, Société Marseillaise de Crédit) +.br +* creditdunordpee (Site de gestion du PEE du groupe Credit du nord) .br * creditmutuel (Crédit Mutuel) .br @@ -80,19 +88,29 @@ Console application allowing to list your bank accounts and get their balance, d .br * lcl (LCL) .br +* n26 (Bank N26) +.br * oney (Oney) .br * paypal (PayPal) .br -* s2e (Esalia, Capeasi, BNP PERE, HSBC ERE) +* s2e (Épargne Salariale) .br * societegenerale (Société Générale) .br +* spirica (Spirica) +.br * vicseccard (Victoria's Secret Angel Card) .br * wellsfargo (Wells Fargo) +.br +* yomoni (Yomoni) .SH BOOBANK COMMANDS .TP +\fBadvisor\fR +.br +Display advisors. +.TP \fBbudgea\fR \fIUSERNAME\fR \fIPASSWORD\fR .br Export your bank accounts and transactions to Budgea. @@ -270,7 +288,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -341,9 +359,9 @@ select result item keys to display (comma separated) .SH FORMATTING OPTIONS .TP \fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR -select output formatter (account_list, csv, htmltable, investment_list, json, -json_line, multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple, -table, transfer, webkit) +select output formatter (account_list, advisor_list, csv, htmltable, +investment_list, json, json_line, multiline, ofx, ops_list, pretty_qif, qif, +recipient_list, simple, table, transfer, webkit) .TP \fB\-\-no\-header\fR do not display header @@ -407,7 +425,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon, Christophe Benz +Copyright(C) 2010-2017 Romain Bignon, Christophe Benz .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobathon.1 b/man/boobathon.1 index d355ce049c82bbbe162159f1104107abd5eeec38..91630ed7c17dc06d74b705e6e64d6491706cbc39 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 "11 February 2016" "boobathon 1\&.1" +.TH BOOBATHON 1 "08 January 2017" "boobathon 1\&.2" .SH NAME boobathon \- participate in a Boobathon .SH SYNOPSIS @@ -186,7 +186,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -322,7 +322,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011-2016 Romain Bignon +Copyright(C) 2011-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobcoming.1 b/man/boobcoming.1 index af4ec6912632914022859f1ceda0161911c962e8..a757ade27f63b65e1e4eebedf7a4eecd15f3a22d 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 "11 February 2016" "boobcoming 1\&.1" +.TH BOOBCOMING 1 "08 January 2017" "boobcoming 1\&.2" .SH NAME boobcoming \- see upcoming events .SH SYNOPSIS @@ -24,6 +24,8 @@ Console application to see upcoming events. .br * biplan (lebiplan.org website) .br +* centquatre (centquatre website) +.br * hybride (hybride website) .br * pariskiwi (ParisKiwi website) @@ -196,7 +198,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -332,7 +334,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Bezleputh +Copyright(C) 2012-2017 Bezleputh .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobill.1 b/man/boobill.1 index 9bd1ee9935a4b22062fc2186909fb769cb374fbc..ff1de94495f624beec7cdd0d6ba8fe7498aa5638 100644 --- a/man/boobill.1 +++ b/man/boobill.1 @@ -1,8 +1,8 @@ .\" -*- coding: utf-8 -*- .\" This file was generated automatically by tools/make_man.sh. -.TH BOOBILL 1 "11 February 2016" "boobill 1\&.1" +.TH BOOBILL 1 "08 January 2017" "boobill 1\&.2" .SH NAME -boobill \- get and download bills +boobill \- get/download documents and bills .SH SYNOPSIS .B boobill [\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]] @@ -13,7 +13,7 @@ boobill \- get and download bills .SH DESCRIPTION .LP -Console application allowing to get and download bills. +Console application allowing to get/download documents and bills. .SS Supported websites: * amazon (Amazon) @@ -24,7 +24,7 @@ Console application allowing to get and download bills. .br * bouygues (Bouygues Télécom French mobile phone provider) .br -* edf (Edf website: French power provider) +* edf (EDF) .br * freemobile (Free Mobile website) .br @@ -36,13 +36,19 @@ Console application allowing to get and download bills. .br * leclercmobile (Leclerc Mobile website) .br +* materielnet (Materiel.net) +.br * nettokom (Nettokom website) .br +* onlinenet (Online.net) +.br * orange (Orange French mobile phone provider) .br -* ovh (ovh website) +* ovh (Ovh) .br * poivy (Poivy website) +.br +* trainline (trainline website) .SH BOOBILL COMMANDS .TP \fBbalance\fR [\fIID\fR] @@ -67,15 +73,25 @@ Get details of subscriptions. .br If no ID given, display all details of all backends. .TP +\fBdocuments\fR [\fIID\fR] +.br +Get the list of documents for subscriptions. +.br +If no ID given, display documents of all backends +.br + +.br +Default is limited to 10 results. +.TP \fBdownload\fR [\fIID\fR | all] [\fIFILENAME\fR] .br download ID [FILENAME] .br .br -download the bill +download the document .br -id is the identifier of the bill (hint: try bills command) +id is the identifier of the document (hint: try documents command) .br FILENAME is where to write the file. If FILENAME is '\-', .br @@ -87,11 +103,11 @@ download all [ID] .br .br -You can use special word "all" and download all bills of +You can use special word "all" and download all documents of .br subscription identified by ID. .br -If Id not given, download bills of all subscriptions. +If Id not given, download documents of all subscriptions. .TP \fBhistory\fR [\fIID\fR] .br @@ -216,7 +232,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -352,7 +368,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Florent Fourcot +Copyright(C) 2012-2017 Florent Fourcot .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/booblyrics.1 b/man/booblyrics.1 index 3b8c0098f4e688a0ad7b3a1d7d5adb41f9aacd00..512a488ba617ed7578903a1600c33c5740887cb3 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 "11 February 2016" "booblyrics 1\&.1" +.TH BOOBLYRICS 1 "08 January 2017" "booblyrics 1\&.2" .SH NAME booblyrics \- search and display song lyrics .SH SYNOPSIS @@ -16,13 +16,19 @@ booblyrics \- search and display song lyrics Console application allowing to search for song lyrics on various websites. .SS Supported websites: +* lyricsdotcom (Lyrics.com lyrics website) +.br +* lyricsmode (Lyrics.com lyrics website) +.br +* lyricsplanet (Lyricsplanet.com song lyrics website) +.br +* paroles2chansons (Paroles2chansons.com song lyrics website) +.br * parolesmania (Paroles Mania lyrics website) .br * parolesmusique (paroles\-musique lyrics website) .br * parolesnet (paroles.net lyrics website) -.br -* seeklyrics (SeekLyrics lyrics website) .SH BOOBLYRICS COMMANDS .TP \fBget\fR \fIID\fR @@ -146,7 +152,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -282,7 +288,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013-2016 Julien Veyssier +Copyright(C) 2013-2017 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobmsg.1 b/man/boobmsg.1 index 1a6f034543d7e792f0d90176f230a4c2d4c2a8ae..d85783928d9bfd0a9da1d56f1a0fbe008a55c14e 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 "11 February 2016" "boobmsg 1\&.1" +.TH BOOBMSG 1 "08 January 2017" "boobmsg 1\&.2" .SH NAME boobmsg \- send and receive message threads .SH SYNOPSIS @@ -42,12 +42,14 @@ Console application allowing to send messages on various websites and to display .br * mailinator (mailinator temp mailbox) .br -* minutes20 (2 Minutes French newspaper website) +* minutes20 (20 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) .br * okc (OkCupid) .br +* openedx (Discussions on OpenEDX\-powered coursewares) +.br * orange (Orange French mobile phone provider) .br * ovs (OnVaSortir website. Handles private messages only) @@ -60,6 +62,8 @@ Console application allowing to send messages on various websites and to display .br * sfr (SFR French mobile phone provider) .br +* tapatalk (Tapatalk\-compatible sites) +.br * taz (Taz newspaper website) .br * tinder (Tinder dating mobile application) @@ -218,7 +222,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -362,7 +366,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Christophe Benz +Copyright(C) 2010-2017 Christophe Benz .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobooks.1 b/man/boobooks.1 index bfc6b3018572f3b1c82bb9926e9b80a1c6b985fd..e17c310f9efd81b8322412e3416fc6c0d8e9eeb0 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 "11 February 2016" "boobooks 1\&.1" +.TH BOOBOOKS 1 "08 January 2017" "boobooks 1\&.2" .SH NAME boobooks \- manage rented books .SH SYNOPSIS @@ -134,7 +134,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -270,7 +270,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Jeremy Monnet +Copyright(C) 2012-2017 Jeremy Monnet .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobsize.1 b/man/boobsize.1 index c7c7f081053f83296c588ec559af3e345a36c33d..e37bfcd4a3fe907f0ccced503e70a975ebba1bde 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 "11 February 2016" "boobsize 1\&.1" +.TH BOOBSIZE 1 "08 January 2017" "boobsize 1\&.2" .SH NAME boobsize \- display sensors and gauges values .SH SYNOPSIS @@ -153,7 +153,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -289,7 +289,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013-2016 Florent Fourcot +Copyright(C) 2013-2017 Florent Fourcot .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/boobtracker.1 b/man/boobtracker.1 index 5e84cbd4cc25eaf2499f86374ef05dbe44368775..4a4809e95e811f220cb7fe359e5b1f260252e6e6 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 "11 February 2016" "boobtracker 1\&.1" +.TH BOOBTRACKER 1 "08 January 2017" "boobtracker 1\&.2" .SH NAME boobtracker \- manage bug tracking issues .SH SYNOPSIS @@ -208,7 +208,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -366,7 +366,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011-2016 Romain Bignon +Copyright(C) 2011-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/cineoob.1 b/man/cineoob.1 index e280d881e7001169d14dfebccd556474e915560b..ff6d6587efc664dae2ef9d25d2cad7aed44524fc 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 "11 February 2016" "cineoob 1\&.1" +.TH CINEOOB 1 "08 January 2017" "cineoob 1\&.2" .SH NAME cineoob \- search movies and persons around cinema .SH SYNOPSIS @@ -15,6 +15,32 @@ cineoob \- search movies and persons around cinema Console application allowing to search for movies and persons on various cinema databases , list persons related to a movie, list movies related to a person and list common movies of two persons. +.SS Supported websites: +* allocine (AlloCiné French cinema database service) +.br +* attilasub ("Attila's Website 2.0" French subtitles) +.br +* btmon (BTMon BitTorrent database) +.br +* cpasbien (Cpasbien Torrents BitTorrent tracker) +.br +* gazelle (Gazelle\-based BitTorrent trackers) +.br +* imdb (Internet Movie Database service) +.br +* kickass (Kickass Torrents BitTorrent tracker) +.br +* opensubtitles (Opensubtitles subtitle website) +.br +* piratebay (The Pirate Bay BitTorrent tracker) +.br +* podnapisi (Podnapisi movies and tv series subtitle website) +.br +* t411 (T411 BitTorrent tracker) +.br +* torrentz (Torrentz Search Engine.) +.br +* tvsubtitles (Tvsubtitles subtitle website) .SH CINEOOB COMMANDS .TP \fBbiography\fR person\fI_ID\fR @@ -316,7 +342,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -453,7 +479,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013-2016 Julien Veyssier +Copyright(C) 2013-2017 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/comparoob.1 b/man/comparoob.1 index 48dbcb89a6a78e908247f5f8b7b489b2367ecf41..69878b6f5cf70fa30adce2dfb4dbed4c5a6141d7 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 "11 February 2016" "comparoob 1\&.1" +.TH COMPAROOB 1 "08 January 2017" "comparoob 1\&.2" .SH NAME comparoob \- compare products .SH SYNOPSIS @@ -30,6 +30,10 @@ Get information about a product. Display prices for a product. If a pattern is supplied, do not prompt .br what product to compare. +.br + +.br +Default is limited to 10 results. .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -140,7 +144,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -276,7 +280,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Romain Bignon +Copyright(C) 2012-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/cookboob.1 b/man/cookboob.1 index 83a2d75f7d6556ef19f965bb679364749e1675c2..b1a3cdc459a7323c16475a4b5c061c1c22110cc6 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 "11 February 2016" "cookboob 1\&.1" +.TH COOKBOOB 1 "08 January 2017" "cookboob 1\&.2" .SH NAME cookboob \- search and consult recipes .SH SYNOPSIS @@ -156,7 +156,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -292,7 +292,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013-2016 Julien Veyssier +Copyright(C) 2013-2017 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/flatboob.1 b/man/flatboob.1 index e5aa5322d431985247f27c98afe716e03a5e3517..7b5ad85a003c18dee77d2234aa5ccf3d874850b3 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 "11 February 2016" "flatboob 1\&.1" +.TH FLATBOOB 1 "08 January 2017" "flatboob 1\&.2" .SH NAME flatboob \- search for housing .SH SYNOPSIS @@ -158,7 +158,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -294,7 +294,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Romain Bignon +Copyright(C) 2012-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/galleroob.1 b/man/galleroob.1 index 3a00191efdcaedcab2945ebe4c3956470a87a188..9a988281b61fb9b02793ce6903f17bd5e2ad239e 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 "11 February 2016" "galleroob 1\&.1" +.TH GALLEROOB 1 "08 January 2017" "galleroob 1\&.2" .SH NAME galleroob \- browse and download web image galleries .SH SYNOPSIS @@ -166,7 +166,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br diff --git a/man/geolooc.1 b/man/geolooc.1 index 264591c0fac426bf9a5382538a7f10d91c7ede48..8a3c4c12e188d965550a4e125479d7a00e090bba 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 "11 February 2016" "geolooc 1\&.1" +.TH GEOLOOC 1 "08 January 2017" "geolooc 1\&.2" .SH NAME geolooc \- geolocalize IP addresses .SH SYNOPSIS @@ -16,8 +16,6 @@ geolooc \- geolocalize IP addresses Console application allowing to geolocalize IP addresses. .SS Supported websites: -* freegeoip (public API to search the geolocation of IP addresses) -.br * geolocip (GeolocIP IP addresses geolocation service) .br * ipapi (IP\-API Geolocation API) @@ -133,7 +131,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -269,7 +267,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/handjoob.1 b/man/handjoob.1 index 7667854721cfdb85164b1f0b23bc16d680827d71..6ce186c805fdd473e12166f69dceb18df3518a1b 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 "11 February 2016" "handjoob 1\&.1" +.TH HANDJOOB 1 "08 January 2017" "handjoob 1\&.2" .SH NAME handjoob \- search for a job .SH SYNOPSIS @@ -24,8 +24,12 @@ Console application to search for a job. .br * indeed (indeed website) .br +* linuxjobs (linuxjobs website) +.br * lolix (Lolix French free software employment website) .br +* manpower (manpower website) +.br * monster (monster website) .br * popolemploi (Pole Emploi website) @@ -282,7 +286,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Bezleputh +Copyright(C) 2012-2017 Bezleputh .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/havedate.1 b/man/havedate.1 index 1a75c9a605f8a0e972e0f4658c969791cf4914ef..c2c905ddba279e71f4a6cd926cf8881ec15d74d0 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 "11 February 2016" "havedate 1\&.1" +.TH HAVEDATE 1 "08 January 2017" "havedate 1\&.2" .SH NAME havedate \- interact with dating websites .SH SYNOPSIS @@ -206,7 +206,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -350,7 +350,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/masstransit.1 b/man/masstransit.1 index 7320cea78addeddd605adae7d118c12d19f30aaf..062fd49493f8be1374559c2ad13617bf3ef840a5 100644 --- a/man/masstransit.1 +++ b/man/masstransit.1 @@ -1,5 +1,6 @@ .\" -*- coding: utf-8 -*- -.TH MASSTRANSIT 1 "09 March 2013" "masstransit 0\&.f" +.\" This file was generated automatically by tools/make_man.sh. +.TH MASSTRANSIT 1 "08 January 2017" "masstransit 1\&.2" .SH NAME masstransit \- search for train stations and departures .SH SYNOPSIS @@ -34,7 +35,7 @@ do not validate SSL .SH LOGGING OPTIONS .TP \fB\-d\fR, \fB\-\-debug\fR -display debug messages +display debug messages. Set up it twice to more verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR display only error messages @@ -48,10 +49,62 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR save every response +.SH CONDITION +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. +The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. +.LP +The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' +.fi +Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions + .SH COPYRIGHT -Copyright(C) 2010-2011 Julien Hébert +Copyright(C) 2010-2017 Julien Hébert .LP -For full COPYRIGHT see COPYING file with weboob package. +For full copyright information see the COPYING file in the weboob package. .LP .RE .SH FILES diff --git a/man/monboob.1 b/man/monboob.1 index 33cf0a897415c9b6f98bca6c31692f031400a3f2..fc1c874c47050c1ee3691d69bba6e326b070e483 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 "11 February 2016" "monboob 1\&.1" +.TH MONBOOB 1 "08 January 2017" "monboob 1\&.2" .SH NAME monboob \- daemon to send and check messages .SH SYNOPSIS @@ -42,12 +42,14 @@ Daemon allowing to regularly check for new messages on various websites, and sen .br * mailinator (mailinator temp mailbox) .br -* minutes20 (2 Minutes French newspaper website) +* minutes20 (20 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) .br * okc (OkCupid) .br +* openedx (Discussions on OpenEDX\-powered coursewares) +.br * orange (Orange French mobile phone provider) .br * ovs (OnVaSortir website. Handles private messages only) @@ -60,6 +62,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen .br * sfr (SFR French mobile phone provider) .br +* tapatalk (Tapatalk\-compatible sites) +.br * taz (Taz newspaper website) .br * tinder (Tinder dating mobile application) @@ -198,7 +202,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/parceloob.1 b/man/parceloob.1 index ef674f6b49364be0e497028a1548244e469d63ec..25ee11429e37cacff9e37b6cc9e3ad24e95d4494 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 "11 February 2016" "parceloob 1\&.1" +.TH PARCELOOB 1 "08 January 2017" "parceloob 1\&.2" .SH NAME parceloob \- manage your parcels .SH SYNOPSIS @@ -158,7 +158,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -294,7 +294,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013-2016 Romain Bignon +Copyright(C) 2013-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/pastoob.1 b/man/pastoob.1 index 907769b6b2f78427e0ad7b95eed8bd6349029fdf..11d8bf0c0c526fbf96639f589f93bea794976f6f 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 "11 February 2016" "pastoob 1\&.1" +.TH PASTOOB 1 "08 January 2017" "pastoob 1\&.2" .SH NAME pastoob \- post and get pastes from pastebins .SH SYNOPSIS @@ -18,6 +18,8 @@ Console application allowing to post and get pastes from pastebins. .SS Supported websites: * imgur (imgur image upload service) .br +* jirafeau (Jirafeau\-based file upload website) +.br * lutim (lutim website) .br * pastealacon (Paste à la con text sharing tool) @@ -168,7 +170,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -318,7 +320,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011-2016 Laurent Bachelier +Copyright(C) 2011-2017 Laurent Bachelier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qbooblyrics.1 b/man/qbooblyrics.1 index 94fb04b085adc34a87cdad47f2b307f479425a67..a9c8f5549404806be64ef4e490e76043098deb10 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 "25 mars 2016" "qbooblyrics 1\&.2" +.TH QBOOBLYRICS 1 "08 January 2017" "qbooblyrics 1\&.2" .SH NAME qbooblyrics \- search lyrics .SH SYNOPSIS @@ -16,13 +16,19 @@ qbooblyrics \- search lyrics Qt application allowing to search song lyrics. .SS Supported websites: +* lyricsdotcom (Lyrics.com lyrics website) +.br +* lyricsmode (Lyrics.com lyrics website) +.br +* lyricsplanet (Lyricsplanet.com song lyrics website) +.br +* paroles2chansons (Paroles2chansons.com song lyrics website) +.br * parolesmania (Paroles Mania lyrics website) .br * parolesmusique (paroles\-musique lyrics website) .br * parolesnet (paroles.net lyrics website) -.br -* seeklyrics (SeekLyrics lyrics website) .SH OPTIONS .TP \fB\-\-version\fR diff --git a/man/qboobmsg.1 b/man/qboobmsg.1 index 1c2937798ba5efb98ff80e511f35c695faf1a6b3..7a31487a98401725169a6a79577b6cf749f46555 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 "17 October 2014" "qboobmsg 1\&.0" +.TH QBOOBMSG 1 "08 January 2017" "qboobmsg 1\&.2" .SH NAME qboobmsg \- send and receive message threads .SH SYNOPSIS @@ -30,9 +30,9 @@ Qt application allowing to read messages on various websites and reply to them. .br * guerrillamail (GuerrillaMail temp mailbox) .br -* hds (Histoires de Sexe French erotic novels) +* happn (Happn dating mobile application) .br -* hellobank (Hello Bank!) +* hds (Histoires de Sexe French erotic novels) .br * inrocks (Les Inrocks French news website) .br @@ -42,11 +42,13 @@ Qt application allowing to read messages on various websites and reply to them. .br * mailinator (mailinator temp mailbox) .br -* minutes20 (2 Minutes French newspaper website) +* minutes20 (20 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) .br -* okc (OkCupid dating website) +* okc (OkCupid) +.br +* openedx (Discussions on OpenEDX\-powered coursewares) .br * orange (Orange French mobile phone provider) .br @@ -60,6 +62,8 @@ Qt application allowing to read messages on various websites and reply to them. .br * sfr (SFR French mobile phone provider) .br +* tapatalk (Tapatalk\-compatible sites) +.br * taz (Taz newspaper website) .br * tinder (Tinder dating mobile application) @@ -100,7 +104,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -152,7 +156,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qcineoob.1 b/man/qcineoob.1 index 527f6f2e92558c87ef0b2c5dd73e9dacba672890..eb30665eb5489d26e33aed5a978bb28ea402fd09 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 "17 October 2014" "qcineoob 1\&.0" +.TH QCINEOOB 1 "08 January 2017" "qcineoob 1\&.2" .SH NAME qcineoob \- search movies, people, torrent and subtitles .SH SYNOPSIS @@ -15,6 +15,32 @@ qcineoob \- search movies, people, torrent and subtitles Qt application allowing to search movies, people, torrent and subtitles. +.SS Supported websites: +* allocine (AlloCiné French cinema database service) +.br +* attilasub ("Attila's Website 2.0" French subtitles) +.br +* btmon (BTMon BitTorrent database) +.br +* cpasbien (Cpasbien Torrents BitTorrent tracker) +.br +* gazelle (Gazelle\-based BitTorrent trackers) +.br +* imdb (Internet Movie Database service) +.br +* kickass (Kickass Torrents BitTorrent tracker) +.br +* opensubtitles (Opensubtitles subtitle website) +.br +* piratebay (The Pirate Bay BitTorrent tracker) +.br +* podnapisi (Podnapisi movies and tv series subtitle website) +.br +* t411 (T411 BitTorrent tracker) +.br +* torrentz (Torrentz Search Engine.) +.br +* tvsubtitles (Tvsubtitles subtitle website) .SH OPTIONS .TP \fB\-\-version\fR @@ -50,7 +76,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -102,7 +128,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Julien Veyssier +Copyright(C) 2013-2017 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qcookboob.1 b/man/qcookboob.1 index c1a5b5e8afc032e85267e19d7d78acd73d0cc55d..bae7345d2d29032b128d2850425b28eccc961d46 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 "17 October 2014" "qcookboob 1\&.0" +.TH QCOOKBOOB 1 "08 January 2017" "qcookboob 1\&.2" .SH NAME qcookboob \- search recipes .SH SYNOPSIS @@ -60,7 +60,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -112,7 +112,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Julien Veyssier +Copyright(C) 2013-2014 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qflatboob.1 b/man/qflatboob.1 index 9c95d2498b5bbf3f5fd76b560fff7f846b296086..c1285ac44f937e37ea483b6f9ad11a842c078037 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 "17 October 2014" "qflatboob 1\&.0" +.TH QFLATBOOB 1 "08 January 2017" "qflatboob 1\&.2" .SH NAME qflatboob \- search for housing .SH SYNOPSIS @@ -16,8 +16,14 @@ qflatboob \- search for housing Qt application to search for housing. .SS Supported websites: +* entreparticuliers (entreparticuliers.com website) +.br +* explorimmo (explorimmo website) +.br * leboncoin (search house on leboncoin website) .br +* logicimmo (logicimmo website) +.br * pap (French housing website) .br * seloger (French housing website) @@ -56,7 +62,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -108,7 +114,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2012 Romain Bignon +Copyright(C) 2010-2014 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qhandjoob.1 b/man/qhandjoob.1 index 11a629e354aaa0ec4fbf628997a0079185056684..a15be5763ae7ce2bac5549a03e691c36a0cac481 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 "17 October 2014" "qhandjoob 1\&.0" +.TH QHANDJOOB 1 "08 January 2017" "qhandjoob 1\&.2" .SH NAME qhandjoob \- search for job .SH SYNOPSIS @@ -24,8 +24,12 @@ Qt application to search for job. .br * indeed (indeed website) .br +* linuxjobs (linuxjobs website) +.br * lolix (Lolix French free software employment website) .br +* manpower (manpower website) +.br * monster (monster website) .br * popolemploi (Pole Emploi website) @@ -66,7 +70,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -118,7 +122,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013 Sébastien Monel +Copyright(C) 2013-2014 Sébastien Monel .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qhavedate.1 b/man/qhavedate.1 index d72f1fc46bf752c1b74824dfb58f7d46d1323ad6..eb5dc60d558c1ef2efabaff4286b9c3020fb12a4 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 "17 October 2014" "qhavedate 1\&.0" +.TH QHAVEDATE 1 "08 January 2017" "qhavedate 1\&.2" .SH NAME qhavedate \- interact with dating websites .SH SYNOPSIS @@ -18,7 +18,9 @@ Qt application allowing to interact with various dating websites. .SS Supported websites: * aum ("Adopte un Mec" French dating website) .br -* okc (OkCupid dating website) +* happn (Happn dating mobile application) +.br +* okc (OkCupid) .br * playme (PlayMe dating mobile application) .br @@ -58,7 +60,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -110,7 +112,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2012 Romain Bignon +Copyright(C) 2010-2014 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qvideoob.1 b/man/qvideoob.1 index 9e9e6e5b3ac5d4f10acf5b256924faaf835f0c20..138840ca51c7443ad635dae2dbc8db962d586458 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 "17 October 2014" "qvideoob 1\&.0" +.TH QVIDEOOB 1 "08 January 2017" "qvideoob 1\&.2" .SH NAME qvideoob \- search and play videos .SH SYNOPSIS @@ -16,6 +16,8 @@ qvideoob \- search and play videos Qt application allowing to search videos on various websites and play them. .SS Supported websites: +* allocine (AlloCiné French cinema database service) +.br * arretsurimages (arretsurimages website) .br * arte (Arte French and German TV) @@ -30,6 +32,8 @@ Qt application allowing to search videos on various websites and play them. .br * francetelevisions (France Télévisions video website) .br +* funmooc (France\-Université\-Numérique MOOC website) +.br * gdcvault (Game Developers Conferences Vault video streaming website) .br * ina (INA French TV video archives) @@ -38,14 +42,18 @@ Qt application allowing to search videos on various websites and play them. .br * nolifetv (NolifeTV French video streaming website) .br +* pornhub (Pornhub pornographic video streaming website) +.br * quvi (Multi\-website video helper with quvi. Handles Youtube, BBC, and a lot more) .br -* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') +* rmll (Videos from RMLL) .br * trictractv (TricTrac.tv video website) .br * vimeo (Vimeo video streaming website) .br +* vine (vine website) +.br * youjizz (YouJizz pornographic video streaming website) .br * youporn (YouPorn pornographic video streaming website) @@ -86,7 +94,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -138,7 +146,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2014 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/qwebcontentedit.1 b/man/qwebcontentedit.1 index 7afdf91d28a998e5c69a07201dbd0c7197543d91..826630d5c4bfad87544d56e49f61d818e2ba7bb5 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 "17 October 2014" "qwebcontentedit 1\&.0" +.TH QWEBCONTENTEDIT 1 "08 January 2017" "qwebcontentedit 1\&.2" .SH NAME qwebcontentedit \- manage websites content .SH SYNOPSIS @@ -56,7 +56,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -108,7 +108,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2011 Clément Schreiner +Copyright(C) 2011-2014 Clément Schreiner .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/radioob.1 b/man/radioob.1 index 9426c53f20aefa3f578b0a16f8537519190a2d2d..d505b15db1619fd20b012ba0fdeb98efbc39bcd6 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 "11 February 2016" "radioob 1\&.1" +.TH RADIOOB 1 "08 January 2017" "radioob 1\&.2" .SH NAME radioob \- search, show or listen to radio stations .SH SYNOPSIS @@ -15,6 +15,24 @@ radioob \- search, show or listen to radio stations Console application allowing to search for web radio stations, listen to them and get information like the current song. +.SS Supported websites: +* audioaddict (Internet radios powered by audioaddict.com services) +.br +* ina (INA French TV video archives) +.br +* nectarine (Nectarine Demoscene Radio) +.br +* nihonnooto (« Le son du Japon » french operated web radio, diffusing japanese music) +.br +* nova (Nova French radio) +.br +* ouifm (OÜI FM French radio) +.br +* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') +.br +* somafm (SomaFM web radio) +.br +* virginradio (VirginRadio french radio) .SH RADIOOB COMMANDS .TP \fBdownload\fR \fIID\fR [\fIDIRECTORY\fR] @@ -279,8 +297,8 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon -Copyright(C) 2016 Pierre Maziere +Copyright(C) 2010-2017 Romain Bignon +Copyright(C) 2017 Pierre Maziere .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/shopoob.1 b/man/shopoob.1 index 2032f803eba79eb9616bcc7f922d88d7f81c2c81..4a87a8972b463a4f91ae060161d53cc114cf027c 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 "11 February 2016" "shopoob 1\&.1" +.TH SHOPOOB 1 "08 January 2017" "shopoob 1\&.2" .SH NAME shopoob \- Obtain details and status of e-commerce orders .SH SYNOPSIS @@ -154,7 +154,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br diff --git a/man/suboob.1 b/man/suboob.1 index 63c94109bcc91e12de63807435ec93474f274c9d..da06c82fdd3dd13fb1317a090827fd80bd1a2e5a 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 "11 February 2016" "suboob 1\&.1" +.TH SUBOOB 1 "08 January 2017" "suboob 1\&.2" .SH NAME suboob \- search and download subtitles .SH SYNOPSIS @@ -194,7 +194,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -330,7 +330,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2013-2016 Julien Veyssier +Copyright(C) 2013-2017 Julien Veyssier .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/translaboob.1 b/man/translaboob.1 index fb147434721aceda31c4c8c47b7006b30303b450..ff10884121f64b85662ffe00711deb6a11cf0984 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 "11 February 2016" "translaboob 1\&.1" +.TH TRANSLABOOB 1 "08 January 2017" "translaboob 1\&.2" .SH NAME translaboob \- translate text from one language to another .SH SYNOPSIS @@ -182,7 +182,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -318,7 +318,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Lucien Loiseau +Copyright(C) 2012-2017 Lucien Loiseau .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/traveloob.1 b/man/traveloob.1 index 9104922a3262a53dac137809b76e18c5f04b9d90..3ac9946c866e56ed28d0c046f15ba42495d94f29 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 "11 February 2016" "traveloob 1\&.1" +.TH TRAVELOOB 1 "08 January 2017" "traveloob 1\&.2" .SH NAME traveloob \- search for train stations and departures .SH SYNOPSIS @@ -176,7 +176,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -318,7 +318,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/videoob.1 b/man/videoob.1 index a2fec1fd6aa7b75d8249ba1b5028eb9835be5d51..430c3eb62347de5b279efff1a7a26d341d0da96e 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 "11 February 2016" "videoob 1\&.1" +.TH VIDEOOB 1 "08 January 2017" "videoob 1\&.2" .SH NAME videoob \- search and play videos .SH SYNOPSIS @@ -42,6 +42,8 @@ Console application allowing to search for videos on various websites, play and .br * nolifetv (NolifeTV French video streaming website) .br +* pornhub (Pornhub pornographic video streaming website) +.br * quvi (Multi\-website video helper with quvi. Handles Youtube, BBC, and a lot more) .br * rmll (Videos from RMLL) @@ -220,7 +222,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -356,7 +358,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Christophe Benz, Romain Bignon, John Obbele +Copyright(C) 2010-2017 Christophe Benz, Romain Bignon, John Obbele .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/webcontentedit.1 b/man/webcontentedit.1 index 239be390e51c582002480832b874d7151ae4a0dd..f5559dbed4bc3496af22368c33caaa309dfcfedd 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 "11 February 2016" "webcontentedit 1\&.1" +.TH WEBCONTENTEDIT 1 "08 January 2017" "webcontentedit 1\&.2" .SH NAME webcontentedit \- manage websites content .SH SYNOPSIS @@ -148,7 +148,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -284,7 +284,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-cli.1 b/man/weboob-cli.1 index e62d7ba9bcf2f0213a52f0b8a8d5bc5edd71c726..179d6657925b514ad3fc0c3e60249f223d5dd819 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 "11 February 2016" "weboob-cli 1\&.1" +.TH WEBOOB-CLI 1 "08 January 2017" "weboob-cli 1\&.2" .SH NAME weboob-cli \- call a method on backends .SH SYNOPSIS @@ -130,7 +130,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-config-qt.1 b/man/weboob-config-qt.1 index 9207589e1c5e540e38afadf53716cc7f71dda785..edd8a1ef390c61cdfe7fffcef67ceababce8f432 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 "17 October 2014" "weboob-config-qt 1\&.0" +.TH WEBOOB-CONFIG-QT 1 "08 January 2017" "weboob-config-qt 1\&.2" .SH NAME weboob-config-qt \- manage backends or register new accounts .SH SYNOPSIS @@ -50,7 +50,7 @@ file to save logs save every response .SH CONDITION -The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. .LP The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. @@ -102,7 +102,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2011 Romain Bignon +Copyright(C) 2010-2014 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-config.1 b/man/weboob-config.1 index 20cc33cd5dfaa2e17cbdb4f9de8db09c5508bf41..4912d61377dc223e8de8a1b121e15102d3805a2b 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 "11 February 2016" "weboob-config 1\&.1" +.TH WEBOOB-CONFIG 1 "08 January 2017" "weboob-config 1\&.2" .SH NAME weboob-config \- manage backends or register new accounts .SH SYNOPSIS @@ -193,7 +193,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Christophe Benz, Romain Bignon +Copyright(C) 2010-2017 Christophe Benz, Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-debug.1 b/man/weboob-debug.1 index 60de9e07e59fb35418f2eb03bfa50e347287199d..da37215bf9a4a375ad934f0154d82d6292f108f4 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 "11 February 2016" "weboob-debug 1\&.1" +.TH WEBOOB-DEBUG 1 "08 January 2017" "weboob-debug 1\&.2" .SH NAME weboob-debug \- debug backends .SH SYNOPSIS @@ -107,7 +107,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Christophe Benz +Copyright(C) 2010-2017 Christophe Benz .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob-repos.1 b/man/weboob-repos.1 index a5e4e36a191ac2fcb7aafb740d80ab7e9d03d0f1..157877a721f6232fc2b46305962c8e130e30ffd5 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 "11 February 2016" "weboob-repos 1\&.1" +.TH WEBOOB-REPOS 1 "08 January 2017" "weboob-repos 1\&.2" .SH NAME weboob-repos \- manage a weboob repository .SH SYNOPSIS @@ -173,7 +173,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2012-2016 Romain Bignon +Copyright(C) 2012-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/weboob.1 b/man/weboob.1 new file mode 100644 index 0000000000000000000000000000000000000000..1de4e287900bbc7b7d16c7c36bcba5caacfbbcb1 --- /dev/null +++ b/man/weboob.1 @@ -0,0 +1,114 @@ +.\" -*- coding: utf-8 -*- +.\" This file was generated automatically by tools/make_man.sh. +.TH WEBOOB 1 "08 January 2017" "weboob 1\&.2" +.SH NAME +weboob \- launch weboob applications +.SH SYNOPSIS +.B weboob +[\-h] [\-dqv] [\-b \fIbackends\fR] ... +.br +.B weboob +[\-\-help] [\-\-version] + +.SH DESCRIPTION +.LP + +This is a console script to launch weboob applications, + +.SH OPTIONS +.TP +\fB\-\-version\fR +show program's version number and exit +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR +what backend(s) to enable (comma separated) +.TP +\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR +what backend(s) to exclude (comma separated) +.TP +\fB\-I\fR, \fB\-\-insecure\fR +do not validate SSL + +.SH LOGGING OPTIONS +.TP +\fB\-d\fR, \fB\-\-debug\fR +display debug messages. Set up it twice to more verbosity +.TP +\fB\-q\fR, \fB\-\-quiet\fR +display only error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +display info messages +.TP +\fB\-\-logging\-file=LOGGING_FILE\fR +file to save logs +.TP +\fB\-a\fR, \fB\-\-save\-responses\fR +save every response + +.SH CONDITION +The \-c and \-\-condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY\-MM\-DD or YYYY\-MM\-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. +The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression. +.LP +The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +.LP +You can make a expression combinations with the keywords \fB" AND "\fR, \fB" OR "\fR an \fB" LIMIT "\fR. +.LP +The \fBLIMIT\fR keyword can be used to limit the number of items upon which running the expression. \fBLIMIT\fR can only be placed at the end of the expression followed by the number of elements you want. +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09' +.fi +Get transactions betweens the 2th December and 8th December 2013. +.PP +.nf +.B boobank history account@backend \-\-condition 'date>2013\-12\-01 LIMIT 10' +.fi +Get transactions after the 2th December in the last 10 transactions + +.SH COPYRIGHT +Copyright(C) 2010-2017 The Weboob Team +.LP +For full copyright information see the COPYING file in the weboob package. +.LP +.RE +.SH FILES +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/weboob diff --git a/man/weboorrents.1 b/man/weboorrents.1 index faefde04033e7edb2ce8938c30f778e2308552ce..d5e2927f1dcd7d1a5ebf070e62f826e532e8cc91 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 "11 February 2016" "weboorrents 1\&.1" +.TH WEBOORRENTS 1 "08 January 2017" "weboorrents 1\&.2" .SH NAME weboorrents \- search and download torrents .SH SYNOPSIS @@ -16,10 +16,10 @@ weboorrents \- search and download torrents Console application allowing to search for torrents on various trackers and download .torrent files. .SS Supported websites: -* btdigg (The BitTorrent DHT search engine.) -.br * btmon (BTMon BitTorrent database) .br +* cpasbien (Cpasbien Torrents BitTorrent tracker) +.br * gazelle (Gazelle\-based BitTorrent trackers) .br * kickass (Kickass Torrents BitTorrent tracker) @@ -27,6 +27,8 @@ Console application allowing to search for torrents on various trackers and down * piratebay (The Pirate Bay BitTorrent tracker) .br * t411 (T411 BitTorrent tracker) +.br +* torrentz (Torrentz Search Engine.) .SH WEBOORRENTS COMMANDS .TP \fBgetfile\fR \fIID\fR [\fIFILENAME\fR] @@ -158,7 +160,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -294,7 +296,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP diff --git a/man/wetboobs.1 b/man/wetboobs.1 index 55068adeee1a1171b67c7155e3581255e074d818..fe0c0469e4cb0ee8e8110a88beb72a3b58f62b6c 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 "11 February 2016" "wetboobs 1\&.1" +.TH WETBOOBS 1 "08 January 2017" "wetboobs 1\&.2" .SH NAME wetboobs \- display weather and forecasts .SH SYNOPSIS @@ -22,7 +22,7 @@ Console application allowing to display weather and forecasts in your city. .br * weather (Get forecasts from weather.com) .br -* yahoo (Yahoo!) +* yahoo (Yahoo! Weather.) .SH WETBOOBS COMMANDS .TP \fBcities\fR \fIPATTERN\fR @@ -150,7 +150,7 @@ Use \-d option to display information about a collection (and to not .br display the content of it). It has the same behavior than the well .br -know UNIX "ls" command. +known UNIX "ls" command. .br .br @@ -286,7 +286,7 @@ Get transactions betweens the 2th December and 8th December 2013. Get transactions after the 2th December in the last 10 transactions .SH COPYRIGHT -Copyright(C) 2010-2016 Romain Bignon +Copyright(C) 2010-2017 Romain Bignon .LP For full copyright information see the COPYING file in the weboob package. .LP