Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [build] `py2exe`: Migrate to freeze API (#5149) | Sergey | 2022-11-10 | 2 | -55/+70 | |
| | | | | Closes #5135 Authored by: SG5, pukkandan | |||||
* | [extractor/youtube:tab] Fix video metadata from tabs (#5489) | Matthew | 2022-11-10 | 1 | -12/+84 | |
| | | | | Closes #5488 Authored by: coletdjnz | |||||
* | [test] Allow `extract_flat` in download tests | pukkandan | 2022-11-10 | 2 | -3/+10 | |
| | | | | Authored by: coletdjnz, pukkandan | |||||
* | [build, test] Harden workflows' security (#5410) | Alex | 2022-11-10 | 4 | -3/+15 | |
| | | | Authored by: sashashura | |||||
* | [extractor/doodstream] Remove extractor | pukkandan | 2022-11-09 | 3 | -89/+51 | |
| | | | | | | It was added in youtube-dlc, likely without sufficient scrutiny Closes #3808, Closes #5251, Closes #5403 | |||||
* | [extractor/rumble] Add HLS formats and extract more metadata (#5280) | MMM | 2022-11-09 | 2 | -59/+154 | |
| | | | | Closes #5177, #5277 Authored by: flashdagger | |||||
* | [extractor/unsupported] Raise error on known DRM-only sites (#5483) | Matthew | 2022-11-09 | 2 | -0/+94 | |
| | | | Authored by: coletdjnz | |||||
* | [extractor/bitchute] Better error for geo-restricted videos (#5474) | MMM | 2022-11-09 | 1 | -0/+19 | |
| | | | Authored by: flashdagger | |||||
* | [extractor/youtube:tab] Update tab handling for redesign (#5439) | Matthew | 2022-11-09 | 3 | -92/+253 | |
| | | | | Closes #5432, #5430, #5419 Authored by: coletdjnz, pukkandan | |||||
* | [extractor/bitchute] Improve `BitChuteChannelIE` (#5066) | MMM | 2022-11-09 | 2 | -41/+99 | |
| | | | Authored by: flashdagger, pukkandan | |||||
* | [extractor/camsoda] Add extractor (#5465) | zulaport | 2022-11-09 | 2 | -0/+60 | |
| | | | Authored by: zulaport | |||||
* | [extractor/hotstar] Refactor v1 API calls | pukkandan | 2022-11-09 | 1 | -52/+29 | |
| | ||||||
* | [extractor/hotstar] Add season support (#5479) | m4tu4g | 2022-11-09 | 2 | -11/+53 | |
| | | | | Closes #5473 Authored by: m4tu4g | |||||
* | [extractor/stripchat] Improve error message (#5475) | Anant Murmu | 2022-11-08 | 1 | -0/+3 | |
| | | | Authored by: freezboltz | |||||
* | [extractor/uktvplay] Fix `_VALID_URL` | pukkandan | 2022-11-07 | 1 | -1/+4 | |
| | | | | Closes #5472 | |||||
* | [extractor/odnoklassniki] Support boosty.to embeds (#5105) | megapro17 | 2022-11-07 | 1 | -19/+75 | |
| | | | | Closes #4212 Authored by: megapro17, Lesmiscore, pukkandan | |||||
* | [extractor/mxplayer] Improve extractor (#5303) | m4tu4g | 2022-11-07 | 1 | -9/+24 | |
| | | | | Closes #5276 Authored by: m4tu4g | |||||
* | [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) | ClosedPort22 | 2022-11-07 | 2 | -1/+31 | |
| | | | Authored by: ClosedPort22, pukkandan | |||||
* | [extractor/niconico] Always use HTTPS for requests | Lesmiscore | 2022-11-07 | 1 | -3/+3 | |
| | | | | | | This prevents MITM attacks from malicious parties like insane ISPs Closes #5469 | |||||
* | [extractor/foxnews] Add `FoxNewsVideo` extractor | pukkandan | 2022-11-07 | 2 | -0/+24 | |
| | | | | Closes #5133 | |||||
* | [extractor/vlive] Extract `release_timestamp` | pukkandan | 2022-11-07 | 1 | -0/+16 | |
| | | | | Closes #5424 | |||||
* | [update] Use error code 100 for update errors | pukkandan | 2022-11-07 | 1 | -0/+1 | |
| | | | | | | | This error code was previously used for "Exiting to finish update", but is no longer used Closes #5198 | |||||
* | [cleanup] Lint and misc cleanup | pukkandan | 2022-11-07 | 11 | -43/+46 | |
| | ||||||
* | Update to ytdl-commit-de39d128 | pukkandan | 2022-11-07 | 12 | -205/+389 | |
| | | | | | | | [extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210 | |||||
* | [extractor/stripchat] Fix hostname for HLS stream (#5445) | zulaport | 2022-11-07 | 1 | -19/+16 | |
| | | | | Closes #5227 Authored by: zulaport | |||||
* | Do not backport Python 3.10 SSL configuration for LibreSSL (#5464) | Matthew | 2022-11-06 | 1 | -1/+8 | |
| | | | | | | | Until further investigation. Fixes regression in https://github.com/yt-dlp/yt-dlp/commit/5b9f253fa0aee996cf1ed30185d4b502e00609c4 Authored by: coletdjnz | |||||
* | [extractor/telegram] Add playlist support and more metadata (#5358) | bashonly | 2022-11-06 | 2 | -27/+123 | |
| | | | Authored by: bashonly, bsun0000 | |||||
* | [extractor/crunchyroll] Beta is now the only layout (#5294) | Jeff Huffman | 2022-11-07 | 3 | -694/+26 | |
| | | | | Closes #5292 Authored by: tejing1 | |||||
* | [extractor/listennotes] Add extractor (#5310) | Alex Karabanov | 2022-11-07 | 3 | -1/+88 | |
| | | | | Closes #5262 Authored by: lksj, pukkandan | |||||
* | [extractor/qingting] Add extractor (#5329) | changren-wcr | 2022-11-06 | 2 | -0/+48 | |
| | | | | Closes #5323 Authored by: changren-wcr, bashonly | |||||
* | [extractor/tvp] Update extractors (#5346) | lauren | 2022-11-06 | 2 | -71/+156 | |
| | | | | Closes #5328 Authored by: selfisekai | |||||
* | [extractor/redgifs] Refresh auth token for 401 (#5352) | Kevin Wood | 2022-11-06 | 1 | -8/+15 | |
| | | | | Closes #5351 Authored by: endotronic, pukkandan | |||||
* | [extractor/youtube] Update piped instances (#5441) | Bruno Guerreiro | 2022-11-06 | 1 | -5/+15 | |
| | | | | Closes #5286 Authored by: Generator | |||||
* | [extractor/epoch] Support videos without data-trailer (#5387) | Richard Gibson | 2022-11-06 | 2 | -1/+11 | |
| | | | | Closes #5359 Authored by: gibson042, pukkandan | |||||
* | [extractor/swearnet] Add extractor (#5371) | HobbyistDev | 2022-11-06 | 2 | -0/+74 | |
| | | | Authored by: HobbyistDev | |||||
* | [extractor/deuxm] Add extractors (#5388) | CrankDatSouljaBoy | 2022-11-06 | 2 | -0/+80 | |
| | | | Authored by: CrankDatSouljaBoy | |||||
* | Backport SSL configuration from Python 3.10 (#5437) | Matthew | 2022-11-06 | 1 | -2/+15 | |
| | | | | | 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 | |||||
* | [extractor/skyit] Fix extractors (#5442) | nixxo | 2022-11-06 | 2 | -45/+39 | |
| | | | | Closes #5392 Authored by: nixxo | |||||
* | [extractor/youtube] Update playlist metadata extraction for new layout (#5376) | Matthew | 2022-11-06 | 1 | -71/+82 | |
| | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/5373 Authored by: coletdjnz | |||||
* | [extractor/lbry] Authenticate with cookies (#5435) | MMM | 2022-11-05 | 1 | -5/+34 | |
| | | | | Closes #5431 Authored by: flashdagger | |||||
* | [extractor/twitcasting] Fix `data-movie-playlist` extraction (#5453) | Lesmiscore | 2022-11-05 | 1 | -1/+12 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor/oftv] Add extractors (#5134) | sam | 2022-11-05 | 2 | -0/+58 | |
| | | | | Closes #5017 Authored by: DoubleCouponDay | |||||
* | [extractor/youtube] Improve chapter parsing from description | pukkandan | 2022-11-05 | 1 | -1/+6 | |
| | | | | Closes #5448 | |||||
* | [extractor/genius] Add extractors (#5221) | bashonly | 2022-11-04 | 2 | -0/+131 | |
| | | | | Closes #5209 Authored by: bashonly | |||||
* | [extractor/bbc] Support onion domains (#5211) | sam | 2022-11-04 | 1 | -1/+12 | |
| | | | Authored by: DoubleCouponDay | |||||
* | [extractor/agora] Add extractors (#5101) | lauren | 2022-11-04 | 3 | -0/+264 | |
| | | | Authored by: selfisekai | |||||
* | [extractor/bitchute] Simplify extractor (#5066) | pukkandan | 2022-11-04 | 1 | -52/+61 | |
| | | | | | | | | | | * 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> | |||||
* | [kaltura] Support playlists (#4986) | James Woglom | 2022-11-04 | 1 | -15/+181 | |
| | | | Authored by: jwoglom, pukkandan | |||||
* | [extractor] Improve `_generic_title` | pukkandan | 2022-10-31 | 16 | -34/+21 | |
| | ||||||
* | [extractor/japandiet] Add extractors (#5368) | Lesmiscore | 2022-10-31 | 2 | -0/+284 | |
| | | | Authored by: Lesmiscore |