Ryan
Ryan
Similar problem here, https://businessdesk.co.nz/feed Not getting any image data and also another problem I'm seeing with this feed is I get a strange value for Author like this: ` author:...
@sudhanshuraheja Thanks for that info, first time dealing with RSS. With the Author it looked like it was lining up with the struct in GoFeed and the same with Image....
@prologic Actually just ended up using the standard library as shown [here](https://godoc.org/encoding/xml#example-Unmarshal)
@prologic I'm not able to share the code but basically it is exactly like in that linked example from godoc, - define type(s)/struct(s) reflecting the fields that you want to...
I'm experiencing this issue, when running tests locally about half the screenshots are blank, seems to be taking the shot in between tests maybe? When running tests through selenium grid...