add warning about NSFW sites in supportedsites.rst (#335)
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
Supported Sites
|
Supported Sites
|
||||||
===============
|
===============
|
||||||
|
Unless otherwise known, assume all sites to be NSFW
|
||||||
|
|
||||||
==================== =================================== ================================================== ================
|
==================== =================================== ================================================== ================
|
||||||
Site URL Capabilities Authentication
|
Site URL Capabilities Authentication
|
||||||
==================== =================================== ================================================== ================
|
==================== =================================== ================================================== ================
|
||||||
|
|||||||
@@ -237,6 +237,7 @@ def write_output(fobj, columns, extractors):
|
|||||||
# caption
|
# caption
|
||||||
w("Supported Sites\n")
|
w("Supported Sites\n")
|
||||||
w("===============\n")
|
w("===============\n")
|
||||||
|
w("Unless otherwise known, assume all sites to be NSFW\n\n")
|
||||||
|
|
||||||
# table head
|
# table head
|
||||||
sep = " ".join("=" * c[1] for c in columns) + "\n"
|
sep = " ".join("=" * c[1] for c in columns) + "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user