mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Update NME
This commit is contained in:
parent
59b6cb4574
commit
6bc8cc7d6f
@ -4,7 +4,7 @@ class AdvancedUserRecipe1306061239(BasicNewsRecipe):
|
|||||||
title = u'New Musical Express Magazine'
|
title = u'New Musical Express Magazine'
|
||||||
description = 'Author D.Asbury. UK Rock & Pop Mag. '
|
description = 'Author D.Asbury. UK Rock & Pop Mag. '
|
||||||
__author__ = 'Dave Asbury'
|
__author__ = 'Dave Asbury'
|
||||||
# last updated 7/10/12
|
# last updated 17/5/13 News feed url altered
|
||||||
remove_empty_feeds = True
|
remove_empty_feeds = True
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
@ -13,62 +13,57 @@ class AdvancedUserRecipe1306061239(BasicNewsRecipe):
|
|||||||
#auto_cleanup = True
|
#auto_cleanup = True
|
||||||
language = 'en_GB'
|
language = 'en_GB'
|
||||||
compress_news_images = True
|
compress_news_images = True
|
||||||
|
|
||||||
def get_cover_url(self):
|
def get_cover_url(self):
|
||||||
soup = self.index_to_soup('http://www.nme.com/component/subscribe')
|
soup = self.index_to_soup('http://www.nme.com/component/subscribe')
|
||||||
cov = soup.find(attrs={'id' : 'magazine_cover'})
|
cov = soup.find(attrs={'id' : 'magazine_cover'})
|
||||||
|
|
||||||
cov2 = str(cov['src'])
|
cov2 = str(cov['src'])
|
||||||
# print '**** Cov url =*', cover_url,'***'
|
# print '**** Cov url =*', cover_url,'***'
|
||||||
#print '**** Cov url =*','http://www.magazinesdirect.com/article_images/articledir_3138/1569221/1_largelisting.jpg','***'
|
#print '**** Cov url =*','http://www.magazinesdirect.com/article_images/articledir_3138/1569221/1_largelisting.jpg','***'
|
||||||
|
|
||||||
|
|
||||||
br = browser()
|
br = browser()
|
||||||
br.set_handle_redirect(False)
|
br.set_handle_redirect(False)
|
||||||
try:
|
try:
|
||||||
br.open_novisit(cov2)
|
br.open_novisit(cov2)
|
||||||
cover_url = str(cov2)
|
cover_url = str(cov2)
|
||||||
except:
|
except:
|
||||||
cover_url = 'http://tawanda3000.files.wordpress.com/2011/02/nme-logo.jpg'
|
cover_url = 'http://tawanda3000.files.wordpress.com/2011/02/nme-logo.jpg'
|
||||||
return cover_url
|
return cover_url
|
||||||
|
|
||||||
masthead_url = 'http://tawanda3000.files.wordpress.com/2011/02/nme-logo.jpg'
|
masthead_url = 'http://tawanda3000.files.wordpress.com/2011/02/nme-logo.jpg'
|
||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict( attrs={'class':'clear_icons'}),
|
dict(attrs={'class':'clear_icons'}),
|
||||||
dict( attrs={'class':'share_links'}),
|
dict(attrs={'class':'share_links'}),
|
||||||
dict( attrs={'id':'right_panel'}),
|
dict(attrs={'id':'right_panel'}),
|
||||||
dict( attrs={'class':'today box'}),
|
dict(attrs={'class':'today box'}),
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
|
|
||||||
dict(name='h1'),
|
dict(name='h1'),
|
||||||
#dict(name='h3'),
|
#dict(name='h3'),
|
||||||
dict(attrs={'class' : 'BText'}),
|
dict(attrs={'class' : 'BText'}),
|
||||||
dict(attrs={'class' : 'Bmore'}),
|
dict(attrs={'class' : 'Bmore'}),
|
||||||
dict(attrs={'class' : 'bPosts'}),
|
dict(attrs={'class' : 'bPosts'}),
|
||||||
dict(attrs={'class' : 'text'}),
|
dict(attrs={'class' : 'text'}),
|
||||||
dict(attrs={'id' : 'article_gallery'}),
|
dict(attrs={'id' : 'article_gallery'}),
|
||||||
#dict(attrs={'class' : 'image'}),
|
#dict(attrs={'class' : 'image'}),
|
||||||
dict(attrs={'class' : 'article_text'})
|
dict(attrs={'class' : 'article_text'})
|
||||||
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
feeds = [
|
|
||||||
(u'NME News', u'http://feeds.feedburner.com/nmecom/rss/newsxml?format=xml'),
|
|
||||||
#(u'Reviews', u'http://feeds2.feedburner.com/nme/SdML'),
|
|
||||||
(u'Reviews',u'http://feed43.com/1817687144061333.xml'),
|
|
||||||
(u'Bloggs',u'http://feed43.com/3326754333186048.xml'),
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
(u'NME News', u'http://www.nme.com/news?alt=rss' ), #http://feeds.feedburner.com/nmecom/rss/newsxml?format=xml'),
|
||||||
|
#(u'Reviews', u'http://feeds2.feedburner.com/nme/SdML'),
|
||||||
|
(u'Reviews',u'http://feed43.com/1817687144061333.xml'),
|
||||||
|
(u'Bloggs',u'http://feed43.com/3326754333186048.xml'),
|
||||||
|
|
||||||
|
]
|
||||||
extra_css = '''
|
extra_css = '''
|
||||||
h1{font-family:Arial,Helvetica,sans-serif; font-weight:bold;font-size:large;}
|
h1{font-family:Arial,Helvetica,sans-serif; font-weight:bold;font-size:large;}
|
||||||
h2{font-family:Arial,Helvetica,sans-serif; font-weight:normal;font-size:small;}
|
h2{font-family:Arial,Helvetica,sans-serif; font-weight:normal;font-size:small;}
|
||||||
p{font-family:Arial,Helvetica,sans-serif;font-size:small;}
|
p{font-family:Arial,Helvetica,sans-serif;font-size:small;}
|
||||||
body{font-family:Helvetica,Arial,sans-serif;font-size:small;}
|
body{font-family:Helvetica,Arial,sans-serif;font-size:small;}
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user