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