aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [extractor/lumni] Add extractor (#6302)Chris Caruso2023-03-052-0/+27
| | | | Authored by: carusocr Closes #6202
* [extractor/Prankcast] Fix tags (#6316)columndeeply2023-03-041-3/+3
| | | Authored by: columndeeply
* [extractor/twitter] Fix retweet extraction (#6422)lauren n. liberda2023-03-041-2/+24
| | | Authored by: selfisekai
* [extractor/SportDeutschland] Rewrite extractorpukkandan2023-03-041-56/+88
| | | | | | Note: `multi_video` live streams are untested Closes #6417, closes #6418, closes #6420
* [extractor/bilibili] Fix for downloading wrong subtitles (#6358)LXYan23332023-03-041-3/+4
| | | | Closes #6357 Authored by: LXYan2333
* [devscripts] `make_changelog`: Stop at `Release ...` commitpukkandan2023-03-043-32/+10
| | | | Closes #6415
* [xvideos:quickies] Add extractor (#6414)Yakabuff2023-03-042-1/+25
| | | | Authored by: Yakabuff Closes #6356
* [extractor/rutube] Extract chapters from description (#6345)mushbite2023-03-043-42/+66
| | | Authored by: mushbite
* [build] Only archive if `vars.ARCHIVE_REPO` is setSimon Sawicki2023-03-041-2/+3
| | | Authored by: Grub4K
* [extractor/twitch] Update for GraphQL API changes (#6318)Elyse2023-03-041-9/+37
| | | | Authored by: elyse0 Closes #6308
* [extractor/ESPNcricinfo] Handle new URL pattern (#6321)Venkata Krishna S2023-03-041-1/+12
| | | | Authored by: venkata-krishnas Closes #6164
* [build] Fix publishing to PyPI and homebrewbashonly2023-03-031-0/+2
| | | | | Closes #6411 Authored by: bashonly
* Release 2023.03.03github-actions2023-03-0310-28/+89
| | | | | | Created by: Grub4K :ci skip all :ci run dl
* Fix d400e261cf029a3f20d364113b14de973be75404Simon Sawicki2023-03-031-6/+8
| | | Authored by: Grub4K
* Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1pukkandan2023-03-041-1/+1
|
* Add option `--break-match-filters`pukkandan2023-03-045-31/+62
| | | | | | * Deprecates `--break-on-reject` Closes #5962
* Fix `--break-on-existing` with `--lazy-playlist`pukkandan2023-03-031-2/+4
| | | | Closes #6399
* [cleanup, jsinterp] Give functions names to help debuggingpukkandan2023-03-032-7/+14
|
* [cleanup] Miscpukkandan2023-03-036-13/+24
|
* [build] Add `cffi` as a dependency for `yt_dlp_linux`bashonly2023-03-031-2/+7
| | | | | Closes #6394 Authored by: bashonly
* [build] Sign SHA files and release public keySimon Sawicki2023-03-035-1/+56
| | | | | Closes #6344 Authored by: Grub4K
* [update] Add option `--update-to`, including to nightly (#6220)Simon Sawicki2023-03-036-43/+150
| | | | | | | | * By default, stable will only update to stable, and nightly to nightly Authored by: Grub4K, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
* [build] Automated builds and nightly releases (#6220)Simon Sawicki2023-03-039-340/+559
| | | | | | | Closes #1839 Authored by: Grub4K, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
* [devscripts] Script to generate changelog (#6220)Simon Sawicki2023-03-034-2/+593
| | | | Authored by: Grub4K
* [jsinterp] Handle `Date` at epoch 0pukkandan2023-03-032-3/+7
| | | | Closes #6400
* [extractor/yle_areena] Extract non-Kaltura videos (#6402)bashonly2023-03-031-6/+31
| | | | Closes #6066 Authored by: bashonly
* [extractor/mediastream] Improve WinSports support (#6401)bashonly2023-03-031-9/+32
| | | | Closes #6360 Authored by: bashonly
* [extractor/ntvru] Extract HLS and DASH formats (#6403)bashonly2023-03-031-0/+13
| | | | Closes #5915 Authored by: bashonly
* [extractor/iprima] Fix extractor (#6291)std-move2023-03-031-12/+29
| | | | Authored by: std-move Closes #6187
* [extractor/generic] Detect manifest links via extensionbashonly2023-03-011-3/+4
| | | | Authored by: bashonly
* [extractor/youtube] Detect and break on looping comments (#6301)coletdjnz2023-03-011-1/+9
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/6290 Authored by: coletdjnz
* [cleanup] Miscpukkandan2023-02-2816-203/+212
|
* [extractor/youtube] Extract channel `view_count` when `/about` tab is passedpukkandan2023-02-281-0/+21
|
* [extractor/youtube] Fix 5038f6d713303e0967d002216e7a88652401c22apukkandan2023-02-283-2/+3
| | | | | | | * [fragment] Fix `request_data` * [youtube] Don't use POST for now. It may be easier to break in future Authored by: bashonly, coletdjnz
* [dependencies] Simplify `Cryptodome`pukkandan2023-02-2811-63/+51
| | | | Closes #6292, closes #6272, closes #6338
* [plugins] Don't look in `.egg` directoriespukkandan2023-02-281-1/+1
| | | | Closes #6306
* [extractor/youtube] Construct dash formats with `range` querypukkandan2023-02-281-4/+13
| | | | Closes #6369
* [extractor/GoogleDrive] Fix some audiopukkandan2023-02-281-5/+11
| | | | Only those with source url, but no confirmation page
* [extractor/generic] Handle basic-auth when checking redirectspukkandan2023-02-261-3/+3
| | | | Closes #6352
* [extractor] Fix DRM detection in m3u8pukkandan2023-02-261-0/+2
| | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/31693#issuecomment-1445202857
* [utils] `LenientJSONDecoder`: Parse unclosed objectspukkandan2023-02-241-8/+30
|
* [utils] `Popen`: Shim undocumented `text_mode` propertySimon Sawicki2023-02-231-1/+2
| | | | | Fixes #6317 Authored by: Grub4K
* [extractor/tencent] Add more formats and info (#5950)Zhong Lufan2023-02-171-25/+63
| | | Authored by: Hill-98
* [cleanup] Fix `Changelog`pukkandan2023-02-171-164/+1
|
* [version] updategithub-actions2023-02-177-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2023.02.17pukkandan2023-02-174-6/+312
|
* Update to ytdl-commit-2dd6c6epukkandan2023-02-1719-208/+909
| | | | | | | | | | [YouTube] Avoid crash if uploader_id extraction fails https://github.com/ytdl-org/youtube-dl/commit/2dd6c6edd8e0fc5e45865b8e6d865e35147de772 Except: * 295736c9cba714fb5de7d1c3dd31d86e50091cf8 [jsinterp] Improve parsing * 384f632e8a9b61e864a26678d85b2b39933b9bae [ITV] Overhaul ITV extractor * 33db85c571304bbd6863e3407ad8d08764c9e53b [feat]: Add support to external downloader aria2p
* [cleanup] Miscpukkandan2023-02-1726-47/+84
| | | | Closes #5897
* [extractor/tempo] Add IVXPlayer extractor (#5837)HobbyistDev2023-02-172-30/+91
| | | Authored by: HobbyistDev
* [extractor/boxcast] Add extractor (#5983)HobbyistDev2023-02-172-0/+103
| | | | Authored by: HobbyistDev Closes #5769