aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-29[ie/youtube] Bump Android and iOS client versions (#9317)bashonly
Closes #9316 Authored by: bashonly
2024-02-29[ie/niconico] Support DMS formats (#9282)Mozi
Closes #8389, Closes #8758, Closes #9254 Authored by: pzhlkj6612, xpadev-net
2024-02-29[ie/rai] Fix m3u8 formats extraction (#9291)nixxo
Closes #887 Authored by: nixxo
2024-02-29[ie/chzzk:live] Support `--wait-for-video` (#9309)Dong Heon Hee
Authored by: hui1601
2024-02-29[ie/zenporn] Add extractor (#8509)SirElderling
Closes #8398 Authored by: SirElderling
2024-02-29Bugfix for 9ff946645568e71046487571eefa9cb524a5189bbashonly
Closes #9322 Authored by: bashonly
2024-02-28[ie/MujRozhlas] Fix extraction (#9306)bashonly
Closes #9304 Authored by: bashonly
2024-02-28[ie/Douyin] Fix extractor (#9239)114514ns
Closes #7854, Closes #7941 Authored by: 114514ns, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-02-25[ie/altcensored:channel] Fix playlist extraction (#9297)marcdumais
Authored by: marcdumais
2024-02-25Bugfix for 1713c882730a928ac344c099874d2093fc2c8b51 (#9298)Tobias Gruetzmacher
Authored by: TobiX
2024-02-25Create `ydl._request_director` when neededpukkandan
2024-02-24[ie/youtube] Better error when all player responses are skipped (#9083)Simon Sawicki
Authored by: Grub4K, pukkandan Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2024-02-24[ie/CloudflareStream] Improve embed detection (#9287)bashonly
Partially addresses #7858 Authored by: bashonly
2024-02-24[ie/archiveorg] Fix format URL encoding (#9279)bashonly
Closes #9173 Authored by: bashonly
2024-02-24[ie/swearnet] Raise for login required (#9281)bashonly
Closes #9110 Authored by: bashonly
2024-02-24[ie/ntvru] Fix extraction (#9276)bashonly
Closes #8347 Authored by: bashonly, dirkf Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-02-24[ie/vimeo] Fix login (#9274)bashonly
Closes #9273 Authored by: bashonly
2024-02-24[ie/CloudflareStream] Improve `_VALID_URL` (#9280)bashonly
Closes #9171 Authored by: bashonly
2024-02-24[build] Support failed build job re-runs (#9277)bashonly
Authored by: bashonly
2024-02-24[ie/nebula] Support podcasts (#9140)sepro
Closes #8838 Authored by: seproDev, c-basalt Co-authored-by: c-basalt <117849907+c-basalt@users.noreply.github.com>
2024-02-24[core] Warn user when not launching through shell on Windows (#9250)sepro
Authored by: seproDev, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-02-23[ie/cnbc] Overhaul extractors (#8741)J. Gonzalez
Closes #5871, Closes #8378 Authored by: gonzalezjo, Noor-5, zhijinwuu, ruiminggu, seproDev Co-authored-by: Noor Mostafa <93787875+Noor-5@users.noreply.github.com> Co-authored-by: zhijinwuu <zhijinw@andrew.cmu.edu> Co-authored-by: ruiminggu <ruimingg@andrew.cmu.edu> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-02-23[ie/NerdCubedFeed] Overhaul extractor (#9269)sepro
Authored by: seproDev
2024-02-22[ie/twitter] Extract numeric `channel_id` (#9263)bashonly
Authored by: bashonly
2024-02-22[ie/Rule34Video] Extract `creators` (#9258)gmes78
Authored by: gmes78
2024-02-21[ie/twitter] Extract bitrate for HLS audio formats (#9257)bashonly
Closes #9202 Authored by: bashonly
2024-02-21[ie/openrec] Pass referer for m3u8 formats (#9253)fireattack
Closes #6946 Authored by: fireattack
2024-02-20[plugins] Handle `PermissionError` (#9229)Jade Laurence Empleo
Authored by: syntaxsurge, pukkandan
2024-02-20[ie] Migrate commonly plural fields to lists (#8917)Lev
Authored by: llistochek, pukkandan Related: #3944
2024-02-20[extractor/goplay] Fix extractor (#6654)alard
Authored by: alard Closes #6235
2024-02-20[ie] Support multi-period MPD streams (#6654)Alard
2024-02-20Fix 3725b4f0c93ca3943e6300013a9670e4ab757fdapukkandan
2024-02-19[ie/FlexTV] Add extractor (#9178)DmitryScaletta
Closes #9175 Authored by: DmitryScaletta
2024-02-19[ie/NhkRadiru] Extract extended description (#9162)garret
Authored by: garret1317
2024-02-18Bugfix for 775cde82dc5b1dc64ab0539a92dd8c7ba6c0ad33 (#9241)bashonly
Authored by: bashonly
2024-02-17[ie/niconico] Remove legacy danmaku extraction (#9209)Mozi
Closes #8684 Authored by: pzhlkj6612
2024-02-17[ie/ERRJupiter] Improve `_VALID_URL` (#9218)Elan Ruusamäe
Authored by: glensc
2024-02-17[ie/pornhub] Fix login support (#9227)feederbox826
Closes #7981 Authored by: feederbox826
2024-02-18[rh] Remove additional logging handlers on close (#9032)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/8922 Authored by: coletdjnz
2024-02-17Bugfix for beaa1a44554d04d9fe63a743a5bb4431ca778f28 (#9235)bashonly
[build:Makefile] Restore compatibility with GNU Make <4.0 - The != variable assignment operator is not supported by GNU Make <4.0 - $(shell) is a no-op in BSD Make, assigns an empty string to the var - Try to assign with != and fallback to $(shell) if not assigned (?=) - Old versions of BSD find have different -exec behavior - Pipe to `sed` instead of using `find ... -exec dirname {}` - BSD tar does not support --transform, --owner or --group - Allow user to specify path to GNU tar by passing GNUTAR variable - pandoc vars are immediately evaluated with != in gmake>=4 and bmake - Suppress stderr output for pandoc -v in case it is not installed - Use string comparison instead of int comparison for pandoc version Authored by: bashonly
2024-02-17[ie/Utreon] Support playeur.com (#9182)DmitryScaletta
Closes #9180 Authored by: DmitryScaletta
2024-02-17[ie/Screencastify] Update `_VALID_URL` (#9232)sepro
Authored by: seproDev
2024-02-17[ie/OneFootball] Fix extractor (#9222)sepro
Authored by: seproDev
2024-02-17[ie/Nova] Fix embed extraction (#9221)sepro
Authored by: seproDev
2024-02-16[ie/SVTPage] Fix extractor (#8938)diman8
Closes #8930 Authored by: diman8
2024-02-16[ie/rai] Filter unavailable formats (#9189)nixxo
Closes #9154 Authored by: nixxo
2024-02-16[ie/LinkedIn] Fix metadata and extract subtitles (#9056)barsnick
Closes #9003 Authored by: barsnick
2024-02-15[ie/facebook] Improve extractionringus1
Partially addresses #4311 Authored by: jingtra, ringus1 Co-authored-by: Jing Kjeldsen <jingtra@gmail.com>
2024-02-15[build:Makefile] Ensure compatibility with BSD `make` (#9210)bashonly
Authored by: bashonly
2024-02-14[build:Makefile] Fix man pages generated by `pandoc>=3` (#7047)Florian Meißner
Closes #7046, Closes #8481 Authored by: t-nil