Skip to content

Instantly share code, notes, and snippets.

View oddlord's full-sized avatar

Tommaso Papini oddlord

View GitHub Profile
@oddlord
oddlord / lofi-download.py
Last active October 21, 2022 12:18
LoFi Girl Downloader
# Simple script for downloading LoFi Girl (https://lofigirl.com/) song releases.
# Original script made by Reddit user Deadlibor (https://www.reddit.com/user/Deadlibor/).
# Built upon by Oddlord (https://oddlord.github.io/).
from bs4 import BeautifulSoup
import urllib3
import os
import wget
import eyed3