Skip to content
  1. Oct 28, 2015
  2. Oct 18, 2015
  3. Sep 20, 2015
  4. Sep 08, 2015
  5. 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
  6. Oct 06, 2014
  7. Jul 07, 2014
  8. Sep 18, 2013
  9. Aug 06, 2013
  10. Apr 03, 2013
  11. Mar 15, 2013
  12. Feb 28, 2013
  13. Feb 08, 2013
  14. Dec 24, 2012
  15. Dec 23, 2012
  16. 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
  17. Oct 27, 2012