Skip to content
  1. Apr 20, 2019
    • Florian Duguet's avatar
      [edf - par] fix login · 27345b43
      Florian Duguet authored and Romain Bignon's avatar Romain Bignon committed
      they have removed captcha, but added an otp at first login
      then use password for other attemps, so we use a StatesMixin
      
      Closes: 36486@sibi 36670@sibi 36669@sibi
      27345b43
  2. Mar 16, 2019
  3. Feb 24, 2019
  4. Jan 23, 2019
    • Florian Duguet's avatar
      [edf] fix download document · f4ca5a8c
      Florian Duguet authored and Romain Bignon's avatar Romain Bignon committed
      sometimes document is not found, and edf return an html page
      retry one time if that occur and raise an exception the second time
      to avoid to return an html page instead of pdf
      
      Closes: 8906@zendesk
      f4ca5a8c
  5. Dec 17, 2018
  6. Oct 11, 2018
  7. Sep 16, 2018
  8. Jul 29, 2018
  9. Mar 31, 2018
  10. Nov 18, 2017
  11. Sep 21, 2017
  12. Jun 17, 2017
  13. Apr 27, 2017
  14. Mar 11, 2017
  15. Dec 03, 2016
  16. Nov 18, 2016
  17. May 05, 2016
  18. Mar 12, 2016
  19. Oct 06, 2014
    • Romain Bignon's avatar
      rename things related to browsers · d61e15cf
      Romain Bignon authored
      weboob.tools.browser -> weboob.deprecated.browser
      weboob.tools.parsers -> weboob.deprecated.browser.parsers
      weboob.tools.mech -> weboob.deprecated.mech
      weboob.browser2 -> weboob.browser
      weboob.core.exceptions -> weboob.exceptions
      
      Also, the new tree for browser2 is:
      
      weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
      weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
      weboob.browser.url: the URL class
      weboob.browser.profiles: all Profile classes
      weboob.browser.sessions: WeboobSession and FuturesSession
      weboob.browser.cookies: that's a cookies thing
      weboob.browser.pages: all Page and derivated classes, and Form class
      weboob.browser.exceptions: specific browser exceptions
      weboob.browser.elements: AbstractElement classes, and 'method' decorator
      weboob.browser.filters.*: all filters
      d61e15cf
  20. Sep 26, 2014
  21. Sep 02, 2013
  22. Jul 27, 2013
  23. Jul 23, 2013