Skip to content

Instantly share code, notes, and snippets.

@veso266
veso266 / GoFileDownload.py
Created September 4, 2025 13:13
A yet another script, to download from https://gofile.io, used extraxtor from yt-dlp
#!/usr/bin/env python3
import re
import sys
import json
import hashlib
import requests
import os
API_ACCOUNT = "https://api.gofile.io/accounts"
API_CONTENTS = "https://api.gofile.io/contents/{}"