This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
[FEATURE] save Unsupported_URLs as csv instead of txt and preserve old values #864
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
After I finish downloading a particular forum thread, I usually take some time to go through the
Unsupported_URLs.txt
manually. For each link, I decide what to do. Often the solution is to go there with a browser and download it manually. Sometimes the link is just something not really valuable or helpful.This is of course time consuming, and I would very much prefer to not have to do it again and again for the links I already investigated.
But at some time, I will re-attempt downloading the same forum thread. And there will be new entries in
Unsupported_URLs.txt
. I will try to investigate them as well. But it's hard to remember where you stopped last time and what you did to this or that link. So I will end up either doubting myself or going through the same list from the top and checking again the links I already investigated.Describe the solution you'd like
Unsupported_URLs
as a CSV instead of TXT.3a. Each time script encounters an unsupported URL, it should check whether there's already an entry for the same URL in the CSV.
3b. If there's an existing entry for the same URL, keep it intact and do not add a new one. (More specifically, keep both the URL and whatever other columns might be added after it.)
3c. If an existing entry is not found, add it to the end, and keep the comment blank.
The text was updated successfully, but these errors were encountered: