datawhores / OF-Scraper

A completely revamped and redesigned fork, reimagined from scratch based on the original onlyfans-scraper
MIT License
699 stars 59 forks source link

Fix infinite loop setting directory date #462

Closed mullertremolo closed 2 months ago

mullertremolo commented 2 months ago

If the directory inside the rootDir was a symlink to a path outside the rootDir, it would get stuck in a loop adding "/" to the output set forever. This fixes that.