Skip to content
  1. Mar 15, 2013
  2. Mar 04, 2013
  3. Mar 02, 2013
  4. Feb 28, 2013
  5. Feb 08, 2013
  6. Jan 25, 2013
  7. Jan 11, 2013
  8. Jan 10, 2013
  9. Dec 24, 2012
  10. Dec 23, 2012
  11. Nov 24, 2012
    • Laurent Bachelier's avatar
      Use flake8 if available instead of pyflakes · 541d080c
      Laurent Bachelier authored
      With flake8, we can check for more issues and ignore those who are not
      real issues.
      
      This allowed me to find genuine errors in:
      - modules/boursorama/pages/account_history.py
      - modules/ing/pages/login.py
      - weboob/tools/application/qt/qt.py
      I left one in weboob/tools/browser/browser.py for the time being.
      
      Some PEP8 fixes on other files.
      541d080c
  12. Nov 12, 2012
  13. Nov 06, 2012
    • theo's avatar
      Add -e to rtmpdump options · cf603518
      theo authored
      Adding -e to rtmpdump.
      
      So instead of:
          rtmpdump -r <url> -o <file>
      we will have
          rtmpdump -e -r <url> -o <file>
      
      If <file> doesn't exist, it will be created. So the -e switch doesn't
      change anything.
      
      If <file> alredy exists, then rtmpdump will try to complete a previous
      download.
      
      That way, if videoob download <id> fails, running the command again
      will complete the download without starting again from scratch.
      cf603518
  14. Oct 28, 2012
  15. Oct 27, 2012
  16. Sep 03, 2012
  17. Jul 21, 2012
  18. Jul 20, 2012
  19. Jul 16, 2012
  20. Jun 01, 2012
  21. May 04, 2012
  22. Apr 30, 2012