Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [cleanup] Misc | pukkandan | 2023-03-05 | 8 | -38/+46 | |
| | | ||||||
| * | [extractor/lefigaro] Add extractors (#6309) | Elyse | 2023-03-05 | 2 | -0/+139 | |
| | | | | | | | | Authored by: elyse0 Closes #6197 | |||||
| * | [extractor/tubetugraz] Support `--twofactor` (#6424) (#6427) | Ferdinand Bachmann | 2023-03-05 | 1 | -3/+22 | |
| | | | | | | | | Authored by: Ferdi265 Closes #6424 | |||||
| * | [extractor/tunein] Fix extractors (#6310) | Elyse | 2023-03-05 | 2 | -112/+171 | |
| | | | | | | | | Authored by: elyse0 Closes #2973 | |||||
| * | [extractor/telecaribe] Add extractor (#6311) | Elyse | 2023-03-05 | 2 | -0/+78 | |
| | | | | | | | | Authored by: elyse0 Closes #6001 | |||||
| * | [extractor/lumni] Add extractor (#6302) | Chris Caruso | 2023-03-05 | 2 | -0/+27 | |
| | | | | | | | | Authored by: carusocr Closes #6202 | |||||
| * | [extractor/Prankcast] Fix tags (#6316) | columndeeply | 2023-03-04 | 1 | -3/+3 | |
| | | | | | | Authored by: columndeeply | |||||
| * | [extractor/twitter] Fix retweet extraction (#6422) | lauren n. liberda | 2023-03-04 | 1 | -2/+24 | |
| | | | | | | Authored by: selfisekai | |||||
| * | [extractor/SportDeutschland] Rewrite extractor | pukkandan | 2023-03-04 | 1 | -56/+88 | |
| | | | | | | | | | | | | Note: `multi_video` live streams are untested Closes #6417, closes #6418, closes #6420 | |||||
| * | [extractor/bilibili] Fix for downloading wrong subtitles (#6358) | LXYan2333 | 2023-03-04 | 1 | -3/+4 | |
| | | | | | | | | Closes #6357 Authored by: LXYan2333 | |||||
| * | [devscripts] `make_changelog`: Stop at `Release ...` commit | pukkandan | 2023-03-04 | 3 | -32/+10 | |
| | | | | | | | | Closes #6415 | |||||
| * | [xvideos:quickies] Add extractor (#6414) | Yakabuff | 2023-03-04 | 2 | -1/+25 | |
| | | | | | | | | Authored by: Yakabuff Closes #6356 | |||||
| * | [extractor/rutube] Extract chapters from description (#6345) | mushbite | 2023-03-04 | 3 | -42/+66 | |
| | | | | | | Authored by: mushbite | |||||
| * | [build] Only archive if `vars.ARCHIVE_REPO` is set | Simon Sawicki | 2023-03-04 | 1 | -2/+3 | |
| | | | | | | Authored by: Grub4K | |||||
| * | [extractor/twitch] Update for GraphQL API changes (#6318) | Elyse | 2023-03-04 | 1 | -9/+37 | |
| | | | | | | | | Authored by: elyse0 Closes #6308 | |||||
| * | [extractor/ESPNcricinfo] Handle new URL pattern (#6321) | Venkata Krishna S | 2023-03-04 | 1 | -1/+12 | |
| | | | | | | | | Authored by: venkata-krishnas Closes #6164 | |||||
| * | [build] Fix publishing to PyPI and homebrew | bashonly | 2023-03-03 | 1 | -0/+2 | |
| | | | | | | | | | | Closes #6411 Authored by: bashonly | |||||
| * | Release 2023.03.03 | github-actions | 2023-03-03 | 10 | -28/+89 | |
| | | | | | | | | | | | | Created by: Grub4K :ci skip all :ci run dl | |||||
| * | Fix d400e261cf029a3f20d364113b14de973be75404 | Simon Sawicki | 2023-03-03 | 1 | -6/+8 | |
| | | | | | | Authored by: Grub4K | |||||
| * | Fix bug in 29cb20bd563c02671b31dd840139e93dd37150a1 | pukkandan | 2023-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add option `--break-match-filters` | pukkandan | 2023-03-04 | 5 | -31/+62 | |
| | | | | | | | | | | | | * Deprecates `--break-on-reject` Closes #5962 | |||||
| * | Fix `--break-on-existing` with `--lazy-playlist` | pukkandan | 2023-03-03 | 1 | -2/+4 | |
| | | | | | | | | Closes #6399 | |||||
| * | [cleanup, jsinterp] Give functions names to help debugging | pukkandan | 2023-03-03 | 2 | -7/+14 | |
| | | ||||||
| * | [cleanup] Misc | pukkandan | 2023-03-03 | 6 | -13/+24 | |
| | | ||||||
| * | [build] Add `cffi` as a dependency for `yt_dlp_linux` | bashonly | 2023-03-03 | 1 | -2/+7 | |
| | | | | | | | | | | Closes #6394 Authored by: bashonly | |||||
| * | [build] Sign SHA files and release public key | Simon Sawicki | 2023-03-03 | 5 | -1/+56 | |
| | | | | | | | | | | Closes #6344 Authored by: Grub4K | |||||
| * | [update] Add option `--update-to`, including to nightly (#6220) | Simon Sawicki | 2023-03-03 | 6 | -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 Sawicki | 2023-03-03 | 9 | -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 Sawicki | 2023-03-03 | 4 | -2/+593 | |
| | | | | | | | | Authored by: Grub4K | |||||
| * | [jsinterp] Handle `Date` at epoch 0 | pukkandan | 2023-03-03 | 2 | -3/+7 | |
| | | | | | | | | Closes #6400 | |||||
| * | [extractor/yle_areena] Extract non-Kaltura videos (#6402) | bashonly | 2023-03-03 | 1 | -6/+31 | |
| | | | | | | | | Closes #6066 Authored by: bashonly | |||||
| * | [extractor/mediastream] Improve WinSports support (#6401) | bashonly | 2023-03-03 | 1 | -9/+32 | |
| | | | | | | | | Closes #6360 Authored by: bashonly | |||||
| * | [extractor/ntvru] Extract HLS and DASH formats (#6403) | bashonly | 2023-03-03 | 1 | -0/+13 | |
| | | | | | | | | Closes #5915 Authored by: bashonly | |||||
| * | [extractor/iprima] Fix extractor (#6291) | std-move | 2023-03-03 | 1 | -12/+29 | |
| | | | | | | | | Authored by: std-move Closes #6187 | |||||
| * | [extractor/generic] Detect manifest links via extension | bashonly | 2023-03-01 | 1 | -3/+4 | |
| | | | | | | | | Authored by: bashonly | |||||
| * | [extractor/youtube] Detect and break on looping comments (#6301) | coletdjnz | 2023-03-01 | 1 | -1/+9 | |
| | | | | | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/6290 Authored by: coletdjnz | |||||
| * | [cleanup] Misc | pukkandan | 2023-02-28 | 16 | -203/+212 | |
| | | ||||||
| * | [extractor/youtube] Extract channel `view_count` when `/about` tab is passed | pukkandan | 2023-02-28 | 1 | -0/+21 | |
| | | ||||||
| * | [extractor/youtube] Fix 5038f6d713303e0967d002216e7a88652401c22a | pukkandan | 2023-02-28 | 3 | -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` | pukkandan | 2023-02-28 | 11 | -63/+51 | |
| | | | | | | | | Closes #6292, closes #6272, closes #6338 | |||||
| * | [plugins] Don't look in `.egg` directories | pukkandan | 2023-02-28 | 1 | -1/+1 | |
| | | | | | | | | Closes #6306 | |||||
| * | [extractor/youtube] Construct dash formats with `range` query | pukkandan | 2023-02-28 | 1 | -4/+13 | |
| | | | | | | | | Closes #6369 | |||||
| * | [extractor/GoogleDrive] Fix some audio | pukkandan | 2023-02-28 | 1 | -5/+11 | |
| | | | | | | | | Only those with source url, but no confirmation page | |||||
| * | [extractor/generic] Handle basic-auth when checking redirects | pukkandan | 2023-02-26 | 1 | -3/+3 | |
| | | | | | | | | Closes #6352 | |||||
| * | [extractor] Fix DRM detection in m3u8 | pukkandan | 2023-02-26 | 1 | -0/+2 | |
| | | | | | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/31693#issuecomment-1445202857 | |||||
| * | [utils] `LenientJSONDecoder`: Parse unclosed objects | pukkandan | 2023-02-24 | 1 | -8/+30 | |
| | | ||||||
| * | [utils] `Popen`: Shim undocumented `text_mode` property | Simon Sawicki | 2023-02-23 | 1 | -1/+2 | |
| | | | | | | | | | | Fixes #6317 Authored by: Grub4K | |||||
| * | [extractor/tencent] Add more formats and info (#5950) | Zhong Lufan | 2023-02-17 | 1 | -25/+63 | |
| | | | | | | Authored by: Hill-98 | |||||
| * | [cleanup] Fix `Changelog` | pukkandan | 2023-02-17 | 1 | -164/+1 | |
| | | ||||||
| * | [version] update | github-actions | 2023-02-17 | 7 | -26/+26 | |
| | | | | | | | | | | | | Created by: pukkandan :ci skip all :ci run dl |