Re-opening an old scrape session #688
Replies: 2 comments 1 reply
-
This is possible in the development version using the What you do is Then when you want to reopen the session you can do
I might add a scraper called from-cache so it would be possible to do edit: Essentially all this does is download thumbnails to the config folder (~/.config/ytfzf/thumbnails) where ytfzf always looks for thumbnails. I plan on making it so that edit 2:
|
Beta Was this translation helpful? Give feedback.
-
I'll look into it.
Not going to lie, this would probably break a bunch of stuff lol, but I think I could have a workaround, where there's just a file in the cache folder that contains the timestamp of when it was created, or i could see if i could use stat to get when the folder is created.
The best way to implement this would be by keeping track of when the caches were created, so if i implement your 3rd suggestion this could probably easily get implemented.
Your feedback is very helpful, I'll let you know of anything else. |
Beta Was this translation helpful? Give feedback.
-
Hi ytfzf community,
If this idea already exists in the current version, I am struggling to find it but here goes:
Motivation: I like watching videos spread out throughout the day rather than all in one go. I have a subscription list which gets refreshed every time I want to watch a new video. Of course scraping all these channels takes some time, and honestly, I would rather minimize my bandwidth use for links I already have in the history (in
~/.cache/ytfzf
) and not wanting to update the video list as I would perhaps feel inclined to watch more.Therefore if there was a flag to search through old scrapes which would open the old scrape result, it would open fast and without and updates.
Proposal: A fzf/dmenu to see all old searches (maybe a separate flag to select the most recent one), which then leads to the old scrape in the fzf/dmenu like normal where you can then open the video.
I feel like this would be a worthy addition to the program. Let me know how you feel (or if this exists already). Thanks.
Beta Was this translation helpful? Give feedback.
All reactions