aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/reddit.py
Commit message (Collapse)AuthorAgeFilesLines
* [ie/Reddit] Fix thumbnail extractionbashonly2023-07-291-0/+1
| | | | Authored by: bashonly
* [extractor/reddit] Add login support (#6950)bashonly2023-04-291-0/+21
| | | | Closes #6949 Authored by: bashonly
* [extractor/reddit] Support cookies and short URLs (#6825)bashonly2023-04-161-14/+58
| | | | Closes #6665, Closes #6753 Authored by: bashonly
* [extractor/reddit] Support user posts (#6173)OMEGA_RAZER2023-02-061-3/+27
| | | Authored by: OMEGARAZER
* [extractor/reddit] Add subreddit as `channel_id` (#5685)George Schizas2023-01-071-0/+3
| | | | Authored by: gschizas Closes #5684
* [extractor/reddit] Extract crossposted media (#5801)bashonly2022-12-211-1/+21
| | | | Closes #5798 Authored by: bashonly
* [extractor/reddit] Extract video embeds in text posts (#5677)bashonly2022-12-011-8/+37
| | | | Closes #5612 Authored by: bashonly
* [extractor/reddit] Add vcodec to fallback format (#5591)chengzhicn2022-11-201-0/+1
| | | Authored by: chengzhicn
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor/reddit] Add fallback format (#5165)bashonly2022-10-071-3/+32
| | | | Closes #5160 Authored by: bashonly
* [reddit] Prevent infinite looppukkandan2022-04-291-0/+11
| | | | Closes #3588
* [Reddit] Add support for 1080p videos (#1682)Joshua Lochner2021-11-191-40/+42
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29565 Authored by: xenova
* [test/download] Fallback test to `bv`pukkandan2021-11-061-4/+0
|
* [reddit] bugfix for 8e3fd7e034cdd54972d13394821cd9e55e1c3735pukkandan2021-10-061-1/+1
|
* [reddit] Fix 429 by generating a random `reddit_session`pukkandan2021-09-301-9/+17
| | | | | | Related: a76e2e0f8898c06939b6a123fa863ab8876cfa20, #1014, https://github.com/ytdl-org/youtube-dl/issues/29986 Original PR: https://github.com/ytdl-org/youtube-dl/pull/30017 Authored by: AjaxGb
* [reddit] Add embedded url (#1090)u-spec-png2021-09-261-1/+4
| | | Authored by: u-spec-png
* [reddit] Workaround for 429 by redirecting to old.reddit.compukkandan2021-09-221-7/+3
| | | | Closes #1014
* [reddit] Fix for quarantined subreddits (#848)ouwou2021-09-021-0/+2
| | | Authored by: ouwou
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+161
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan