Git Product home page Git Product logo

Comments (6)

fcruz2489 avatar fcruz2489 commented on July 17, 2024

I have seen this happening on my end as well, was digging around and tinkering with the settings for a while until i finally found this post that explained the issue. Would be awesome if we could get this fixed. Thanks so much!

from deluge-extractor.

indecline avatar indecline commented on July 17, 2024

I also have this problem, would love to have it fixed!

from deluge-extractor.

indecline avatar indecline commented on July 17, 2024

Thanks guys, is there a bug here or am I not compiling it correctly?

image

from deluge-extractor.

Zemoj avatar Zemoj commented on July 17, 2024

Probably a bug on my part. Try this:
if os.stat(dest)[stat.ST_SIZE] > 0

from deluge-extractor.

indecline avatar indecline commented on July 17, 2024

Probably a bug on my part. Try this:
if os.stat(dest)[stat.ST_SIZE] > 0

That failed as well but just looking at it again and the colon was missing off the end. The below appears to work

if os.stat(dest)[stat.ST_SIZE] > 0:

from deluge-extractor.

indecline avatar indecline commented on July 17, 2024

Hmmm don't think this is working correctly, can't get it to extract anything. Have you tried it with the updated code @Zemoj ?

from deluge-extractor.

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.