CHANGELOG 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. 0.3
  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. * Added basic interactive configuration (doesn't check if your input makes sense at all!)
  9. * Added German translation for most parts
  10. * Implemented MAXVIDEOS configuration option to limit the number of videos retrieved from the youtube API
  11. * Changed --lsvids to print the download status
  12. * Made the youtube-dl output shown to the user depend on the defined output level
  13. * Now uses youtube API version 2
  14. * Fixed situation when all videos fail and the output would have suggested there were no videos to be downloaded
  15. * Fixed a bug that lead to a duplicate subscription when a playlist was added
  16. * Fixed error message printed when youtube-dl fails
  17. * Improved output behaviour so strings will be properly encoded
  18. 0.2
  19. ----
  20. * Added catchup option
  21. * Added option to print license information
  22. * Added option to print version number
  23. * Added a simple installer script
  24. * Changed coding style to better conform to PEP-8
  25. * Updated module usage: Use urllib2 instead of urllib and subprocess instead of os.system
  26. * Many Bugfixes
  27. 0.1
  28. ----
  29. * Initial release