https://github.com/z1nc0r3/multiup-1fichier-url-extractor
Easy way to extract 1fichier URL from MultiUp URLs.
https://github.com/z1nc0r3/multiup-1fichier-url-extractor
1fichier direct directdownload downloader multiup python url urlextractor
Last synced: 2 months ago
JSON representation
Easy way to extract 1fichier URL from MultiUp URLs.
- Host: GitHub
- URL: https://github.com/z1nc0r3/multiup-1fichier-url-extractor
- Owner: z1nc0r3
- License: gpl-3.0
- Created: 2023-07-27T16:23:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T07:08:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T02:24:29.965Z (3 months ago)
- Topics: 1fichier, direct, directdownload, downloader, multiup, python, url, urlextractor
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔗 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 Use1. 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 ```Replace `` 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 ```
Replace `` 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 ```
## 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](LICENSE) file for details.