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 12-03-2012, 09:41 AM   #1
juandp77
Junior Member
juandp77 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Dec 2012
Device: kindle paperwhite
Url Cover

Hi, I want to know if anyone can help me to get a url cover for this page http://www.eluniverso.com.

Thanks
juandp77 is offline   Reply With Quote
Old 12-03-2012, 11:55 AM   #2
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,161
Karma: 1404241
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
maybe, this one works for you:
Code:
http://www.eluniverso.com/versiones/v1/_remplazables/m_impresos.jpg
Divingduck is offline   Reply With Quote
Old 12-03-2012, 12:52 PM   #3
chewi
Member
chewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-books
 
chewi's Avatar
 
Posts: 14
Karma: 822
Join Date: Nov 2010
Device: sony prs-650
external links
Code:
http://interamericansecuritywatch.com/wp-content/uploads/2012/05/El-universo.jpg
http://www.pauteya.com/images/portalesUniverso.jpg
https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-prn1/562020_10151237633644560_1609830695_n.png
chewi is offline   Reply With Quote
Old 12-03-2012, 01:23 PM   #4
juandp77
Junior Member
juandp77 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Dec 2012
Device: kindle paperwhite
I find a recipe that uses the image of the internet frontpage of a magazine as cover, I wonder if I could do that with the url above
juandp77 is offline   Reply With Quote
Old 12-03-2012, 01:26 PM   #5
juandp77
Junior Member
juandp77 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Dec 2012
Device: kindle paperwhite
this is the recipe code that I´m talking about:

Code:
def get_cover_url(self):
        soup = self.index_to_soup('http://elpais.com/')
        for image in soup.findAll('img'):
           if image['src'].endswith('elpaisTodayMiddle.jpg'):
              sstr = image['src']
              return sstr.replace('elpaisTodayMiddle.jpg', 'elpaisToday.jpg')
        return None

Last edited by juandp77; 12-03-2012 at 01:32 PM.
juandp77 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The New Yorker - fixed cover URL Frescard Recipes 0 11-12-2012 09:45 PM
London Review of Books - fixed cover URL Frescard Recipes 0 11-05-2012 07:54 PM
recipe problem with space in cover url forceps Development 4 08-27-2012 04:32 PM
Lost trying to get url for time.com cover Olger Recipes 3 02-14-2012 09:04 AM
Los Tiempos, Bolivia cover URL pietvo Recipes 1 10-18-2011 02:20 PM


All times are GMT -4. The time now is 09:59 PM.


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