Skip to content
  1. Sep 20, 2017
  2. Aug 30, 2017
  3. Jan 08, 2017
  4. Feb 20, 2016
  5. Feb 11, 2016
  6. Oct 17, 2014
  7. Oct 11, 2014
  8. Oct 10, 2014
  9. 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
    • Romain Bignon's avatar
      be7d4931
    • Laurent Bachelier's avatar
      Use the print function everywhere · 74a4ef67
      Laurent Bachelier authored
      python modernize.py --no-six -f libmodernize.fixes.fix_print -w
      
      With manual fixes as the import was put always on top.
      74a4ef67
  10. Sep 26, 2014
  11. Sep 09, 2014
    • Laurent Bachelier's avatar
      Remove useless __all__ in modules · 3da02fde
      Laurent Bachelier authored
      They bring nothing of value (we never use import * anyway) and introduce
      a maintenance burden.
      
      The __all__ that I left might not be very useful either but at least
      they are not a pain to maintain; they are also used by pyflakes in some
      cases.
      3da02fde
  12. Sep 03, 2014
  13. Aug 30, 2014
  14. Jul 05, 2014
  15. May 19, 2014
  16. Jan 08, 2014
  17. Dec 22, 2013
  18. Aug 03, 2013
  19. Jul 27, 2013
  20. May 29, 2013
  21. Apr 03, 2013
  22. Mar 26, 2013
  23. Mar 25, 2013
    • François Revol's avatar
      gdcvault: cleanup · 26e2fc98
      François Revol authored
      26e2fc98
    • François Revol's avatar
      gdcvault: Fix flakes warnings · 4b8e65c7
      François Revol authored
      4b8e65c7
    • François Revol's avatar
      gdcvault: Fix various weird cases · b55812c5
      François Revol authored
      * comment out or remove some debug prints
      * try to cope with non-UTF-8 title passed (1013483).
      Couldn't get it to be recoded yet.
      * handle boggus url to xml config file (http:/...) (1015020)
      * handle iframes with page name different than 'player.html' (1013798)
      * handle xml config filenames with spaces (1441)
      * catch xml config names with 'smil' as hostname, which means speakervideo
      points to a smil file describing the streams, and take the file with the
      highest bitrate
      * account for xml config with only valid slidesvideo (1016627) and use it
      as fallback
      * handle configs with 'Invalid Date' as date text (1016634)
      
      We can now dump the entire gdcvault video files urls with a few exceptions
      (403 HTTP errors), and many /mediaProxy.php urls failing to redirect, which
      are still to be investigated.
      b55812c5
    • François Revol's avatar
      gdcvault: Do not set a default extension · 6f089c79
      François Revol authored
      Due to the redirecting pages we cannot be sure of the extension,
      so better not lie.
      6f089c79
    • François Revol's avatar
      gdcvault: Handle pages with redirects to files · 5f87aa24
      François Revol authored
      For some entry the /play/ page is a redirect to the file.
      This is quite hackish but seems to work.
      5f87aa24
  24. Mar 22, 2013