derekantrican / YouTubeSubscriptionDownloader

A simple program for alerting the user near-instantly of new uploads by their YouTube subscriptions (with the option of downloading the uploaded videos)
10 stars 3 forks source link

Need a lock when reading from or writing to Subscriptions.xml #21

Open derekantrican opened 5 years ago

derekantrican commented 5 years ago

Since functions are async, may need to lock Subscriptions.xml when reading/writing so data doesn't get confused

derekantrican commented 5 years ago

I think there is also some sort of issue when force-shutting down a computer that corrupts the xml file