aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/reddit.py
Commit message (Collapse)AuthorAgeFilesLines
* [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