Gray
Gray
Thanks for reporting - could you send me the epub file you tested the script with? My email is in my profile.
Ah interesting, thanks for the description @l0new4nder3r. There's no error handling in the script, and I imagine new .epubs have slighly different DRM methods that throw off the script. My...
Got it, taking a look now.
Hey @l0new4nder3r - just pushed e6923b2, and your file should be handled correctly. However, the file you sent has different protections -- doesn't seem like it uses Booxtream.
Thanks for the pull request, I know that others want this feature as well. Looks good at first glance, going to take a closer look and test it, will get...
Ah, thanks for investigating further. The script already wipes exif/metadata from images, so it must be something new/different. Any chance you could send me the two non-cleaned epubs so I...
Hey, thanks for opening this. Just pushed a847de39b8c815e725109f0b1e11959b84d8dce8 and b5c3eae405258f4d0811f6643a335037d649e69f to get the dependencies and license resolved. `google-auth-cli` is used by `test/test.js`. 1: Feel free to commit :-), will fix...
Small update - I've abstracted the network code so that changing between different services (YT, Drive, etc.) is easily doable. I have a stream branch locally, but I'm not satisfied...
Can't recreate locally - can you post gist of how you're uploading? Are you authing properly?
Haven't touched the code in a while, but I imagine adding ```-acodec copy``` to the ffmpeg command might do the trick. Let me know!