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
{{ message }}
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.
There should be a function that takes an html string and returns Option<String> if the html contains a meta-tag redirect. This way we don't have to parse the content= of the metatag in lua.
The text was updated successfully, but these errors were encountered:
There should be a function that takes an html string and returns
Option<String>
if the html contains a meta-tag redirect. This way we don't have to parse thecontent=
of the metatag in lua.The text was updated successfully, but these errors were encountered: