Rob S

Results 3 comments of Rob S

I think I might be onto a solution here. I put this URL into the download_post_list.txt file and I logged the downloadURL. https://www.reddit.com/r/nextfuckinglevel/comments/fyy4l1/the_greatest_shot_in_television_ever/ downloadURL = https://v.redd.it/p8mc0yjzu4s41/DASH_1080?source=fallback Then I altered the...

Here is the fix that worked for me. I'm only using the download_post_list.txt file, not sub-reddits. There seems to be a problem with downloadMediaFile() calling checkIfDone(postName) twice. ``` // export...

I solved this issue in my Windows WSL (Ubuntu) installation. Updated requirements.txt: dlib==19.24.9 pip install cmake==4.0.0 pip install dlib==19.24.9 pip install -r requirements.txt