|
|
#1 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jan 2011
Device: Kindle 3
|
Sinfest.net comic
This is my first recipe and is from the sinfest comic, i hope someone apreciates it
![]() Code:
__license__ = 'GPL v3'
__copyright__ = '2010, Nadid <nadid.skywalker at gmail.com>'
'''
http://www.sinfest.net
'''
from calibre.web.feeds.recipes import BasicNewsRecipe
import re
class SinfestBig(BasicNewsRecipe):
title = 'Sinfest'
__author__ = 'Tatsuya Ishida/Museworks'
description = 'Sinfest'
reverse_article_order = False
oldest_article = 5
max_articles_per_feed = 100
no_stylesheets = True
use_embedded_content = True
encoding = 'utf-8'
publisher = 'Tatsuya Ishida/Museworks'
category = 'comic'
language = 'en'
conversion_options = {
'comments' : description
,'tags' : category
,'language' : language
,'publisher' : publisher
}
feeds = [(u'SinFest', u'http://henrik.nyh.se/scrapers/sinfest.rss' )]
def get_article_url(self, article):
return article.get('link')
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I want some comic fantasies | GERGE | Reading Recommendations | 22 | 12-08-2010 04:54 PM |
| Comic Conversion | RussMeyer | Kobo Reader | 0 | 05-02-2010 05:21 PM |
| Comic strips? | ziegl027 | Reading Recommendations | 1 | 01-01-2010 11:32 PM |
| Comic Conversion | grzy7316 | Calibre | 2 | 04-08-2009 07:55 PM |
| comic books | emale07 | Deals and Resources (No Self-Promotion or Affiliate Links) | 4 | 08-09-2003 11:02 AM |