diff --git a/recipes/vice.recipe b/recipes/vice.recipe new file mode 100644 index 0000000000..d7d8ed03f7 --- /dev/null +++ b/recipes/vice.recipe @@ -0,0 +1,66 @@ +## +## Title: Vice News recipe for calibre +## Author: Adrian Tennessee +## Contact: adrian.tennessee at domainthatnobodytakes.com +## +## License: GNU General Public License v3 - http://www.gnu.org/copyleft/gpl.html +## Copyright: Copyright 2014 Adrian Tennessee +## +## Written: 2014-09-13 +## Last Edited: 2014-09-13 +## + +from calibre.web.feeds.news import BasicNewsRecipe + +class VICENews(BasicNewsRecipe): + __author__ = 'Adrian Tennessee (adrian.tennessee at domainthatnobodytakes.com)' + __license__ = 'GPLv3' + __copyright__ = '2014, Adrian Tennessee