siteFactory tried parsing empty url
This commit is contained in:
parent
1905512293
commit
73363e0f1a
@ -15,6 +15,9 @@ import sites.nhentai;
|
|||||||
+/
|
+/
|
||||||
void siteFactory(string url)
|
void siteFactory(string url)
|
||||||
{
|
{
|
||||||
|
// if url is empty just return
|
||||||
|
if(url == "") return;
|
||||||
|
|
||||||
immutable string hentaicafe_indicator = "/hc.fyi/";
|
immutable string hentaicafe_indicator = "/hc.fyi/";
|
||||||
immutable string nhentai_indicator = "/g/";
|
immutable string nhentai_indicator = "/g/";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user