You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, calling getExplanation() on xkcd 999 will return https://www.explainxkcd.com/999. This is ok for basic needs because the page redirects to the actual url, which is https://www.explainxkcd.com/wiki/index.php/999:_Cougars. However, this difference messes up a few small things, such as pop-up links when posted to discord. Can getExplanation be changed to return the accurate url?
The text was updated successfully, but these errors were encountered:
Right now, calling getExplanation() on xkcd 999 will return https://www.explainxkcd.com/999. This is ok for basic needs because the page redirects to the actual url, which is https://www.explainxkcd.com/wiki/index.php/999:_Cougars. However, this difference messes up a few small things, such as pop-up links when posted to discord. Can getExplanation be changed to return the accurate url?
The text was updated successfully, but these errors were encountered: