Giter Club home page Giter Club logo

hakuneko's People

Contributors

akn19 avatar albirew avatar amit34521 avatar dodieboy avatar druzai avatar elastic1 avatar ever4engel avatar finnrg avatar gammesb avatar hypoflex avatar ignaciocastro avatar jmvrgit avatar kappamalone avatar khangry avatar lyem avatar m4lho avatar manh21 avatar mikezedev avatar mirvous avatar newaccforhc avatar oneloutre avatar robonau avatar ronny1982 avatar sheepux avatar starring94 avatar tristanwastaken avatar veysinator avatar vinh2201 avatar x4nk1t avatar xenonr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hakuneko's Issues

Open Chapters in file Explorer & Remove MangaFox Bottom Watermark

I'm coming off another manga downloader I used for a long time and noticed a couple features that I thought would make the program.

It would be really nice if from the chapter list you'd be able to open up the folder where the files are saved, instead it justs asks if you want to re-download the chapter when you click on the completed file when the cloud icon changes to a folder, which I don't think is that useful.

Also the old manga downloader I used before, Domsoft Manga Downloader had a feature with Mangafox the would crop the extra bit they add at the bottom of each chapter, I don't know how hard the would be to implement but it was an amazing feature that went a long way in making series I'd read more enjoyable without that annoying text at the bottom of each page.

Modify Headers before Response is received

Add the ability to modify headers before the response is received.
This is required to fix issues where the web-application cannot access certain header fields because they have not been authorized by the server.

See:

// NOT WORKING: missing content-length header when downloading stream (fetch CORS problem)

// FIXME: some mirrors do not expose content-length header for CORS (e.g. fetch)

The same mechanics used to intercept headers before a request is made can be used to intercept headers before the response is received. This allows the web-application to access and modify the response for certain use cases (e.g. Content-Length from MyCloud).

electron.session.defaultSession.webRequest.onBeforeSendHeaders( ['http*://*'], ( details, callback ) => {

Cannot open Hosted Web-Application with Chrome Browser

Im running Ubuntu server 16.04 and i was trying to set up the hakuneko web application.
I installed polymer-cli. but when i run polymer serve i get the message that everything is running:

info: Files in this directory are available under the following URLs applications: http://127.0.0.1:8081 reusable components: http://127.0.0.1:8081/components/web/

But when i access it inside the browser(Chrome) nothing shows up.

Thanks in advance and keep up the good work :)

Optimization for Manga/Chapter list Rendering

Import: https://sourceforge.net/p/hakuneko/tickets/6/

The manga- and chapterlist are currently rendered with the dom-repeat element which adds all mangas at once and decrease performance while loading.

The iron-list only renders the visible mangas regarding the scrolling position, but has some bugs (e.g. fast scrolling leads to blank lines in the list and increases cpu usage over time).

An alternative should be created that facilitates the iron-list's virtual rendering, but without the limitations of fast scrolling.

Blank/White Screen on Startup

Import: https://sourceforge.net/p/hakuneko/tickets/99/

Whats your operating system? Lubuntu 18.04 Bionic Beaver
Which desktop client version are you using (e.g. 0.3.1)? 0.4
What is the rev. number (e.g. 0c3bac, shown at the top right of HakuNeko's settings menu)? I cannot access the app at all
What is shown in the error log after the problem occurs (press F12 key and select the console tab)? Pressing the F12 key does nothing.

I installed version 0.3.1 of the app to see if it worked, and it did load and I could access some websites, whereas 0.4 stays on a blank screen.

See also:
https://sourceforge.net/p/hakuneko/discussion/support/thread/0606252a/
https://sourceforge.net/p/hakuneko/discussion/support/thread/b32f3b0c55/
https://sourceforge.net/p/hakuneko/discussion/support/thread/c8910153eb/

Library error

hakuneko: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory.
Ubuntu 19.04 now includes libcrypto.so.1.1

Socket Hang-Up Error when Starting Application

Import: https://sourceforge.net/p/hakuneko/tickets/112/

I'm trying to start hakuneko but it hangs on the screen "initialzing connectors". I'm on ubuntu 18.10 and installed the latest version hakuneko-desktop_0.4.0_linux_amd64.deb. I ran it from terminal and got this error message:

------------------------
Framework Version Info
------------------------
Electron : 2.0.12
Chrome   : 61.0.3163.100
Node     : 8.9.3
------------------------

Checking for update: http://static.hakuneko.download/0.4.0/latest
Local revision: 986d68
Remote revision: a09932
Updating...
{ Error: socket hang up
    at createHangUpError (_http_client.js:331:15)
    at Socket.socketOnEnd (_http_client.js:423:23)
    at emitNone (events.js:111:20)
    at Socket.emit (events.js:208:7)
    at endReadableNT (_stream_readable.js:1056:12)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9) code: 'ECONNRESET' }

Not sure if it's that but I have Chrome not installed. I use Firefox. Is there a fix out there? Thanks in advance!

Google Form

Test for integration of issue submission through Google Form...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.