mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Capes & Babes by skyhawker
This commit is contained in:
parent
eb6eab4a9b
commit
5241504d2a
10
resources/recipes/capes_n_babes.recipe
Normal file
10
resources/recipes/capes_n_babes.recipe
Normal file
@ -0,0 +1,10 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class CapesnBabesRecipe(BasicNewsRecipe):
|
||||
title = u'Capes & Babes'
|
||||
language = 'en'
|
||||
__author__ = 'skyhawker'
|
||||
oldest_article = 31
|
||||
max_articles_per_feed = 100
|
||||
use_embedded_content = True
|
||||
feeds = [(u'Capes & Babes', u'feed://www.capesnbabes.com/feed/')]
|
Loading…
x
Reference in New Issue
Block a user