Skip to content

Instantly share code, notes, and snippets.

@adlaternae
adlaternae / lofi-download.py
Last active October 22, 2022 11:18 — forked from oddlord/lofi-download.py
LoFi Girl Downloader
# Simple script for downloading LoFi Girl (https://lofigirl.com/) song releases.
# Original script (https://www.reddit.com/r/LofiGirl/comments/phtdxb/i_made_a_python_script_to_quickly_download_new/) made by Reddit user Deadlibor (https://www.reddit.com/user/Deadlibor/).
# Built upon by Oddlord (https://gist.github.com/oddlord/34a38375557a6f64e3c4d5286856716e).
# Fastfix (https://gist.github.com/adlaternae/d1f23fcd63217521e5740695fda598d0)
# mkdirs, utf-8 encoding filename, replace restricted characters, add track number
# Require: python -m pip install -U beautifulsoup4 colorama eyed3 urllib3 wget
# Usage Policy: https://lofigirl.com/pages/use-the-music
from bs4 import BeautifulSoup