Update Reddit guide

Andy
2024-06-11 00:41:40 +03:00
parent fd15136b81
commit 40dbdbf4a6

@@ -261,14 +261,14 @@ The Reddit parser can parse data without cookies, but you can add it if you like
- `Password` - your authorization password ([how to get](#how-to-get-credentials))
- `Client ID` - your registered app client ID ([how to get](#how-to-get-credentials))
- `Client Secret` - your registered app client secret ([how to get](#how-to-get-credentials))
- `Bearer token` - bearer token (`authorization` header) (can be null) ([how to find](#how-to-find-headers)). If you are using cookies to download the timeline, it is highly recommended that you add a token. You can find different tokens in the responses. **Make sure that bearer token belongs to Reddit and not RedGifs.** There is not need to add a token if you are not using cookies to download the timeline.
- `Bearer token` - bearer token (`authorization` header) (can be null). If you are using cookies to download the timeline, it is highly recommended that you add a token. There is not need to add a token if you are not using cookies to download the timeline. **Don't enter the token manually! Always use the curved arrows to get the token!**
- `Token refresh interval` - interval (in minutes) to refresh the token
- `Use the token to download the timeline`
- `Use the token to download saved posts`
- `Use cookies to download the timeline`
- `Saved posts user` - your personal Reddit username to download your saved posts (this feature requires cookies)
- Other parameters
- `Use M3U8` - If you are using an x86 program, you will not be able to use the M3U8 download. In other cases, this setting controls how to download videos hosted on Reddit. There are two ways to download: the mp4 file as is, but without an audio track, and through an m3u8 playlist that contains an audio track.
- `Use M3U8` - This setting controls how to download videos hosted on Reddit. There are two ways to download: the mp4 file as is, but without an audio track, and through an m3u8 playlist that contains an audio track.
- `Check image` - check the image if it exists before downloading (**it makes downloading very slow**)
- `Check image: get original` - get the original image if it exists
@@ -276,10 +276,8 @@ The Reddit parser can parse data without cookies, but you can add it if you like
### Reddit requirements
- [Cookies](#how-to-set-up-cookies) for downloading saved posts
- [Token](#how-to-find-headers) for downloading the timeline if you use cookies.
- [ffmpeg](#ffmpeg) for downloading videos hosted on Reddit
- [Imgur client ID](#how-to-find-imgur-client-id) to download Imgur content posted on Reddit
- [RedGifs credentials](#redgifs-requirements) to download RedGifs content posted on Reddit
### How to get Reddit credentials
1. Read this: https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example