devporter007 / 1f-dl

Scrapes 1fichier and downloads file via cURL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1f-dl

A very simple and barebones program to download stuff from 1fichier in enviroments where only commandline access is available(Like a linux server), The script is made in python for maximum compatiblity.

Requirements

  • Requests Module
  • BeautifulSoup Module
  • Python 3.9 or higher

Commandline Arguements

Commandline Arguements are optional.
  • -h : Displays help and exit
  • -u / --url : Input URL
  • -o / --output : Set Output Directory

About

Scrapes 1fichier and downloads file via cURL

License:GNU General Public License v3.0


Languages

Language:Python 94.7%Language:Dockerfile 5.3%