Skip to content
  1. Jun 16, 2018
  2. Apr 06, 2018
  3. Sep 20, 2017
  4. Aug 30, 2017
  5. Jul 22, 2017
  6. Apr 25, 2017
  7. Apr 17, 2017
  8. Feb 22, 2017
  9. Feb 03, 2017
  10. Jan 25, 2017
  11. Jan 08, 2017
  12. Jan 04, 2017
  13. Nov 17, 2016
  14. Oct 03, 2016
  15. Sep 13, 2016
  16. Sep 08, 2016
  17. Jun 06, 2016
  18. Mar 31, 2016
  19. Feb 20, 2016
  20. Feb 11, 2016
  21. Jan 13, 2016
  22. Dec 11, 2015
  23. Dec 01, 2015
  24. Jul 17, 2015
  25. Jun 19, 2015
  26. May 14, 2015
  27. Apr 13, 2015
  28. Apr 04, 2015
  29. Mar 12, 2015
    • Bezleputh's avatar
      [arte] adapt to browser2 · cdc44101
      Bezleputh authored
      * use of browser 2
      * choose between videos version (ie: subtitles or not)
      * support of cinema.arte.tv
      cdc44101
  30. Jan 11, 2015
  31. Oct 17, 2014
  32. 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
  33. Sep 26, 2014