Skip to content
  1. Oct 27, 2019
  2. Feb 24, 2019
  3. Oct 28, 2015
  4. Oct 18, 2015
  5. Sep 20, 2015
  6. Sep 08, 2015
  7. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 fixes, modernizations · 6161a0aa
      Laurent Bachelier authored
      autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 .
      Also includes some manual reindentations (many are left after the print()
      changes).
      Manually checked, some modernizations not commited here.
      6161a0aa
  8. Oct 06, 2014
  9. Jul 07, 2014
  10. Sep 18, 2013
  11. Aug 06, 2013
  12. Apr 03, 2013
  13. Mar 15, 2013
  14. Feb 28, 2013
  15. Feb 08, 2013
  16. Dec 24, 2012
  17. Dec 23, 2012
  18. 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
  19. Oct 27, 2012