Open
Description
Describe the bug
If I read the code right, this bridge is supposed to be able to extract the timestamps, but it doesn't work and gets the time of when the feed was fetched.
To Reproduce
Steps to reproduce the behavior:
- Add a gallery in FurAffinityBridge
- Look at date posted for any entry
- They are all the current time instead of date posted
Expected behavior
Entries should have the tag be the the time the entry was posted.
Desktop (please complete the following information):
- OS: Arch Linux
- Browser: Firefox
- Version: 136
Additional context
The post date can be found in <span class="popup_date">
, seems like the bridge is trying to find it via .popup_date
.