Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | [extractor/youtube] Differentiate between no and disabled comments (#5491) | Matthew | |
`comments` and `comment_count` will be set to None, as opposed to an empty list and 0, respectively. Fixes https://github.com/yt-dlp/yt-dlp/issues/5068 Authored by: coletdjnz, pukkandan | |||
2022-11-10 | [build] `py2exe`: Migrate to freeze API (#5149) | Sergey | |
Closes #5135 Authored by: SG5, pukkandan | |||
2022-11-10 | [extractor/youtube:tab] Fix video metadata from tabs (#5489) | Matthew | |
Closes #5488 Authored by: coletdjnz | |||
2022-11-10 | [test] Allow `extract_flat` in download tests | pukkandan | |
Authored by: coletdjnz, pukkandan | |||
2022-11-10 | [build, test] Harden workflows' security (#5410) | Alex | |
Authored by: sashashura | |||
2022-11-09 | [extractor/doodstream] Remove extractor | pukkandan | |
It was added in youtube-dlc, likely without sufficient scrutiny Closes #3808, Closes #5251, Closes #5403 | |||
2022-11-09 | [extractor/rumble] Add HLS formats and extract more metadata (#5280) | MMM | |
Closes #5177, #5277 Authored by: flashdagger | |||
2022-11-09 | [extractor/unsupported] Raise error on known DRM-only sites (#5483) | Matthew | |
Authored by: coletdjnz | |||
2022-11-09 | [extractor/bitchute] Better error for geo-restricted videos (#5474) | MMM | |
Authored by: flashdagger | |||
2022-11-09 | [extractor/youtube:tab] Update tab handling for redesign (#5439) | Matthew | |
Closes #5432, #5430, #5419 Authored by: coletdjnz, pukkandan | |||
2022-11-09 | [extractor/bitchute] Improve `BitChuteChannelIE` (#5066) | MMM | |
Authored by: flashdagger, pukkandan | |||
2022-11-09 | [extractor/camsoda] Add extractor (#5465) | zulaport | |
Authored by: zulaport | |||
2022-11-09 | [extractor/hotstar] Refactor v1 API calls | pukkandan | |
2022-11-09 | [extractor/hotstar] Add season support (#5479) | m4tu4g | |
Closes #5473 Authored by: m4tu4g | |||
2022-11-08 | [extractor/stripchat] Improve error message (#5475) | Anant Murmu | |
Authored by: freezboltz | |||
2022-11-07 | [extractor/uktvplay] Fix `_VALID_URL` | pukkandan | |
Closes #5472 | |||
2022-11-07 | [extractor/odnoklassniki] Support boosty.to embeds (#5105) | megapro17 | |
Closes #4212 Authored by: megapro17, Lesmiscore, pukkandan | |||
2022-11-07 | [extractor/mxplayer] Improve extractor (#5303) | m4tu4g | |
Closes #5276 Authored by: m4tu4g | |||
2022-11-07 | [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) | ClosedPort22 | |
Authored by: ClosedPort22, pukkandan | |||
2022-11-07 | [extractor/niconico] Always use HTTPS for requests | Lesmiscore | |
This prevents MITM attacks from malicious parties like insane ISPs Closes #5469 | |||
2022-11-07 | [extractor/foxnews] Add `FoxNewsVideo` extractor | pukkandan | |
Closes #5133 | |||
2022-11-07 | [extractor/vlive] Extract `release_timestamp` | pukkandan | |
Closes #5424 | |||
2022-11-07 | [update] Use error code 100 for update errors | pukkandan | |
This error code was previously used for "Exiting to finish update", but is no longer used Closes #5198 | |||
2022-11-07 | [cleanup] Lint and misc cleanup | pukkandan | |
2022-11-07 | Update to ytdl-commit-de39d128 | pukkandan | |
[extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210 | |||
2022-11-07 | [extractor/stripchat] Fix hostname for HLS stream (#5445) | zulaport | |
Closes #5227 Authored by: zulaport | |||
2022-11-06 | Do not backport Python 3.10 SSL configuration for LibreSSL (#5464) | Matthew | |
Until further investigation. Fixes regression in https://github.com/yt-dlp/yt-dlp/commit/5b9f253fa0aee996cf1ed30185d4b502e00609c4 Authored by: coletdjnz | |||
2022-11-06 | [extractor/telegram] Add playlist support and more metadata (#5358) | bashonly | |
Authored by: bashonly, bsun0000 | |||
2022-11-07 | [extractor/crunchyroll] Beta is now the only layout (#5294) | Jeff Huffman | |
Closes #5292 Authored by: tejing1 | |||
2022-11-07 | [extractor/listennotes] Add extractor (#5310) | Alex Karabanov | |
Closes #5262 Authored by: lksj, pukkandan | |||
2022-11-06 | [extractor/qingting] Add extractor (#5329) | changren-wcr | |
Closes #5323 Authored by: changren-wcr, bashonly | |||
2022-11-06 | [extractor/tvp] Update extractors (#5346) | lauren | |
Closes #5328 Authored by: selfisekai | |||
2022-11-06 | [extractor/redgifs] Refresh auth token for 401 (#5352) | Kevin Wood | |
Closes #5351 Authored by: endotronic, pukkandan | |||
2022-11-06 | [extractor/youtube] Update piped instances (#5441) | Bruno Guerreiro | |
Closes #5286 Authored by: Generator | |||
2022-11-06 | [extractor/epoch] Support videos without data-trailer (#5387) | Richard Gibson | |
Closes #5359 Authored by: gibson042, pukkandan | |||
2022-11-06 | [extractor/swearnet] Add extractor (#5371) | HobbyistDev | |
Authored by: HobbyistDev | |||
2022-11-06 | [extractor/deuxm] Add extractors (#5388) | CrankDatSouljaBoy | |
Authored by: CrankDatSouljaBoy | |||
2022-11-06 | Backport SSL configuration from Python 3.10 (#5437) | Matthew | |
Partial fix for https://github.com/yt-dlp/yt-dlp/pull/5294#issuecomment-1289363572, https://github.com/yt-dlp/yt-dlp/issues/4627 Authored by: coletdjnz | |||
2022-11-06 | [extractor/skyit] Fix extractors (#5442) | nixxo | |
Closes #5392 Authored by: nixxo | |||
2022-11-06 | [extractor/youtube] Update playlist metadata extraction for new layout (#5376) | Matthew | |
Fixes https://github.com/yt-dlp/yt-dlp/issues/5373 Authored by: coletdjnz | |||
2022-11-05 | [extractor/lbry] Authenticate with cookies (#5435) | MMM | |
Closes #5431 Authored by: flashdagger | |||
2022-11-05 | [extractor/twitcasting] Fix `data-movie-playlist` extraction (#5453) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-11-05 | [extractor/oftv] Add extractors (#5134) | sam | |
Closes #5017 Authored by: DoubleCouponDay | |||
2022-11-05 | [extractor/youtube] Improve chapter parsing from description | pukkandan | |
Closes #5448 | |||
2022-11-04 | [extractor/genius] Add extractors (#5221) | bashonly | |
Closes #5209 Authored by: bashonly | |||
2022-11-04 | [extractor/bbc] Support onion domains (#5211) | sam | |
Authored by: DoubleCouponDay | |||
2022-11-04 | [extractor/agora] Add extractors (#5101) | lauren | |
Authored by: selfisekai | |||
2022-11-04 | [extractor/bitchute] Simplify extractor (#5066) | pukkandan | |
* Check alternate domains when a URL does not work * Obey `--no-check-formats` * Remove webseeds (doesnt seem to exist anymore) Authored by: flashdagger, pukkandan Co-authored-by: Marcel <flashdagger@googlemail.com> | |||
2022-11-04 | [kaltura] Support playlists (#4986) | James Woglom | |
Authored by: jwoglom, pukkandan | |||
2022-10-31 | [extractor] Improve `_generic_title` | pukkandan | |