How can i get only videos link? #926
-
For example, only get the videos link from subreddit 'all', but obviously only from videos, not post or anything else like text or images |
Beta Was this translation helpful? Give feedback.
Answered by
Serene-Arc
Sep 19, 2023
Replies: 1 comment
-
If you mean you only want to download the videos, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Serene-Arc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean you only want to download the videos, you can use the
--skip
option. There isn't really another way to do that. If you want the links themselves, you can use thearchive
command and then sort through them with a parser for JSON or YAML.