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
Having the multiverse ID available in the API would be a huge help. This would allow a developer to link to the gatherer page, look up card images from mtgimage, etc.
The text was updated successfully, but these errors were encountered:
The file_get_contents result is a redirection from a named search to a page with a multiverse ID. We can do the first fgc with follow_location set to false to get the MVID in the URL and then retreive the actual page. See: http://stackoverflow.com/a/12566320
Option 2 is to search the page for "multiverseid=x" but that has to be BEFORE strip_tags is called
Having the multiverse ID available in the API would be a huge help. This would allow a developer to link to the gatherer page, look up card images from mtgimage, etc.
The text was updated successfully, but these errors were encountered: