Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor/youtube] Download `post_live` videos from start (#5091) | Lesmiscore | 2022-10-04 | 2 | -63/+98 | |
| | | | | | | | * The fragments are generated as a `LazyList`. So only the required formats are expanded during download, but all fragment lists are printed/written in infojson. * The m3u8 formats which cannot be downloaded from start are not extracted by default, but can be enabled with an extractor-arg. The extractor-arg `include_live_dash` is renamed to `include_incomplete_formats` to account for this new use-case. Closes #1564 Authored by: Lesmiscore, pukkandan | |||||
* | [extractor/nfl] Fix extractor (#5130) | bashonly | 2022-10-04 | 1 | -4/+7 | |
| | | | | Closes #1708 Authored by: bashonly | |||||
* | [extractor/holodex] Fix `_VALID_URL` (#4948) | Livia Medeiros | 2022-10-04 | 1 | -1/+1 | |
| | | | Authored by: LiviaMedeiros | |||||
* | [cleanup] Minor fixes | pukkandan | 2022-10-04 | 6 | -14/+24 | |
| | | | | Closes #5129, Closes #4982 | |||||
* | [extractor/AmazonStore] Fix JSON extraction (#5111) | coletdjnz | 2022-10-03 | 1 | -5/+15 | |
| | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/5110 Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> | |||||
* | [extractor/JWPlatform] Fix extractor (#5112) | coletdjnz | 2022-10-03 | 3 | -14/+32 | |
| | | | | | | | Fix bitrate and filesize extraction and support embeds with unquoted urls. Related: #5106 Authored by: coletdjnz | |||||
* | [extractor/paramountplus] Better DRM detection (#5126) | bashonly | 2022-10-04 | 1 | -7/+56 | |
| | | | | Closes #5119 Authored by: bashonly | |||||
* | [extractor/anvato] Fix extractor and refactor (#5074) | bashonly | 2022-10-03 | 6 | -113/+116 | |
| | | | Authored by: bashonly | |||||
* | [extractor/zee5] Fix `_VALID_URL` (#5124) | m4tu4g | 2022-10-03 | 1 | -2/+5 | |
| | | | | Closes #4612 Authored by: m4tu4g | |||||
* | [extractor/MicrosoftEmbed] Add extractor (#5082) | sam | 2022-10-03 | 3 | -1/+72 | |
| | | | | Closes #2638 Authored by: DoubleCouponDay | |||||
* | [extractor/bundesliga] Add extractor (#5094) | Fabi019 | 2022-10-03 | 2 | -0/+35 | |
| | | | | Closes #2339 Authored by: Fabi019 | |||||
* | [extractor/tennistv] Fix timestamp (#5085) | zenerdi0de | 2022-10-03 | 1 | -1/+1 | |
| | | | Authored by: zenerdi0de | |||||
* | [extractor/hrfensehen] Fix extractor (#5096) | Nitish Kumar | 2022-10-03 | 1 | -27/+26 | |
| | | | Authored by: snapdgn | |||||
* | [extractor] Make search_json able to parse lists | pukkandan | 2022-10-03 | 3 | -4/+4 | |
| | | | | Now `contains_pattern` can be set to `\[.+\]` | |||||
* | [extractor/iltalehti] Add extractor (#5117) | Teemu Ikonen | 2022-10-03 | 2 | -0/+52 | |
| | | | Authored by: tpikonen | |||||
* | [extractor/bongacams] Update `_VALID_URL` (#5104) | Dhruv | 2022-10-02 | 1 | -1/+16 | |
| | | | | Closes #5075 Authored by: 0xGodspeed | |||||
* | [downloader/aria2c] Fix filename containing leading whitespace (#5099) | std-move | 2022-10-01 | 1 | -6/+8 | |
| | | | | Similar to eb55bad5a0c1af9388301ffbf17845ee53a41635, but for fragmented downloads Authored by: std-move | |||||
* | [extractor/Mxplayer] Fix extractor (#4966) | Itachi | 2022-09-30 | 1 | -62/+69 | |
| | | | | Closes #4946 Authored by: itachi-19 | |||||
* | [downloader/ism] Support ec-3 codec (#5004) | nixxo | 2022-09-30 | 5 | -3/+293 | |
| | | | | Closes #296 Authored by: nixxo | |||||
* | [extractor/tv2] Support new url format (#5063) | tobi1805 | 2022-09-30 | 1 | -14/+18 | |
| | | | | Closes #4973 Authored by: tobi1805 | |||||
* | [extractor/unscripted] Add extractor (#5008) | HobbyistDev | 2022-09-30 | 2 | -0/+54 | |
| | | | | Closes #4903 Authored by: HobbyistDev | |||||
* | [extractor/yandexvideopreview] Update _VALID_URL (#5084) | Simon Sawicki | 2022-09-30 | 1 | -1/+4 | |
| | | | | Closes #5065 Authored by: Grub4K | |||||
* | [extractor/malltv] Fix video_id extraction (#4883) | HobbyistDev | 2022-09-30 | 1 | -5/+28 | |
| | | | | Closes #4870 Authored by: HobbyistDev | |||||
* | [extractor/trovo] Fix extractors (#4880) | Mehavoid | 2022-09-30 | 1 | -75/+58 | |
| | | | | Authored by: Mehavoid Closes #4878 | |||||
* | [extractor/tencent] Add Iflix extractor (#4829) | Elyse | 2022-09-30 | 2 | -29/+110 | |
| | | | | Closes #4823 Authored by: elyse0 | |||||
* | [extractor/audioboom] Support direct URLs and refactor (#4803) | Teemu Ikonen | 2022-09-30 | 1 | -39/+31 | |
| | | | Authored by: tpikonen, pukkandan | |||||
* | [extractor/nbc] Add NBCStations extractor (#5077) | bashonly | 2022-09-30 | 2 | -0/+173 | |
| | | | | Closes #4571 Authored by: bashonly | |||||
* | [extractor/crunchyroll:beta] Improve handling of hardsubs (#5041) | Simon Sawicki | 2022-09-30 | 3 | -20/+59 | |
| | | | | Closes #3397 Authored by: Grub4K | |||||
* | [extractor/rcs] Fix embed extraction | coletdjnz | 2022-09-30 | 1 | -1/+1 | |
| | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/5076 Authored by: coletdjnz | |||||
* | [extractor/zee5] Generate device ids (#5062) | Anant Murmu | 2022-09-29 | 1 | -1/+3 | |
| | | | | Closes #4937 Authored by: freezboltz | |||||
* | [extractor/ondemandkorea] Update `jw_config` regex (#5040) | Julien Hadley Jack | 2022-09-28 | 1 | -10/+12 | |
| | | | Authored by: julien-hadleyjack | |||||
* | [extractor/wordpress:playlist] Add generic embed extractor (#5012) | coletdjnz | 2022-09-28 | 2 | -0/+70 | |
| | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4955 Authored by: coletdjnz | |||||
* | [extractor/BerufeTV] Add extractor (#4921) | Fabi019 | 2022-09-27 | 2 | -0/+71 | |
| | | | | Closes #4632 Authored by: Fabi019 | |||||
* | [extractor/dplay:italy] Add default authentication (#5056) | Timendum | 2022-09-27 | 1 | -0/+10 | |
| | | | | | Closes #2950 Authored by: Timendum | |||||
* | [extractor/soundcloud:search] More metadata in `--flat-playlist` (#4965) | Kyle Anthony Williams | 2022-09-27 | 1 | -168/+170 | |
| | | | Authored by: SuperSonicHub1 | |||||
* | [cleanup] Fix flake8 and minor refactor | pukkandan | 2022-09-27 | 2 | -29/+20 | |
| | | | | Issues from ab029d7e9200a273d7204be68c0735b16971ff44, 1fb53b946c5aca3755bf72cc1c204925043b04f7 | |||||
* | [extractor/youtube] Do not warn on duplicate chapters | pukkandan | 2022-09-27 | 1 | -2/+3 | |
| | | | | Eg: vYbaM8w8yzw | |||||
* | [extractor/youtube:tab] Improve continuation items extraction | pukkandan | 2022-09-27 | 1 | -30/+17 | |
| | ||||||
* | [extractor/YoutubeShortsAudioPivot] Support `source` URLs | pukkandan | 2022-09-27 | 1 | -7/+4 | |
| | | | | `ytshortsap:` is no longer needed | |||||
* | [extractor/youtube:tab] Support `reporthistory` page | pukkandan | 2022-09-27 | 1 | -6/+18 | |
| | | | | Closes #4929 | |||||
* | [extractor] Improve json+ld extraction | pukkandan | 2022-09-27 | 3 | -4/+11 | |
| | | | | Related #5035 | |||||
* | [extractor/artetv] Remove duplicate stream urls (#5047) | Simon Sawicki | 2022-09-26 | 1 | -3/+10 | |
| | | | | Closes #4510 Authored by: Grub4K | |||||
* | [extractor/heise] Fix extractor (#5029) | coletdjnz | 2022-09-26 | 2 | -15/+54 | |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/1520 Authored by: coletdjnz | |||||
* | Don't download entire video when no matching `--download-sections` | pukkandan | 2022-09-26 | 2 | -7/+7 | |
| | ||||||
* | [cookies] Let `_get_mac_keyring_password` fail gracefully | pukkandan | 2022-09-26 | 1 | -1/+4 | |
| | | | | Closes #4915 | |||||
* | [utils] `Popen.run`: Fix default return in binary mode | pukkandan | 2022-09-26 | 1 | -1/+2 | |
| | ||||||
* | [utils] `traverse_obj`: Rewrite, document and add tests (#5024) | Simon Sawicki | 2022-09-26 | 2 | -107/+337 | |
| | | | Authored by: Grub4K | |||||
* | Playlists maynot always have webpage_url | pukkandan | 2022-09-25 | 1 | -5/+8 | |
| | ||||||
* | [extractor/RUTV] Fix warnings for livestreams (#5016) | Lesmiscore | 2022-09-24 | 1 | -4/+8 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor/Smotrim] Add extractor (#5015) | Lesmiscore | 2022-09-24 | 2 | -0/+66 | |
| | | | Authored by: nikita-moor, Lesmiscore |