new source dilar.tube
I got stuck on search and chapter parsing. Maybe you can help.
Where did you get stuck?. Like cloudflare issue or understanding language issue
I fail to fetch the response of search, the entire novels novelsearch function doesn't work, as for the chapterText I think it pulls the page before the text being populated. And the search response is encrypted I think a got It right but don't know if can be done in the plugin it self or it gonna severely affect the preformance
It's a bit difficult to sort through the site am translating as I go
I see that they use quick_search api entry for searching in app bar. Have you tired it?
const formData = new FormData();
formData.append('query', 'wife');
formData.append('includes', '["Manga","Team","Member"]');
fetch('https://dilar.tube/api/quick_search', {
method: 'POST',
body: formData,
}).then(a => a.json()).then(b => console.log(b));
edit as needed
What's current status?
By default, the crypto module is missing from react-native.
Have you found a replacement for it?
For example, ~expo-crypto~, react-native-quick-crypto, crypto-browserify.
What's current status?
Sorry, I got really busy. The chapter content is still returning an error with the connection being refused.
By default, the
cryptomodule is missing fromreact-native. Have you found a replacement for it? For example, ~expo-crypto~,react-native-quick-crypto,crypto-browserify.
I abandoned this approach because of a CORS error. It works in my tests, but not at all in the app.
What's current status?
Sorry, I got really busy. The chapter content is still returning an error with the connection being refused.
Scratch that it works in the app; however, it's messy. The latest has duplicates spread across several pages. Can't return popular—main search function not available, so popular returns latest. Otherwise, it works. And chapter names, when empty, still return empty rather than the chapter index.