Using the CSS Selector Complex Bridge How does one use nth-child when no CSS Selector is present #4152
Replies: 4 comments 12 replies
-
Would be much easier, if we know the article URL. So we can just wild guessing:
while I am not using RSS-Bridge at the moment, so I don't know, if this is in the right format for this bridge. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Sorry, RSS Bridge using a different format. I am using XPath-1.0 selectors (//div[condition]) with a different product. CSS selectors seem to be a bit more difficult for getting complex parts. I was not able to even get the author from the article page. So I am not sure if the date-selector is throwing back something that could be parsed with your format string. |
Beta Was this translation helpful? Give feedback.
-
OK, my problem was, that I was not using After setting #fusion app I could manage to get author with If You put the following line into the author selector field (just for testing), you get the time string from article there. If you I set this into the Time selector field the bridge raises an error. I did not find a valid format string for parsing date/time. BTW you forgot a comma after Maybe @LarsStegman can help here? |
Beta Was this translation helpful? Give feedback.
-
I have an article where the timestamp doesn't have a CSS Selector and is just in a
on its own and the author also is on its on
. The timestamp is the nth-child(2) for this container and I can't select.
Beta Was this translation helpful? Give feedback.
All reactions