Skip to content
  1. Sep 20, 2017
  2. Sep 11, 2017
  3. Aug 30, 2017
  4. Jul 30, 2017
  5. Jul 11, 2017
  6. Jul 08, 2017
  7. Jun 19, 2017
  8. Jun 17, 2017
  9. Apr 01, 2017
  10. Mar 31, 2017
    • Matthieu Weber's avatar
      Contrib: rboorrent-download · 593c7a69
      Matthieu Weber authored and Romain Bignon's avatar Romain Bignon committed
      Write a .torrent file containing a magnet link, compatible with
      rtorrent. Optionally remove tracker URL from the magnet link to use DHT
      only. If no magnet is available, download the .torrent and write it to a
      file.
      593c7a69
  11. Feb 22, 2017
  12. Feb 18, 2017
  13. Jan 04, 2017
  14. Jan 02, 2017
  15. Dec 29, 2016
  16. Oct 25, 2016
  17. Jun 04, 2016
  18. Apr 30, 2016
  19. Mar 31, 2016
  20. Oct 28, 2015
  21. Oct 18, 2015
  22. Sep 20, 2015
  23. Sep 08, 2015
  24. Aug 13, 2015
  25. Jul 17, 2015
  26. Jul 03, 2015
  27. Apr 15, 2015
  28. Apr 04, 2015
  29. Mar 17, 2015
  30. Jan 15, 2015
  31. Nov 25, 2014
  32. Oct 11, 2014
  33. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 blank lines fixes · 448c06d1
      Laurent Bachelier authored
      flake8 --select W391,E302,E301,E304
      
      autopep8 can't fix W391 even though it claims it can.
      Fixed using a simple custom script.
      448c06d1
    • 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