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