Ailothaen / RedditArchiver-standalone

RedditArchiver-standalone is the standalone version of RedditArchiver. "Standalone" means that you do not need a web server: the function was reduced to a simple Python script.
MIT License
87 stars 12 forks source link

[Query] Any way to forward web links from the text document instead of individually mentioning them #6

Closed bheeshmpita closed 5 months ago

bheeshmpita commented 6 months ago

such that all the URL can be pasted in a document instead of giving them individually?

Ailothaen commented 6 months ago

Hello! I just pushed an update that allows to use a -I/--file options to supply URLs or IDs in a file (which can indeed be useful for automated processes). This option can be used multiple times. Does it fit your need?

bheeshmpita commented 6 months ago

Does it fit your need?

Exactly and (unrelated to previous query) is there any way i can get the images in the post as well.

Ailothaen commented 5 months ago

As now, there is no way to do that with RedditArchiver, because it focuses more on the text content (both from the submission and comments) rather than the media content. If you want to get images and videos from a post, I recommend using mikf/gallery-dl (which itself uses yt-dlp/yt-dlp for videos)