QuickNovel icon indicating copy to clipboard operation
QuickNovel copied to clipboard

How to get to new sources on quick novel?

Open IchiroAndo opened this issue 1 year ago • 3 comments

I noticed that there are some sources like lightnovelpub that have not been added to Quicknovel. Is there some sort of way I could do it myself that is easily accomplished or would I need to wait for an update to that includes new sources.

IchiroAndo avatar Jan 25 '23 17:01 IchiroAndo

You cant just add an url and expect it to work, you have to write a script to scrape it. You can find the current sites here, 100-200 lines of code per site: https://github.com/LagradOst/QuickNovel/tree/master/app/src/main/java/com/lagradost/quicknovel/providers

You are welcome to create a pull request any time you want and I will publish an update shortly after it is merged

LagradOst avatar Jan 26 '23 14:01 LagradOst

if you look at the code lightnovelpub was removed due to cloudflare https://github.com/LagradOst/QuickNovel/blob/61d83d97f412b0af84e4fc7b6a357437f3908ff4/app/src/main/java/com/lagradost/quicknovel/util/Apis.kt#L37

LagradOst avatar Jan 26 '23 14:01 LagradOst

@LagradOst, there's a cloud flare bypass, that's how novelsonline was added, Meaning we could add the bypass code and it should theoretically work

KillerDogeEmpire avatar Jan 30 '23 03:01 KillerDogeEmpire