#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1649558683(BasicNewsRecipe):
    title          = 'NVIDIA Developer Blog'
    oldest_article = 7
    max_articles_per_feed = 100
    auto_cleanup   = True

    feeds          = [
        ('NVIDIA Developer Blog', 'https://developer.nvidia.com/blog/feed'),
    ]