Skip to content
  1. Jan 11, 2013
  2. Jan 10, 2013
  3. Dec 24, 2012
  4. Dec 23, 2012
  5. 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
  6. Nov 12, 2012
  7. 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
  8. Oct 28, 2012
  9. Oct 27, 2012
  10. Sep 03, 2012
  11. Jul 21, 2012
  12. Jul 20, 2012
  13. Jul 16, 2012
  14. Jun 01, 2012
  15. May 04, 2012
  16. Apr 30, 2012
  17. Apr 27, 2012
  18. Apr 23, 2012
  19. Apr 09, 2012
  20. Apr 01, 2012
  21. Mar 31, 2012
  22. Mar 30, 2012
  23. Mar 28, 2012
  24. Mar 22, 2012
  25. Mar 19, 2012
  26. Mar 15, 2012
  27. Mar 14, 2012
  28. Mar 13, 2012