Coder Social home page Coder Social logo

uupfilter's Introduction

Steps

  1. Download an UUP creator from https://uupdump.net
  2. Open the uup_download_windows.cmd with a text editor
  3. Search for "https://uupdump.net/get.php" in the file
  4. Copy the string (between quotes)
  5. Run python parseFile.py -i [string you copied] -o links.json
  6. Run python getDownloadLinks.py -i links.json -o valid.json
  7. Run python download.py -i valid.json -o [a dirname (example: UUPs)]

For developers

You can customize the filter in getDownloadLinks.py. Just change the filter function. It must return a boolean

Troubleshooting

If you get errors (like 403 error codes), you can use the uup downloader with a tweak:

  1. Execute all steps aboce up to step 6
  2. Run python makeoutput.py -i valid.json -o aria2.txt
  3. Upload that file somewhere in the internet
  4. Copy that link and replace the https://uupdump.net/get.php[...] one in the file uup_download_windows.cmd with it
  5. Delete the UUPs folder and restart the process. Enjoy!

If you are getting module not found errors, do pip install colorama and pip install requests

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.