Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor/owncloud] Add extractor (#6533) | Daniel Vogt | 2023-05-29 | 2 | -0/+81 | |
| | | | Authored by: C0D3D3V | |||||
* | [extractor/zingmp3] Fix and improve extractors (#6367) | Ha Tien Loi | 2023-05-29 | 2 | -30/+72 | |
| | | | Authored by: hatienl0i261299 | |||||
* | [extractor/livestream] Support videos with account id (#6324) | Mohit Tokas | 2023-05-29 | 1 | -34/+58 | |
| | | | | Authored by: theperfectpunk Closes #2225 | |||||
* | [extractor/rai] Rewrite extractors (#5940) | nixxo | 2023-05-29 | 2 | -302/+266 | |
| | | | | | | Authored by: nixxo, danog Closes #5672, closes #6341 Co-authored-by: Daniil Gentili <daniil@daniil.it> | |||||
* | [extractor/wykop] Add extractors (#6140) | lauren n. liberda | 2023-05-29 | 2 | -0/+274 | |
| | | | Authored by: selfisekai | |||||
* | [extractor/daftsex] Update domain and embed player url (#5966) | JChris246 | 2023-05-29 | 1 | -9/+18 | |
| | | | | Closes #5881 Authored by: JChris246 | |||||
* | [extractor/polskieradio] Improve extractors (#5948) | lauren n. liberda | 2023-05-29 | 2 | -72/+137 | |
| | | | Authored by: selfisekai | |||||
* | [extractor/youtube] Extract uploader metadata for feed/playlist items | coletdjnz | 2023-05-28 | 1 | -2/+32 | |
| | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/7104 Authored by: coletdjnz | |||||
* | [extractor/weyyak] Add extractor (#7124) | Mohamed Al Mehairbi | 2023-05-27 | 2 | -0/+87 | |
| | | | | Closes #7118 Authored by: ItzMaxTV | |||||
* | [core] Support decoding multiple content encodings (#7142) | coletdjnz | 2023-05-27 | 2 | -29/+108 | |
| | | | Authored by: coletdjnz | |||||
* | [core] Workaround erroneous urllib Windows proxy parsing (#7092) | coletdjnz | 2023-05-27 | 4 | -2/+49 | |
| | | | | | | Convert proxies extracted from windows registry to http for older Python versions. See: https://github.com/python/cpython/issues/86793 Authored by: coletdjnz | |||||
* | [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091) | coletdjnz | 2023-05-27 | 6 | -137/+157 | |
| | | | Authored by: coletdjnz | |||||
* | [core] Improve HTTP redirect handling (#7094) | coletdjnz | 2023-05-27 | 3 | -74/+283 | |
| | | | | | | | Aligns HTTP redirect handling with what browsers commonly do and RFC standards. Fixes issues https://github.com/yt-dlp/yt-dlp/commit/afac4caa7db30804bebac33e53c3cb0237958224 missed. Authored by: coletdjnz | |||||
* | [extractor/comedycentral] Add support for movies (#7108) | sqrtNOT | 2023-05-26 | 1 | -1/+4 | |
| | | | | Closes #1926 Authored by: sqrtNOT | |||||
* | [extractor/weverse] Add extractors (#6711) | bashonly | 2023-05-26 | 3 | -1/+613 | |
| | | | | Closes #4786 Authored by: bashonly | |||||
* | [extractor/youtube] Extract `heatmap` data (#7100) | Audrey | 2023-05-26 | 2 | -0/+19 | |
| | | | | Closes #3888 Authored by: tntmod54321 | |||||
* | [extractor/bibeltv] Fix extraction, support live streams and series (#6505) | MMM | 2023-05-25 | 2 | -17/+191 | |
| | | | Authored by: flashdagger | |||||
* | Bugfixes for 4823ec9f461512daa1b8ab362893bb86a6320b26 | Simon Sawicki | 2023-05-25 | 1 | -2/+2 | |
| | | | | | | Hotfix for fragmented downloads Authored by: bashonly | |||||
* | [extractor/crunchyroll] Rework with support for movies, music and artists ↵ | Simon Sawicki | 2023-05-24 | 2 | -180/+484 | |
| | | | | | | | (#6237) This adds `CrunchyrollMusicIE` and `CrunchyrollArtistIE` extractors using the new, reworked base class and expands the `CrunchyrollBetaIE` with support for movies and movie listings and more complete metadata extraction Authored by: Grub4K | |||||
* | [core] Implement `--color` flag (#6904) | Simon Sawicki | 2023-05-24 | 5 | -12/+66 | |
| | | | Authored by: Grub4K | |||||
* | [jsinterp] Do not compile regex | pukkandan | 2023-05-24 | 2 | -2/+6 | |
| | ||||||
* | [misc] Add automatic duplicate issue detection | pukkandan | 2023-05-24 | 1 | -0/+20 | |
| | ||||||
* | Update to ytdl-commit-d1c6c5 | pukkandan | 2023-05-24 | 10 | -40/+125 | |
| | | | | | | | | | | | [YouTube] [core] Improve platform debug log, based on yt-dlp https://github.com/ytdl-org/youtube-dl/commit/d1c6c5c4d618fa950813c0c71aede34a5ac851e9 Except: * 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression * There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641 * e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs * We plan to implement this differently | |||||
* | [devscripts/cli_to_api] Add script | pukkandan | 2023-05-24 | 5 | -11/+62 | |
| | ||||||
* | [extractor/youtube:music:search_url] Extract title (#7102) | kangalio | 2023-05-22 | 1 | -1/+4 | |
| | | | | Authored by: kangalio Closes #7095 | |||||
* | [core] Deprecate internal `Youtubedl-no-compression` header (#6876) | coletdjnz | 2023-05-20 | 6 | -24/+23 | |
| | | | Authored by: coletdjnz | |||||
* | [cleanup, utils] Split into submodules (#7090) | coletdjnz | 2023-05-20 | 8 | -444/+480 | |
| | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/2173 Authored by: pukkandan, coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> | |||||
* | [devscripts] `make_changelog`: Various improvements | Simon Sawicki | 2023-05-20 | 2 | -81/+102 | |
| | | | | | | | | | - Make single items collapse into one line - Don't hide "Important changes" in `<details>` - Move upstream merge into priority - Properly support comma separated prefixes Authored by: Grub4K | |||||
* | [build] Implement build verification using `--update-to` | bashonly | 2023-05-20 | 1 | -0/+69 | |
| | | | | Authored by: bashonly, Grub4K | |||||
* | [build] Various build workflow improvements | bashonly | 2023-05-20 | 5 | -37/+90 | |
| | | | | | | | | | - Wait for build before publishing to PyPI - Do not run `meta_files` job if release is cancelled - Customizable channel in release workflow - Display badges above changelog Authored by: bashonly, Grub4K | |||||
* | [build] Fix macOS target | Simon Sawicki | 2023-05-20 | 1 | -7/+10 | |
| | | | | Authored by: Grub4K | |||||
* | [update] Implement `--update-to` repo | Simon Sawicki | 2023-05-20 | 4 | -23/+41 | |
| | | | | Authored by: Grub4K, pukkandan | |||||
* | [update] Better error handling | Simon Sawicki | 2023-05-20 | 2 | -11/+17 | |
| | | | | Authored by: pukkandan | |||||
* | [extractor/youtube] Support podcasts and releases tabs | coletdjnz | 2023-05-20 | 1 | -3/+45 | |
| | | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/6893 Authored by: coletdjnz | |||||
* | [cleanup] Misc | pukkandan | 2023-05-20 | 6 | -404/+245 | |
| | | | | Closes #7030, closes #6967 | |||||
* | [jsinterp] Handle `NaN` in bitwise operators | pukkandan | 2023-05-20 | 3 | -1/+20 | |
| | | | | Closes #6131 | |||||
* | [extractor/booyah] Remove extractor | pukkandan | 2023-05-20 | 2 | -87/+0 | |
| | | | | Site shut down. Closes #6425 | |||||
* | [docs] Misc improvements | pukkandan | 2023-05-20 | 11 | -34/+43 | |
| | | | | Closes #6814, closes #6940, closes #6733, closes #6923, closes #6566, closes #6726, closes #6728 | |||||
* | [extractor/iwara] Implement login (#6721) | toomyzoom | 2023-05-11 | 1 | -5/+83 | |
| | | | Authored by: toomyzoom | |||||
* | [extractor/wrestleuniverse] Fix extraction, add login (#6982) | bashonly | 2023-05-08 | 2 | -35/+105 | |
| | | | | | | Closes #6975 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | |||||
* | [extractor/facebook] Fix metadata extraction (#6856) | ringus1 | 2023-05-08 | 1 | -5/+9 | |
| | | | | Closes #3432 Authored by: ringus1 | |||||
* | [extractor/abematv] Add fallback for title and description extraction and ↵ | Lesmiscore | 2023-05-06 | 1 | -0/+10 | |
| | | | | | extract more metadata (#6994) Authored by: Lesmiscore | |||||
* | [extractor/tvp] Use new API (#6989) | lauren n. liberda | 2023-05-06 | 1 | -25/+71 | |
| | | | | Authored by: selfisekai Closes #6987 | |||||
* | [extractor/youporn] Extract m3u8 formats | pukkandan | 2023-05-05 | 1 | -17/+18 | |
| | | | | Closes #6977 | |||||
* | [utils] `locked_file`: Fix for virtiofs (#6840) | Eveldee | 2023-05-05 | 1 | -4/+5 | |
| | | | | Authored by: brandon-dacrib Closes #6823 | |||||
* | [extractor/clipchamp] Add extractor (#6978) | bashonly | 2023-05-03 | 2 | -0/+62 | |
| | | | | Closes #6973 Authored by: bashonly | |||||
* | [extractor/dlf] Add extractors (#6697) | Nicholas Defranco | 2023-05-02 | 2 | -0/+196 | |
| | | | | Closes #6430 Authored by: nick-cd | |||||
* | [extractor/twitter] Default to GraphQL, handle auth errors (#6957) | bashonly | 2023-05-01 | 2 | -76/+62 | |
| | | | | Closes #6763 Authored by: bashonly | |||||
* | [utils] `traverse_obj`: More fixes (#6959) | Simon Sawicki | 2023-04-30 | 2 | -12/+37 | |
| | | | | | | | | - Fix result when branching with `traverse_string` - Fix `slice` path on `dict`s - Fix tests and docstrings from 21b5ec86c2c37d10c5bb97edd7051d3aac16bb3e - Add `is_iterable_like` helper function Authored by: Grub4K | |||||
* | [extractor/reddit] Add login support (#6950) | bashonly | 2023-04-29 | 1 | -0/+21 | |
| | | | | Closes #6949 Authored by: bashonly |