Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 02-27-2012, 09:16 PM   #1
adoucette
Member
adoucette doesn't litteradoucette doesn't litter
 
Posts: 24
Karma: 140
Join Date: Sep 2011
Device: Nook Color (rooted?)
JAAPA recipe

JAAPA Journal Of The American Academy Of Physician Assistants
recipe attached below
Code:
class AdvancedUserRecipe1330393641(BasicNewsRecipe):
    title          = u'JAAPA'
    oldest_article = 30
    max_articles_per_feed = 100
    auto_cleanup = True
    remove_empty_feeds = True
    no_stylesheets = False
    feeds          = [(u'CME Articles', u'http://feeds.feedburner.com/jaapacmearticles'), (u'A Day in the Life', u'http://www.jaapa.com/pages/rss.aspx?sectionid=490'), (u'Ask A Librarian', u'http://www.jaapa.com/pages/rss.aspx?sectionid=847'), (u'Case of the Month', u'http://feeds.feedburner.com/jaapacaseofthemonth'), (u'Clinical Watch', u'http://feeds.feedburner.com/jaapaclinicalwatch'), (u'Commentary', u'http://feeds.feedburner.com/jaapacommentary'), (u'Critically Appraised Topic', u'http://www.jaapa.com/pages/rss.aspx?sectionid=699'), (u'Dermatology Digest', u'http://feeds.feedburner.com/jaapadermatologydigest'), (u'Diagnostic Imaging Review', u'http://feeds.feedburner.com/jaapadiagnosticimagingreview'), (u'Editorial', u'http://www.jaapa.com/pages/rss.aspx?sectionid=759'), (u'From the Academy', u'http://feeds.feedburner.com/jaapafromtheacademy'), (u'Genomics in PA Practice', u'http://www.jaapa.com/pages/rss.aspx?sectionid=760'), (u'Humane Medicine', u'http://www.jaapa.com/pages/rss.aspx?sectionid=758'), (u'Inside the AAPA Policy Manual', u'http://www.jaapa.com/pages/rss.aspx?sectionid=1546'), (u'Interpreting ECGs', u'http://www.jaapa.com/pages/rss.aspx?sectionid=1624'), (u'Letters', u'http://www.jaapa.com/pages/rss.aspx?sectionid=808'), (u'PA Quandaries', u'http://www.jaapa.com/pages/rss.aspx?sectionid=496'), (u'Pharmacology Consult', u'http://www.jaapa.com/pages/rss.aspx?sectionid=1614'), (u'POEMs', u'http://feeds.feedburner.com/jaapapoems'), (u'Quick Recertification', u'http://feeds.feedburner.com/jaapaquickrecertificationseries'), (u'Sounding Board', u'http://www.jaapa.com/pages/rss.aspx?sectionid=698'), (u'The Surgical Patient', u'http://www.jaapa.com/pages/rss.aspx?sectionid=499'), (u'Topics in Infectious Diseases', u'http://www.jaapa.com/pages/rss.aspx?sectionid=2495'), (u"What's New", u'http://feeds.feedburner.com/jaapawhatsnew'), (u'When the Patient Asks', u'http://www.jaapa.com/pages/rss.aspx?sectionid=501'), (u"Women's Health", u'http://www.jaapa.com/pages/rss.aspx?sectionid=2176'), (u'AAPA Special Article', u'http://www.jaapa.com/pages/rss.aspx?sectionid=1453'), (u'Case Reports', u'http://feeds.feedburner.com/jaapacasereports'), (u'Review Articles', u'http://feeds.feedburner.com/jaapareviewarticles'), (u'Surgical Reviews', u'http://www.jaapa.com/pages/rss.aspx?sectionid=505'), (u'Brief Report', u'http://www.jaapa.com/pages/rss.aspx?sectionid=2353'), (u'Research Corner', u'http://www.jaapa.com/pages/rss.aspx?sectionid=498'), (u'Research Reports', u'http://www.jaapa.com/pages/rss.aspx?sectionid=1024'), (u'The Art of Medicine', u'http://www.jaapa.com/pages/rss.aspx?sectionid=1289'), (u'Clinical Practice Guidelines', u'http://www.jaapa.com/pages/rss.aspx?sectionid=2102'), (u'Complementary and Alternative Medicine', u'http://www.jaapa.com/pages/rss.aspx?sectionid=2123'), (u'Drug Information', u'http://www.jaapa.com/pages/rss.aspx?sectionid=2089'), (u'Evidence-Based Medicine', u'http://www.jaapa.com/pages/rss.aspx?sectionid=1288'), (u'Patient Information', u'http://www.jaapa.com/pages/rss.aspx?sectionid=2122')]
    def print_version(self, url):
       return url.replace('/article/', '/printarticle/')
    def get_cover_url(self):
        cover_url = None
        soup = self.index_to_soup('http://www.jaapa.com')
        cover_item = soup.find('img', src=re.compile(r'\w*?cover\w{1,22}\.jpg'))
        if cover_item:
            cover_url = cover_item['src']
        return cover_url

Last edited by adoucette; 02-29-2012 at 06:23 PM.
adoucette is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recipe works when mocked up as Python file, fails when converted to Recipe ode Recipes 7 09-04-2011 04:57 AM
Recipe for ng.pl markoz Recipes 4 04-13-2011 05:03 PM
Recipe help kool Recipes 3 10-22-2010 03:34 PM
New recipe kiklop74 Recipes 0 10-01-2010 02:42 PM
Recipe Help lrain5 Calibre 3 05-09-2010 10:42 PM


All times are GMT -4. The time now is 10:46 AM.


MobileRead.com is a privately owned, operated and funded community.