mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
96ec49496e
commit
8dd974ff42
@ -6,6 +6,8 @@ __copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
||||
www.codinghorror.com/blog/
|
||||
'''
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class CodingHorror(BasicNewsRecipe):
|
||||
title = 'Coding Horror'
|
||||
__author__ = 'Darko Miletic'
|
||||
|
@ -6,6 +6,8 @@ __copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
||||
www.hanselman.com/blog/
|
||||
'''
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class ScottHanselman(BasicNewsRecipe):
|
||||
title = "Scott Hanselman's Computer Zen"
|
||||
__author__ = 'Darko Miletic'
|
||||
|
@ -6,6 +6,8 @@ __copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
||||
blog.stackoverflow.com
|
||||
'''
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class StackOverflowBlog(BasicNewsRecipe):
|
||||
title = 'Stack Overflow - Blog'
|
||||
__author__ = 'Darko Miletic'
|
||||
|
Loading…
x
Reference in New Issue
Block a user