Results 383 comments of Dag

im unable to reproduce. perhaps give url to example

there is whitespace before the commit message. this explain whys `^fix` fails. maybe use `^\s+fix` as a workaround? (not tested. might fail due to multi-line) unclear to me if this...

here is directly from https://github.com/RSS-Bridge/rss-bridge/commits/master.atom: ``` tag:github.com,2008:Grit::Commit/598ee5b51eaba62dc672f9e9f6f96ac628e56263 fix(pinterest): set enclosure so it emits mrss media:content prop (#3… 2024-02-14T15:02:54Z dvikan https://github.com/dvikan <pre style='white-space:pre-wrap;width:81ex'>fix(pinterest): set enclosure so it emits mrss media:content prop...

thanks for reporting this issue. i created a fix.

unclear to me the solution here.

@Alkarex @wrobelda https://github.com/RSS-Bridge/rss-bridge/pull/3984/files

im not sure but im guessing they are looking for `` element, which is absent from the pinterest feed. in rssbridge, this particular element is deduced from bridge feeditem enclosures,...

see https://github.com/RSS-Bridge/rss-bridge/pull/3980 whether it fixes the problem

https://rss-bridge.org/bridge01/?action=display&bridge=PinterestBridge&context=By+username+and+board&u=VIGOIndustries&b=bathroom-remodels&format=Mrss now emits the media:content element. yes you can also install a copy of rssbridge on your local machine. either with docker or without docker. see readme. also an option...