I'm using this code for downloads:
RedDownloader.Download(url, output=f"{safe_title}_{random_str}", destination=download_dir)
Gifs and images are being saved inside the destination folder (correct).
However, videos are being saved inside the project root. I don't think this is an intended behavior.
I'm using this code for downloads:
RedDownloader.Download(url, output=f"{safe_title}_{random_str}", destination=download_dir)Gifs and images are being saved inside the destination folder (correct).
However, videos are being saved inside the project root. I don't think this is an intended behavior.