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
When you turn on the video download option, I notice that you'll also download embedded videos from a page. This could result in an unexpected amount of data on your hard drive (and that's probably why this is turned off by default) and it's probably not what you want. However, pasting a YouTube Video URL to download a video would be nice.
So it would be great if you could distinguish between video URLs (like YouTube, Vimeo) you paste as a new item and URLs that are referenced on a page. Maybe you can just define a regular expression when to turn video download on and when not.
Something like:
myregex = "(.*youtube.*|.*vimeo\.com.*)
if re.search(myregex, url) is not None:
downloadVideos = true
Describe the benefits this would bring to existing Hoarder users
You would not end up with unexpected hdd usage for pages that contained videos you are not aware of.
Can the goal of this request already be achieved via other means?
It seams like you can tweak this setting only when launching the container. So "no"
Have you searched for an existing open/closed issue?
I have searched for existing issues and none cover my fundamental request
Additional context
No response
The text was updated successfully, but these errors were encountered:
A youtube link is also not a video, it is simply a webpage with an embedded video on it.
Adding a list of domains where the video downloader runs might be an option though. Regex is also an option, but I am working on a tool that also allows you to specify a regex and people are simply not capable of understanding how they work (especially since "." means any character).
I think a simple list of comains that get compared might make this feature a lot more user friendly.
Describe the feature you'd like
When you turn on the video download option, I notice that you'll also download embedded videos from a page. This could result in an unexpected amount of data on your hard drive (and that's probably why this is turned off by default) and it's probably not what you want. However, pasting a YouTube Video URL to download a video would be nice.
So it would be great if you could distinguish between video URLs (like YouTube, Vimeo) you paste as a new item and URLs that are referenced on a page. Maybe you can just define a regular expression when to turn video download on and when not.
Something like:
Describe the benefits this would bring to existing Hoarder users
You would not end up with unexpected hdd usage for pages that contained videos you are not aware of.
Can the goal of this request already be achieved via other means?
It seams like you can tweak this setting only when launching the container. So "no"
Have you searched for an existing open/closed issue?
Additional context
No response
The text was updated successfully, but these errors were encountered: