Command | Help |
---|---|
doctype | Web doctype <url> Returns the DOCTYPE string of <url>. Only HTTP urls are valid, of course. |
fetch | Web fetch <url> Returns the contents of <url>, or as much as is configured in supybot.plugins.Web.fetch.maximum. If that configuration variable is set to 0, this command will be effectively disabled. |
headers | Web headers <url> Returns the HTTP headers of <url>. Only HTTP urls are valid, of course. |
location | Web location <url> If the <url> is redirected to another page, returns the URL of that page. This works even if there are multiple redirects. Only HTTP urls are valid. Useful to "un-tinify" URLs. |
size | Web size <url> Returns the Content-Length header of <url>. Only HTTP urls are valid, of course. |
title | Web title [--no-filter] <url> Returns the HTML <title>...</title> of a URL. If --no-filter is given, the bot won't strip special chars (action, DCC, ...). |
urlquote | Web urlquote <text> Returns the URL quoted form of the text. |
urlunquote | Web urlunquote <text> Returns the text un-URL quoted. |