add warning about NSFW sites in supportedsites.rst (#335)

pull/359/head
Mike Fährmann 5 years ago
parent 7b77ecc35a
commit fb875d1ab8
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1,5 +1,7 @@
Supported Sites
===============
Unless otherwise known, assume all sites to be NSFW
==================== =================================== ================================================== ================
Site URL Capabilities Authentication
==================== =================================== ================================================== ================

@ -237,6 +237,7 @@ def write_output(fobj, columns, extractors):
# caption
w("Supported Sites\n")
w("===============\n")
w("Unless otherwise known, assume all sites to be NSFW\n\n")
# table head
sep = " ".join("=" * c[1] for c in columns) + "\n"

Loading…
Cancel
Save