Docstring
This commit is contained in:
parent
039f8fbeac
commit
9fc6c778de
|
@ -1,5 +1 @@
|
|||
# Socials-util
|
||||
|
||||
Python library for parsing and processing URLs of Social Media Sites.
|
||||
|
||||
Used by one-page-internet.
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
"""Small utility for detecting social websites."""
|
||||
"""# Socials-util.
|
||||
|
||||
Python library for parsing and processing URLs of Social Media Sites.
|
||||
|
||||
Used by one-page-internet.
|
||||
"""
|
||||
|
||||
import re
|
||||
import urllib.parse
|
||||
|
|
Loading…
Reference in New Issue
Block a user