Code coverage
This commit is contained in:
parent
cf6ef584a0
commit
e5b73f9930
|
@ -268,7 +268,7 @@ def re_social_subdomain(main_domain: str) -> SocialPathFormat:
|
||||||
|
|
||||||
|
|
||||||
def re_social_path(main_domain: str) -> str:
|
def re_social_path(main_domain: str) -> str:
|
||||||
return social_path_format(main_domain).regex
|
return re_social_path_adv(main_domain, RE_ID)
|
||||||
|
|
||||||
|
|
||||||
def re_social_path_adv(main_domain: str, *path: str) -> str:
|
def re_social_path_adv(main_domain: str, *path: str) -> str:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user