Giter VIP home page Giter VIP logo

multiup-1fichier-url-extractor's Introduction

๐Ÿ”— MultiUp to 1fichier URL Extractor

This is a simple Python tool that extracts 1fichier URLs from MultiUp URLs. It utilizes BeautifulSoup for web scraping to find and extract the 1fichier download links.

๐ŸŸข How to Use

  1. Clone or download this repository.

  2. Install the required dependencies by running the following command: pip install -r requirements.txt

  3. Run the script with the following command: python extract_urls.py <MULTIUP_URL>

Replace <MULTIUP_URL> with the URL of the MultiUp page containing the links you want to extract. The script will output the 1fichier URLs to a file named output.txt.

If you want to extract multiple URLs in bulk, you can use the -bulk option and provide a text file containing the list of MultiUp URLs. Each URL should be on a separate line.

python extract_urls.py -bulk <FILE_PATH>

Replace <FILE_PATH> with the path to the text file containing the list of MultiUp URLs. The script will extract the 1fichier URLs and store them in the 1fichier.txt file.

๐Ÿ”ด Now you can extract direct URLs for the file using direct_urls.py. Just give the previously extracted 1fichier URL of add 1fichier.txt file from the extract_urls.py script.

Note: Due to the rate limit, it may take some time to extract all direct links.

Example

Suppose you have a MultiUp URL: https://multiup.org/download/123456abcdef. To extract the 1fichier URL, run the following command: python extract_urls.py https://multiup.org/download/123456abcdef

The extracted 1fichier URL will be saved to the 1fichier.txt file.

python direct_urls.py -bulk 1fichier.txt or python direct_urls.py <Extracted 1fichier URL>

Disclaimer

This tool is intended for personal use only. Make sure to respect the terms of service of the websites you are scraping. The authors of this tool are not responsible for any misuse or violation of third-party website policies.

License

This project is licensed under the GNU GENERAL PUBLIC License - see the LICENSE file for details.

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.