aljazeera.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:headliner.py 作者: JaidenDeChon 项目源码 文件源码
def make_rss_dictionary():
    """ Grabs the RSS data and makes a dictionary out of the wanted information """
    print('*** Al Jazeera ***')
    print('\nFetching Al Jazeera feed...')

    feed = feedparser.parse(url)

    rss_dict = []

    for article in feed['entries']:
        rss_dict.append({
            "title": article.title,
            "description": article.summary,
            "url": article.link,
        })

    print('Done\n')

    return rss_dict
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号