Deer-Spangle / faexport

The API for Furaffinity you wish existed
https://faexport.spangle.org.uk
BSD 3-Clause "New" or "Revised" License
67 stars 11 forks source link

Text in admin notice mistakenly interpreted as submission title #19

Closed libertyernie closed 7 years ago

libertyernie commented 7 years ago

For example, the admin notice today for FA United:

<table class="maintable" id="admin_notice_do_not_adblock" width="95%" cellspacing="1" cellpadding="3" border="0">
    <tbody><tr>
        <td class="cat" valign="top">
        <table width="100%" cellspacing="0" cellpadding="2" border="0">
            <tbody><tr>
                <td width="32" valign="top" align="center">
                    <img alt="Error!" src="/themes/classic/img/icons/Error.png">
                </td>
                <td valign="top" align="left">
                    <h4>Administrator notice:</h4>
                    FA United is LIVE! We're currently streaming the Fox and Pepper Show (<a href="http://www.furaffinity.net/user/foxamoore">Fox Amoore</a> and <a href="http://www.furaffinity.net/user/peppercoyote">Pepper Coyote</a>). Join us for live music at FAU Live. <a href="https://www.youtube.com/watch?v=f7jWFeuW0b0"><b>Click here to watch!</b></a>               </td>
            </tr>
        </tbody></table>
        </td>
    </tr>
</tbody></table>
boothale commented 7 years ago

Can you give me a specific url from the API where you see this happening?

libertyernie commented 7 years ago

It was happening with https://faexport.boothale.net/submission/24606371.json. But it's not anymore, now that the notice is gone.

boothale commented 7 years ago

Fixed in 336488150b17f7d7c53379d47cd02de58e339d0f Thanks for the report!