You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, just like everyone else, downloading all my saved and likes videos, albeit too last miunte. But if anyone is having an issue with this. Run it from source code and change the following to prevent the crash:
Line 105 in FaveSave.py the ['link'] need to be a capital L. Change that and you'll be good to go!
so Line 105 should be fixed to the below: video_links.append((video['Link'], f"liked_{date}_" if date else "liked_"))
Error upon execution of Start Download
The text was updated successfully, but these errors were encountered:
Hey, just like everyone else, downloading all my saved and likes videos, albeit too last miunte. But if anyone is having an issue with this. Run it from source code and change the following to prevent the crash:
Line 105 in FaveSave.py the ['link'] need to be a capital L. Change that and you'll be good to go!
so Line 105 should be fixed to the below:
video_links.append((video['Link'], f"liked_{date}_" if date else "liked_"))
Error upon execution of Start Download
The text was updated successfully, but these errors were encountered: