1
0

CHANGELOG 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. 0.3 (WIP)
  2. ----
  3. * Added smtp authentication
  4. * Added notify option
  5. * Added "verbose" and "quiet" output modes
  6. * Added switch to clean the database of old video entries
  7. * Added maxfails option and mark videos as permanently failed when that value is reached
  8. * Implemented MAXVIDEOS configuration option to limit the number of videos retrieved from the youtube API
  9. * Changed --lsvids to print the download status
  10. * Made the youtube-dl output shown to the user depend on the defined output level
  11. * Now uses youtube API version 2
  12. * Fixed situation when all videos fail and the output would have suggested there were no videos to be downloaded
  13. * Fixed a bug that lead to a duplicate subscription when a playlist was added
  14. * Fixed error message printed when youtube-dl fails
  15. * Improved output behaviour so strings will be properly encoded
  16. 0.2
  17. ----
  18. * Added catchup option
  19. * Added option to print license information
  20. * Added option to print version number
  21. * Added a simple installer script
  22. * Changed coding style to better conform to PEP-8
  23. * Updated module usage: Use urllib2 instead of urllib and subprocess instead of os.system
  24. * Many Bugfixes
  25. 0.1
  26. ----
  27. * Initial release