Code Monkey home page Code Monkey logo

Comments (4)

cyrilis avatar cyrilis commented on July 20, 2024

Hi @PeterNerlich ,

I made a local test, but it seems ok, I can see all images in the chapter.
and my test data is:

      <img src="file:///Users/Cyril/Downloads/photo-1462774603919-1d8087e62cad.jpeg" /> <br/>
      <img src="file:///Users/Cyril/Downloads/preview.gif" /> <br/>
      <img src="file:///Users/Cyril/Downloads/preview.jpg" /> <br/>
      <img src="file:///Users/Cyril/Downloads/tabbar-style.gif" /> <br/>

Could you show me the raw data of your option and upload the generated epub file so we can inspect?

from epub-gen.

PeterNerlich avatar PeterNerlich commented on July 20, 2024

Before generating the file, I log option.content[0].data. My most recent try then shows the following:

<p>Page 0</p><img src="file:///.../001.png"><p>Page 1</p><img src="file:///.../002.png"><p>Page 2</p><img src="file:///.../003.png"><p>Page 3</p><img src="file:///.../004.png"><p>Page 4</p><img src="file:///.../005.png"><p>Page 5</p><img src="file:///.../006.png"><p>Page 6</p><img src="file:///.../007.png"><p>Page 7</p><img src="file:///.../008.png"><p>Page 8</p><img src="file:///.../009.png"><p>Page 9</p><img src="file:///.../010.png"><p>Page 10</p><img src="file:///.../011.png"><p>Page 11</p><img src="file:///.../012.png"><p>Page 12</p><img src="file:///.../013.png"><p>Page 13</p><img src="file:///.../014.png"><p>Page 14</p><img src="file:///.../015.png"><p>Page 15</p><img src="file:///.../016.png"><p>Page 16</p><img src="file:///.../017.png"><p>Page 17</p><img src="file:///.../018.png"><p>Page 18</p><img src="file:///.../019.png"><p>Page 19</p><img src="file:///.../020.png">

While this is the epub.

(I'd like to mention that the manga is being downloaded in prior from Proxer.me for private use, specifically in environments like travelling vehicles that don't feature a good internet connection.)

from epub-gen.

cyrilis avatar cyrilis commented on July 20, 2024

Hi @PeterNerlich ,

I found out that if img tag is not closed, it will cause img tag only read first if cheerio lib read in xml mode. You can wait for out next release to fix this problem or just change
<img src="file:///.../001.png">
into
<img src="file:///.../001.png"/> to fix this.

Thanks 😃

from epub-gen.

pedrosanta avatar pedrosanta commented on July 20, 2024

Hi @PeterNerlich, I've just updated the library to 0.0.15 which will fix that issue you're having. Just update and it should work now. Closing this one.

Cheers.

from epub-gen.

Related Issues (20)

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.