From 4ba7b6ed47f71052af00156f56f92602b6efa419 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 13 Sep 2014 18:03:03 +0530 Subject: [PATCH] VICE News by Adrian Tennessee --- recipes/vice.recipe | 66 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 recipes/vice.recipe 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