Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 11-14-2017, 06:56 AM   #1
Rasheedgm
Junior Member
Rasheedgm began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2017
Device: Kindle
Soup selection not working if not matched all classes

Hi,
I am trying to select an element which has class 'article_date' and few other classes. i want to select element by one class but its not working, i had to give all classes in the element. where in my case i cant predict other classes as its created dynamically according to articles.

this is not working when there are other class too in the element
souparticle.find("div", { "class" : "article_date " })
Rasheedgm is offline   Reply With Quote
Old 11-14-2017, 07:33 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,364
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Code:
{"class": lambda x: x and 'article_date' in x.split()}
kovidgoyal is offline   Reply With Quote
Advert
Old 11-14-2017, 07:53 AM   #3
Rasheedgm
Junior Member
Rasheedgm began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2017
Device: Kindle
THANK YOU
Rasheedgm is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pseudo classes with classes Macsurfcat ePub 4 01-07-2016 04:00 AM
Reference Francatelli, C E: A Plain Cookery Book for the Working Classes, v.1, 23 Dec 2007 Patricia IMP Books 0 12-22-2007 08:05 PM
Reference Francatelli, C E: A Plain Cookery Book for the Working Classes, v.1, 23 Dec 2007 Patricia Kindle Books 0 12-22-2007 08:01 PM
Reference Francatelli, C E: A Plain Cookery Book for the Working Classes, v.1, 25 July 2007 Patricia BBeB/LRF Books 7 08-02-2007 11:19 AM


All times are GMT -4. The time now is 01:39 AM.


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